@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* ##################################################################### */
/*	モバイルレ : 480 px およびそれ以下
/* ##################################################################### */
/*html {
  scroll-padding-top: 70px;
}*/
*:focus {
  outline: none !important;
}
*:focus-ring {
  outline: none !important;
}
button:focus-ring {
  outline: none;
}
html {
	/*overflow-y: scroll;*/
  scroll-behavior: smooth;
}
/*.drawer-navbar {
  position: fixed;
}*/
a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/*.logo a:hover img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  background-color: #FFFFFF !important;
}*/
/* ===================================================================== */
/*	基本設定
/* ===================================================================== */
/* ---- フォント設定 ---- */
a {
  /*color: #fff;*/
  color: #965b21;
}
a:hover {
  /*color: #fff;*/
  color: #ed895d;
}
/*h1, h2, h3, h4, h5 {
  color: #333333;
}
h4 {
    color: #23b6ea;
}*/
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  color: #ed895d;
}
body {
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #965b21;
  /*word-break: break-all;*/
  word-break: normal;
  overflow-x: hidden;
  font-style: normal;
  padding-top: 70px
}
/* ---- 右スクロール ---- */
html {
  overflow-y: scroll;
}
a {
  text-decoration: none !important;
}
/* ---- ナビブロック ---- */
/*.navbar {
  padding: 0rem 0.8rem;
}*/
/* ---- ページトップ ---- */
.pagetop {
  position: fixed;
  right: 10px;
	bottom: 10px;
  display: block;
  /*  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #6b01212;*/
  z-index: 20;
}
/* ---- フッター ---- */
/*footer {
  margin-bottom: 44px;
}*/
/*footer dt {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 80%;
}
footer .section1 {
      padding-top: 34px;
	padding-bottom: 17px;
    height: 200px;
}
footer .section1 dd {
  padding-left: 10px;
  margin-bottom: 0;
  font-size: 64%;
  line-height: 1.8em;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
}*/
footer .section1 {
  min-height: 300px;
  padding-top: 60px;
  /*padding-bottom: 40px;*/
}
footer .section2 {
  /* min-height:100px;
  padding-top: 80px;*/
}
footer .section2 li, footer .section2 li a {
  font-size: 90%;
  margin-left: 3px;
  margin-right: 3px;
  /*height: 42px;*/
  padding-top: 6px;
  font-weight: bolder;
}
footer .section2 ul {
  padding-left: 0;
}
.footer-logo div {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
/*.footer-logo img {
  margin-bottom: 15px;
}*/
footer .section3 {
  padding-top: 180px;
  font-size: 80%;
  /*height: 224px;*/
}
/*footer .section3 p {
    font-size: 50%;
}*/
footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
footer, footer a {
  color: #ffffff;
  /* color: #EBEBEB;*/
}
footer a:hover {
  color: #fff;
  /* color: #EBEBEB;*/
}
footer .section1 {
  background-color: #2b3890;
}
footer .section2 {
  background-color: #2b3890;
}
footer .section3 {
  background-color: #ca4f8a;
}
/*.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/
/* ##################################################################### */
/*	タブレット小
/* ##################################################################### */
@media (min-width: 480px) {
  /* ===================================================================== */
  /*	タブレット小　共通基本設定
/* ===================================================================== */
  footer .section2 li, footer .section2 li a {
    font-size: 100%;
  }
  .footer-logo div {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
}
/* ##################################################################### */
/*	タブレット小
/* ##################################################################### */
@media (min-width: 576px) {
  /* ===================================================================== */
  /*	タブレット小　共通基本設定
/* ===================================================================== */
}
/* ##################################################################### */
/*	タブレット大
/* ##################################################################### */
@media (min-width: 768px) {
  /* ===================================================================== */
  /*	タブレット大　共通基本設定
/* ===================================================================== */
  footer .section1 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  footer .section3 {
    font-size: 83%;
  }
}
/* ##################################################################### */
/*	タブレット大
/* ##################################################################### */
@media (min-width: 993px) {
  /* ===================================================================== */
  /*	タブレット大　共通基本設定
/* ===================================================================== */
}
/* ##################################################################### */
/*	PC
/* ##################################################################### */
@media (min-width: 1200px) {
  /* ===================================================================== */
  /*	PC　　共通基本設定
/* ===================================================================== */
}