@charset "utf-8";
/* =========================
*  基本（PC/SP共通）
========================= */
body {
  background: #ffffff;
  color: #000000;
  /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #4b4b4b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

/* =========================
*  ヘッダー天気
========================= */
header .box_left .logo {
  margin: 0;
  min-width: 90px;
}
header .weatherBox {
  width: 330px;
  padding: 0px 45px;
}
.weatherBox dt {
  font-size: 14px;
  font-weight: 600;
  color: #0052a4;
  padding: 0.25em 0 0.25em 0.75em;
  margin: 0 0 0.5em;
  border-left: 3px solid;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}
.weatherBox dt span span {
  font-size: 12px;
}
.weatherBox dt span a {
  font-size: 12px;
  background: #0052a4;
  color: #fff;
  font-weight: 400;
  padding: 0.25em 1em 0.5em;
  display: inline-block;
  border-radius: 100vh;
  margin: 0 0 0 1em;
}
.weatherBox .weatherFlex {
  display: flex;
  align-items: center;
}
.weatherBox .weatherFlex div:nth-of-type(2) {
  display: flex;
  font-size: 10px;
  font-weight: 600;
  color: #000;
}
.weatherBox .weatherFlex div:nth-of-type(2) dd {
  padding: 0 0 0 1em;
}
.weatherBox .weatherFlex div:nth-of-type(2) dd:first-child {
  padding: 0 0 0 0.25em;
}
.weatherBox .weatherFlex div:nth-of-type(2) dd span {
  font-size: 14px;
}

.slide-weather_items .slick-prev:before,
.slide-weather_items .slick-next:before {
  font-size: 16px;
  color: #0052a4;
}

@media screen and (max-width: 899px) {
  #weather {
    width: auto !important;
  }
  header .weatherBox {
    width: 85%;
    padding: 0;
    margin: 15px auto 0;
  }
  .weatherBox dt {
    font-size: 3.5vw;
    justify-content: space-between;
    margin: 0 0 0.25em;
  }
  .weatherBox dt span span {
    font-size: 80%;
  }
  .weatherBox dt span a {
    font-size: 3vw;
    margin: 0 0.5em 0 0;
  }
  .weatherBox .weatherFlex div:nth-of-type(1) {
    min-width: 30px;
  }
  .weatherBox .weatherFlex div:nth-of-type(2) {
    font-size: 10px;
  }
  .weatherBox .weatherFlex div:nth-of-type(2) dd span {
    font-size: 13px;
  }
  .weatherBox .weatherFlex div:nth-of-type(2) dd span span {
    font-size: 80%;
  }
  .slide-weather_items .slick-prev,
  .slide-weather_items .slick-next {
    width: 5vw;
    height: 5vw;
  }
  .slide-weather_items .slick-prev {
    left: -7.5%;
  }
  .slide-weather_items .slick-next {
    right: -7.5%;
  }
  .slide-weather_items .slick-prev:before,
  .slide-weather_items .slick-next:before {
    font-size: 4vw;
  }
}

@media screen and (min-width: 900px) {
/* =========================
*  基本（PC）
========================= */
  html {
  	font-size: 62.5%;
  	/* overflow-y: scroll; */
  }
  body {
  	line-height: 1.5;
  	min-width: 1280px;
		font-size: 12px;
    /* overflow-x: hidden; */
  }
  .sp {
    display: none !important;
  }
  #wrap {
    overflow: hidden;
  }

