@charset "UTF-8";
@import url("slick.css");
@import url("slick-theme.css");
/***** #メインビジュアル *****/
.slider img {
  max-width: 80%;
  float: right; }
  @media screen and (max-width: 1100px) {
    .slider img {
      max-width: 100%;
      float: none;
      clear: both; } }

#fBnr {
  display: none; }

/***** #top01 *****/
#top01 {
  background: #FFFAEC; }

#top01 .modList {
  width: 100%;
  margin: 40px 0 40px -10px; }
  @media screen and (max-width: 640px) {
    #top01 .modList {
      margin: 20px auto 20px; } }

@media screen and (max-width: 800px) {
  #top01 .modList.cols-4 li {
    width: 25%; } }
@media screen and (max-width: 640px) {
  #top01 .modList.cols-4 li {
    width: 50%; } }

#top01 .modList.cols-4 li img {
  margin: 0 auto; }

.topBnList {
  width: 100%;
  margin: 0 auto; }

.topBnList li {
  width: 100%;
  margin: 0 auto 10px; }

.topBnList li:nth-last-of-type(1) {
  margin: 0 auto 0; }

#top01 .boxL img {
  margin: 0 auto; }

#top01 .boxR h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #FFC001;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  @media screen and (max-width: 800px) {
    #top01 .boxR h3 {
      font-size: 1rem; } }

#top01 .boxR p {
  margin-bottom: 40px;
  font-size: 0.85rem;
  line-height: 200%; }
  @media screen and (max-width: 800px) {
    #top01 .boxR p {
      font-size: 0.75rem; } }

/***** #top02 *****/
#top02 .modBloc {
  margin-bottom: 40px; }
  @media screen and (max-width: 800px) {
    #top02 .modBloc {
      margin-bottom: 20px; } }

#top02 img {
  margin: 0 auto 20px; }

#top02 h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: normal;
  color: #FFC001;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  @media screen and (max-width: 800px) {
    #top02 h3 {
      font-size: 1rem; } }

#top02 p {
  font-size: 0.85rem;
  line-height: 200%; }
  @media screen and (max-width: 800px) {
    #top02 p {
      font-size: 0.75rem; } }

.flexWrap {
  width: 90%;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media screen and (max-width: 1100px) {
    .flexWrap {
      width: 100%; } }
  @media screen and (max-width: 800px) {
    .flexWrap {
      display: block;
      margin-bottom: 40px; } }

.top02Box {
  width: 30%;
  max-width: 480px;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    .top02Box {
      width: 100%;
      margin: 0 auto 20px; } }

/***** #top03 *****/
#top03 {
  background: #FFFAEC; }

#top03 .modList {
  width: 100%;
  max-width: 640px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    #top03 .modList {
      margin-left: -10px; } }

@media screen and (max-width: 640px) {
  #top03 .modList.cols-2 li {
    width: 50%; } }

@media screen and (max-width: 800px) {
  #top03 .modList.cols-2 .modBtn,
  #top03 .modList.cols-2 .modBtn a {
    width: 200px; } }
@media screen and (max-width: 640px) {
  #top03 .modList.cols-2 .modBtn,
  #top03 .modList.cols-2 .modBtn a {
    width: 100%; } }

/***** #top04 *****/
@media screen and (max-width: 640px) {
  #top04 .modList {
    margin-left: -10px; } }

@media screen and (max-width: 800px) {
  #top04 .modList.cols-5 li {
    width: 33.33333%; } }
@media screen and (max-width: 640px) {
  #top04 .modList.cols-5 li {
    padding-left: 10px;
    margin-bottom: 10px; } }

/***** #top05 *****/
#top05 {
  padding: 0; }

#top05 ul {
  width: 100%;
  margin: 0 auto; }

#top05 ul:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

#top05 ul li {
  width: 50%;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 800px) {
    #top05 ul li {
      width: 100%;
      clear: both;
      float: none; } }

#top05 ul li img {
  width: 100%;
  height: auto;
  position: relative; }

#top05 ul li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/common/overlay.png") repeat;
  text-align: center;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff; }

#top05 ul li a:hover {
  background: url("../img/common/overlay.png") repeat rgba(0, 0, 0, 0.3); }

#top05 ul li .inner {
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%); }

#top05 ul li .inner h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  font-weight: normal;
  color: #fff; }

#top05 ul li .inner p {
  margin-bottom: 20px;
  font-size: 0.85rem;
  color: #fff; }

/***** #top06 *****/
#top06 {
  background: #FFFAEC; }

@media screen and (max-width: 800px) {
  #top06 .boxL {
    margin-bottom: 30px; } }

#top06 h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFC001;
  font-size: 1.2rem;
  font-weight: normal;
  color: #FFC001; }
  @media screen and (max-width: 800px) {
    #top06 h3 {
      font-size: 1rem;
      margin-bottom: 10px; } }

#top06 h4 {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: normal;
  color: #FFC001; }
  @media screen and (max-width: 800px) {
    #top06 h4 {
      margin-bottom: 5px;
      font-size: 0.85rem; } }

#top06 p {
  margin-bottom: 30px;
  font-size: 0.85rem;
  line-height: 180%; }
  @media screen and (max-width: 800px) {
    #top06 p {
      margin-bottom: 20px;
      font-size: 0.75rem; } }

#top06 iframe {
  width: 100%;
  height: 450px; }
  @media screen and (max-width: 800px) {
    #top06 iframe {
      height: 300px; } }