/* =========================
*  ヘッダー（PC）
========================= */
  #header {
    color: #4b4b4b;
    /* box-shadow: 0 0 1px 2px rgb(0 0 0 / 20%); */
    /* border-bottom: 1px solid #4b4b4b; */
    border-bottom: 2px solid rgb(0 0 0 / 20%);
  }
  header {

  }
  header .upper {
    background-color: #f3f3f3;
  }
  header .upper_box,
  header .lower_box {
    max-width: 95%;
    margin: 0 auto;
    /* padding: 5px 0; */
  }
  header .upper_box {
    padding: 5px 0;
  }
  header .upper_box ul,
  header .lower_box,
  header .box_left {
    display: -webkit-box;
    display: flex;
  }
  header .upper_box ul {
    -webkit-box-pack: end;
  	justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
  }
  header .upper_box ul li {
    padding: 0 20px;
    border-right: 1px solid #4b4b4b;
  }
  header .upper_box ul li:last-child {
    padding: 0 0 0 20px;
    border-right: none;
  }

  /*===== サイト内検索 ===============*/
  header .searchBox {
    font-size: 0;
  }
  header form {
    position: relative;
  }
  header .searchBox input[type="text"],
  header .searchBox input[type="submit"] {
    height: 24px;
    border: none;
    background: #F2F2F2;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .searchBox input[type="text"] {
    padding: 0 40px 0 10px;
    color: #4b4b4b;
    border-radius: 100vh;
    border: 1px solid #4b4b4b;
    background-color: #ffffff;
    width: 240px;
  }
  header .searchBox input[type="submit"] {
    width: 40px;
    background: url(../img/common/icon_search-submit.png) no-repeat center center;
    /* background: url(../img/common/icon_search01.png) no-repeat center center; */
    position: absolute;
    right: 0;
  }

  header .lower {
    padding: 15px 0;
  }
  header .lower_box {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
  header .box_left {
    -webkit-box-align: center;
    align-items: center;
  }
  header .box_left .logo {
    margin: 0 0 0 15px;
  }

  /*===== ヘッダーメニュー ===============*/
  .hd_menu {
    padding: 0 0 0.5em;
  }

  .hd_menu ul {
    display: flex;
    justify-content: right;
    width: 98%;
  }

  .hd_menu li {
    font-style: italic;
    position: relative;
    font-size: 14px;
  }

  .hd_menu li::after {
    position: relative;
    display: inline-block;
    content: "";
    background: #0052a4;
    width: 1px;
    height: 1.25em;
    margin: 0 1em;
    margin-top: -0.25em;
    vertical-align: middle;
  }

  .hd_menu li::after {
    transform: rotate(35deg);
  }

  .hd_menu a {
    color: #0052a4;
    font-weight: 600;
  }

/* =========================
*  コンテンツ（PC）
========================= */
  #gnavi {
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, rgba(153, 221, 51, 1) 2%, rgba(0, 204, 204, 1) 18%, rgba(0, 153, 255, 1) 34%, rgba(102, 102, 255, 1) 50%, rgba(204, 0, 255, 1) 66%, rgba(255, 51, 153, 1) 82%, rgba(255, 170, 51, 1) 98%);
    border-image-slice: 1;
  }
  #gnavi nav {
    width: 95%;
  	margin: 0 auto;
  }
  #gnavi ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  #gnavi ul li {
    width: 160px;
    text-align: center;
  }
  #gnavi ul li a {
    display: block;
    padding: 15px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
  }

  /* ページ下部レクタングルバナー（PC：横並び） */
  .recbnr_area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 90px 0 0;
  }

/* =========================
*  フッターバナー（PC）
========================= */
  #footer_banner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin: 90px 0 0;
    border-top: 1px solid #cee2fe;
    padding: 45px 0 0;
  }
  #footer_banner .rectangle {
    width: 420px;
  }
  #footer_banner .rectangle ul,
  #footer_banner .normal-mini ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  #footer_banner .rectangle ul li {
    margin: 0 30px 15px 0;
  }
  #footer_banner .rectangle ul li:nth-of-type(3n) {
    margin: 0 0 15px 0;
  }
  #footer_banner .normal-mini {
    width: 750px;
    margin: 0 0 0 30px;
  }
  #footer_banner .normal-mini ul.normal li {
    margin: 0 15px 30px 0;
  }
  #footer_banner .normal-mini ul.normal li:nth-of-type(3n) {
    margin: 0 0 30px 0;
  }
  #footer_banner .normal-mini ul.mini ul {
    margin: 30px 0 0;
  }
  #footer_banner .normal-mini ul.mini li {
    margin: 0 20px 30px 0;
  }
  #footer_banner .normal-mini ul.mini li:last-child {
    margin: 0 0 30px 0;
  }

/* =========================
*  グローバルフッター（PC）
========================= */
  footer {
    padding: 90px 0 30px;
    color: #0052a4;
  }
  footer .footer_contents {
    width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  footer .footer_contents .footer_img {
    width: 30%;
    margin: 0 5% 0 0;
    text-align: center;
  }
  footer .footer_contents .footer_img img {
    width: 180px;
    margin: 0 0 15%;
  }
  footer .footer_contents .footer_img p {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  footer .footer_contents .footer_link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 55%;
  }
  footer .footer_contents .footer_link .row {
    width: 30%;
    margin: 0 5% 0 0;
  }
  footer .footer_contents .footer_link .row:nth-of-type(3n) {
    margin: 0;
  }
  footer dl:nth-child(n+2) {
    margin: 2em 0 0;
  }
  footer dt {
    font-weight: bold;
    padding: 0 0 0.5em;
  }
  footer dd {
    padding: 0 0 0.5em 0.5em;
  }
  footer a {
    color: #0052a4;
  }
  footer #copyright {
    margin: 75px 0 0;
    text-align: center;
  }
}

@media screen and (max-width: 899px) {
/* =========================
*  基本（SP）
========================= */
  html {

  }
  body {
    width: 100%;
  	line-height: 1.5;
		font-size: 12px;
  }
  .pc {
    display: none !important;
  }

/* =========================
*  ヘッダー（SP）
========================= */
  #header {
    border-bottom: 3px solid;
    border-image: linear-gradient(90deg, rgba(153, 221, 51, 1) 2%, rgba(0, 204, 204, 1) 18%, rgba(0, 153, 255, 1) 34%, rgba(102, 102, 255, 1) 50%, rgba(204, 0, 255, 1) 66%, rgba(255, 51, 153, 1) 82%, rgba(255, 170, 51, 1) 98%);
    border-image-slice: 1;
  }
  header .lower:first-child {
    padding: 10px 15px;
    position: fixed;
    z-index: 9999999999;
    background: #ffffff;
    width: 100%;
    height: auto;
  }
  header .logo {

  }
  header .logo img {
    width: 180px;
  }
  /*----------------------------
  * メニュー開閉ボタン
  *----------------------------*/
  #js-hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
    width: 75px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333333;
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
  }
  /* ハンバーガーメニューの線 */
  #js-hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all 0.5s ease;
    background: #0052a5;
  }
  #js-hamburger span:nth-child(1) {
    top: 0;
  }
  #js-hamburger span:nth-child(2) {
    top: 12px;
  }
  #js-hamburger span:nth-child(3) {
    top: 24px;
  }

  #js-hamburger.active span:nth-child(1) {
    top: 12px;
    transform: rotate(20deg);
    background: #ffffff;
  }

  #js-hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  #js-hamburger.active span:nth-child(3) {
    top: 12px;
    transform: rotate(-20deg);
    background: #ffffff;
  }

  /*----------------------------
  * アニメーション部分
  *----------------------------*/
  /* アニメーション前のメニューの状態 */
  #js-menu {
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s linear;
  }
  /* アニメーション後のメニューの状態 */
  #js-menu.active {
    pointer-events: auto;
    opacity: 1;
  }

  /*----------------------------
  * メニュー本体
  *----------------------------*/
  #js-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background: #0052a5;
    overflow: auto;
  }
  #js-menu .menu_logo {
    padding: 15px 0 0 15px;
  }
  #js-menu .menu_logo img {
    width: 75px;
  }
  .menu_item {
    width: 100%;
    height: auto;
    padding: 0 0 1em;
    color: #ffffff;
    box-sizing: border-box;
  }
  .menu_item a {
    color: #ffffff !important;
  }
  .menu_item a[href="/well-being/"] {
    display: inline-block;
    margin: 0 0 0 3.25em;
  }

  /*===== サイト内検索 ===============*/
  header .searchBox {
    font-size: 3.5vw;
    text-align: center;
    margin: 0 0 1em;
  }
  header form {
    position: relative;
    width: 80%;
    margin: 0 auto 0;
  }
  header .searchBox input[type="text"],
  header .searchBox input[type="submit"] {
    height: 24px;
    border: none;
    background: #F2F2F2;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .searchBox input[type="text"] {
    padding: 1.5em 3em 1.5em 1em;
    color: #4b4b4b;
    border-radius: 100vh;
    background-color: #ffffff;
    width: 100%;
  }
  header .searchBox input[type="submit"] {
    width: 2em;
    background: url(../img/common/ico_search-submit_bl.svg) no-repeat center center;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }

  #js-menu ul.menu_items {
    margin: 2em auto 0;
    width: 80%;
    font-size: 4.0vw;
  }

  /* #js-menu ul.menu_items li:before {
    content: "―";
    padding: 0 1.25em 0 0;
  } */

  #js-menu ul.menu_items li a:before {
    padding: 0 1.25em 0 0;
    vertical-align: middle;
    width: 2em;
    display: inline-block;
    text-align: center;
  }

  #js-menu ul.menu_items li:nth-of-type(1) a:before {
    content: url(../img/common/ico_sp-menu_home.svg);
  }
  #js-menu ul.menu_items li:nth-of-type(2) a:before {
    content: url(../img/common/ico_sp-menu_tv.svg);
  }
  #js-menu ul.menu_items li:nth-of-type(3) a:before {
    content: url(../img/common/ico_sp-menu_radio.svg);
  }
  #js-menu ul.menu_items li:nth-of-type(4) a:before {
    content: url(../img/common/ico_sp-menu_announcer.svg);
  }
  #js-menu ul.menu_items li:nth-of-type(5) a:before {
    content: url(../img/common/ico_sp-menu_event.svg);
  }
  #js-menu ul.menu_items li:nth-of-type(6) a:before {
    content: url(../img/common/ico_sp-menu_news.svg);
  }
  #js-menu ul.menu_items li:nth-of-type(7) a:before {
    content: url(../img/common/ico_sp-menu_weather.svg);
  }
  #js-menu ul.menu_items li:nth-of-type(8) a:before {
    content: url(../img/common/ico_sp-menu_present.svg);
  }
  #js-menu ul.menu_items li:nth-of-type(9) a:before {
    content: url(../img/common/ico_sp-menu_contents.svg);
  }
  #js-menu ul.menu_items li:nth-of-type(10) a:first-child::before {
    content: url(../img/common/ico_sp-menu_heart.svg);
  }
  #js-menu ul.menu_items li:nth-of-type(11) a:before {
    content: url(../img/common/ico_sp-menu_shopping.svg);
  }
  #js-menu ul.other_link {
    font-size: 3.5vw;
    width: 80%;
    margin: 0 auto 1em;
    font-weight: 100;
  }
  #js-menu ul.other_link li a {
    color: #ffffff !important;
  }

  header .lower:nth-child(2) {
    padding: 68px 0 15px;
  }
  header .lower:nth-child(2) .lower_box {
    border-top: 1px solid #95B7DA;
  }

  /*===== バナー（SP） ===============*/
  header .lower:nth-child(2) .hbnr {
    width: 320px;
    margin: 15px auto 0;
  }

/* ====================
*  コンテンツ（SP）
==================== */
  #main {
    padding-top: 15px;
  }
  #heading {
    height: auto !important;
  }
  #heading .contentIn {
    padding: 0 10px;
  }
  #heading ul.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #heading ul.breadcrumb li {
  	font-size: 12px;
  	line-height: 1;
  }
  #heading ul.breadcrumb li a {
  	position:relative;
  	color:#0052A5;
  }
  #heading ul.breadcrumb li a:before {
  	position: absolute;
  	content: "/";
  	color: #808080;
  	top: 2px;
  	right: -12px;
  }

  /* ページ下部レクタングルバナー */
  .recbnr_area {
    text-align: center;
    margin: 30px 0 0;
  }

/* ====================
*  フッターバナー（SP）
==================== */
  #footer_banner {
    margin: 30px 0 0;
  }
  #footer_banner .fbnr {
    text-align: center;
    margin: 0 0 30px;
  }
  #footer_banner .fbnr p {
    max-width: 320px;
    margin: 0 auto;
  }
  #footer_banner .fbnr p:nth-of-type(n+2) {
    margin: 15px auto 0;
  }
  #footer_banner .fbnr img {
    vertical-align: middle;
  }
  .slick-dots li {
    margin: 0 !important;
  }
  .rectangle {
    margin: 0 auto 45px;
    width: 320px;
  }
  .rectangle ul li div {
    margin: 0 5px;
  }
  .normal {
    width: 300px;
    margin: 0 auto 45px;
  }
  .mini {
    width: 300px;
    margin: 0 auto;
  }
  .mini ul li div {
    margin: 0 5px;
  }

/* ====================
*  フッター（SP）
==================== */
  footer {
    width: 100%;
    padding: 30px 0 65px;
    color: #0052a4;
    text-align: center;
  }
  footer .footer_img {
    text-align: center;
    margin: 0 0 30px;
  }
  footer .footer_img img {
    width: 150px;
    margin: 0 0 15px;
  }
  footer .footer_img p a {
    font-size: 16px;
    font-weight: bold;
    color: #005ca2 !important;
    letter-spacing: 0.05em;
  }
  footer #copyright {
    font-size: 10px;
    text-align: center;
  }
}
