@charset "UTF-8";
/* CSS Document */
/*****************************************/
/* 共通 */
/*****************************************/
.catchcopy {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
  padding: 0;
  color: #484848;
  background: none;
}

/*****************************************/
/* このページのみ */
/*****************************************/
.about1 {
  margin: 20px 10px 10px 0;
  padding: 0;
}

.about1 h2 {
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  margin: 10px 0 25px 0;
  padding: 0;
  line-height: 1.2;
}

.about1 p {
  line-height: 1.5;
  margin-top: 10px;
  font-size: 16px;
  display: block;
}

@media (min-width: 768px) {
  .about1 .box {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .about1 {
    margin: 15px auto;
    width: 100%;
    max-width: 760px;
    display: block;
    text-align: center;
  }
  .about1 div p {
    text-align: left;
  }
  .about1 div.image {
    margin: 15px 0 0 0;
  }
}
.about1 div.image {
  margin-left: 20px;
}

.about1 div.box div.image img {
  width: 100%;
  max-width: 255px;
  display: block;
  margin: 0 auto;
}

.about2 {
  margin: 40px 10px 10px 10px;
  position: relative;
}

.about2 h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 22px;
  margin: 0 5px 15px 0;
  padding-bottom: 2px;
  border-bottom: 2px solid #e96c0e;
  line-height: 1.3;
}

.about2 h4.bg_orange {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  margin: 0 5px 15px 0;
  padding: 10px 10px;
  background: #e96c0e;
  border-radius: 5px;
  color: #fff;
  line-height: 1.3;
}

.about2 div.box2 {
  margin-right: 5px;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #e96c0e;
}

.about2 div.box2 h4 {
  margin: 0 0 0 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
  color: #e96c0e;
  line-height: 1.2;
}

.about2 div.box2 p {
  margin: 10px 0 0 30px;
  padding: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
  color: #000;
  line-height: 1.6;
}

.about2 p {
  font-size: 16px;
  display: block;
  margin: 10px 5px 60px 0;
}

@media (min-width: 768px) {
  .about2 div.box {
    display: flex;
  }
}
@media (max-width: 767px) {
  .about2 div.box div.img img {
    margin-bottom: 20px;
  }
}
.about2 div.box {
  margin-top: -30px;
  margin-bottom: 50px;
}

.about2 div.box div.img img {
  border: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about2 .box p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-left: 30px;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .about2 div.box3 ul {
    display: flex;
  }
}
.about2 div.box3 {
  margin: 0 5px 20px 0;
  padding: 20px;
  border: 2px solid #e96c0e;
}

.about2 div.box3 h4 {
  font-family: vdl-v7gothic, sans-serif;
  margin: 0 0 15px 0;
  padding-left: 9px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  display: block;
  color: #343434;
  border-left: 6px solid #e96c0e;
  background: none;
}

.about2 div.box3 p {
  margin: 0 5px 30px 0;
}

.about2 div.box3 p:last-child {
  margin: 0 5px 10px 0;
}

.about2 div.box3 p.title {
  margin: 15px 5px 10px 0;
  border-bottom: 1px solid #343434;
}

.about2 div.box3 p.se {
  margin: 0 5px 10px 15px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .about2 div.box3 p.se {
    font-size: 0.9rem;
  }
}

.about2 div.box3 p.map iframe {
  width: 100%;
  height: 350px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (max-width: 767px) {
  .about2 div.box3 p.map iframe {
    height: 250px;
  }
}
.about3 {
  margin: 0 10px 15px 10px;
}

.about3 h3 {
  height: 43px;
  border-bottom: 3px solid #e96c0e;
}

.about3 h3 img {
  margin-left: -10px;
}

.about3 ul li {
  padding: 10px 0 0 18px;
  background: url(../images/common/btn1.jpg) no-repeat;
  background-position: 0 17px;
  text-decoration: none;
  transition: 0.8s;
}

.about3 ul li:hover {
  background: url(../images/common/btn1_2.jpg) no-repeat;
  background-position: 0 17px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .about3 {
    display: none;
  }
}
.about2 table {
  margin: 0 15px 30px 0;
  border-spacing: 0;
  width: 100%;
  word-break: break-word;
}

.about2 table td {
  vertical-align: top;
  padding: 0 0 15px 0;
}

td.nowrap {
  white-space: nowrap;
}

td.text {
  word-break: break-word;
  word-wrap: break-word;
}

p.accent {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin: 10px 0 10px 0;
}

p.se {
  margin-bottom: 0;
}

table.border td {
  padding-top: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #343434;
}

table.border tr.top td {
  border-top: 1px solid #343434;
}

table.right td {
  text-align: right;
  padding-top: 10px;
  padding-left: 10px;
}

table.right td.text {
  text-align: left;
}

table.border_around {
  border: 1px solid #000;
  table-layout: fixed;
}

table.border_around tr.title {
  color: #343434;
  background: #efded7;
  text-align: center;
  vertical-align: middle;
}

table.border_around td {
  border-bottom: 1px solid #343434;
  padding: 10px;
}

table.border_around tr:last-child td {
  border-bottom: none;
}

table.border_around td.text2 {
  border-right: 1px solid #343434;
  text-align: center;
  padding: 10px 10px 0 10px;
}

@media screen and (max-width: 640px) {
  .wrap {
    width: 100%;
  }
  .movie-box {
    width: 100%;
  }
}
/*-- side --*/
@media (max-width: 979px) {
  .main {
    flex: 1;
  }
  .side {
    margin-right: 15px;
    width: 245px;
  }
}
/*-- ＰＣ表示・モバイル表示 --*/
@media (min-width: 768px) {
  .pc {
    display: block;
  }
  .mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
}
/*-- 線 --*/
.bor_bottom {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c0c0c0;
  display: block;
}

.about2 div.about_list p {
  font-size: 16px;
  display: block;
  margin: 10px 5px 10px 0;
}

.about2 span.fontb {
  font-weight: bold;
}

.about_list p.title {
  margin: 15px 5px 10px 0;
  border-bottom: 1px solid #343434;
}

/*-- history/岡山ビューイング共通 --*/
h3.title_sq_orange {
  position: relative;
  padding: 10px 10px 10px 20px;
  background: #e96c0e;
  width: 100%;
  font-size: 32px;
  color: #ffffff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: italic;
  line-height: 1.3;
  z-index: -1;
  border-bottom: none;
  display: inline-block;
}

h3.title_sq_orange::before {
  position: absolute;
  content: "";
  right: -2px;
  top: -2px;
  border: none;
  border-right: solid 40px #ffffff;
  border-top: solid 79px transparent;
  z-index: -2;
}

_:lang(x)::-ms-backdrop,
h3.title_sq_orange {
  padding-top: 10px;
  padding-bottom: 0;
}

div.flex--child {
  display: flex;
  justify-content: start !important;
  flex-wrap: wrap;
  gap: 20px;
}

/*-- history ---*/
.about2.history {
  margin-top: 30px;
}

@media (min-width: 768px) {
  div.history,
  div.viewing {
    margin-left: 15px;
  }
  div.history div.flex div.left {
    min-width: 110px;
  }
}
@media (max-width: 767px) {
  div.history,
  div.viewing {
    margin-left: 0;
  }
  div.history div.flex div.left {
    min-width: 100px;
  }
}
div.history div.left h4 {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 26px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-bottom: 2px solid #e96c0e;
  line-height: 1.2;
}

div.history div.left p {
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 768px) {
  div.history div.left p {
    margin-bottom: 0;
  }
}
div.history div.right_border {
  border-left: 2px solid #e96c0e;
}

div.history div.right {
  padding-top: 31px;
}

@media (max-width: 768px) {
  div.history div.right {
    padding-top: 0;
    margin-bottom: 50px;
  }
}
div.history div.end {
  height: 100px;
  width: 2px;
  background: linear-gradient(#e96c0e, #ffffff);
  border-left: 0;
}

ul.history {
  margin-top: 20px;
}

@media (max-width: 768px) {
  ul.history {
    margin-top: 20px;
    margin-left: 20px;
  }
}
ul.history li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

ul.history li span.mark_round::before {
  content: "●";
  left: -10px;
  top: 0;
  color: #e96c0e;
  position: absolute;
}

.history_comment p {
  margin-top: 20px;
  margin-bottom: 25px;
  color: #e96c0e;
  font-size: 20px;
  font-style: italic;
}

/*--historyアニメーション--*/
.scroll_anime {
  transition: all 0.8s ease-out;
  transition-delay: 0.5s;
  transform: translateY(20%);
  opacity: 0;
}

.scroll_anime2 {
  transition: all 2s ease-out;
  opacity: 1;
  max-height: 0;
}

.scroll_anime3 {
  transition: all 0.5s ease-out;
  transform: translateX(-10%);
  opacity: 0;
}

.scroll_anime4 {
  transition: all 0.5s ease-out;
  transform: translateX(-10%);
  opacity: 0;
}

/*--historyアニメーション後--*/
.isAnimate {
  opacity: 1;
  transform: rotate(0);
}

.isAnimate2 {
  opacity: 1;
  max-height: 1000px;
}

.isAnimate3 {
  opacity: 1;
  transform: rotate(0);
}

.isAnimate4 {
  opacity: 1;
  transform: rotate(0);
}

/*-- 岡山ビューイング --*/
.about2.viewing {
  margin-top: 30px;
}

.border_orange {
  margin-top: 43px;
  margin-left: -2px !important;
  border-bottom: 2px solid #e96c0e;
  height: 2px;
  width: 30px;
}

.border_orange_none {
  width: 28px;
  margin-left: 0 !important;
}

.right_border {
  border-left: 2px solid #e96c0e;
  margin-left: 0 !important;
}

h4.round {
  background: #e96c0e;
  padding-left: 15px;
  padding-top: 20px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
}

.viewing .right p.bg_gray {
  background: #343434;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  color: #ffffff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  display: inline-block;
}

_:lang(x)::-ms-backdrop,
.viewing .right p.bg_gray {
  padding-top: 5px;
}

.viewing h5 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .about2.viewing div.flex div.left {
    width: 80px;
  }
  .viewing .right {
    margin-left: 30px !important;
  }
}
@media (max-width: 767px) {
  .about2.viewing .flex .left,
  .about2.viewing .flex .border_orange,
  .about2.viewing .flex .border_orange_none,
  .about2.viewing .flex .end,
  .about2.viewing .flex .right_border {
    display: none;
  }
  div.viewing div.flex div.rgiht {
    margin-left: 0;
  }
  h4.round {
    margin-left: auto;
    margin-right: auto;
  }
}
.about2.viewing div.end {
  height: 100px;
  width: 2px;
  background: linear-gradient(#e96c0e, #ffffff);
  border-left: 0;
  margin-left: 0 !important;
}

.images img {
  width: 100%;
  max-width: 400px;
}

.border_orange_mobile {
  background: linear-gradient(#e96c0e, #ffffff);
  width: 3px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.about2 a img {
  transition-duration: 0.6s;
}

.about2 a img:hover {
  opacity: 0.6;
}

span.font22 {
  font-size: 22px;
}

span.font24 {
  font-size: 24px;
}

.about2 h4.accent {
  margin-bottom: 20px;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ff0000;
  border-bottom: 2px solid #ff0000;
  padding-bottom: 2px;
}

.about2 h5.title_rec {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background: #001037;
  border-radius: 3px;
  border-bottom: none;
  padding: 5px 5px 5px 15px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.about2 h5.title_rec.red {
  background: #ff6d12;
}

.about2 div.box3 h4.title_rec {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 15px 0;
  padding-left: 9px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.6;
  display: block;
  color: #343434;
  border-left: 6px solid #e96c0e;
}

.about2 div.box3 p {
  margin-left: 15px;
}

.about2 div.box3.rec {
  margin-top: 30px;
}

/*-- health --*/
.about2.health h3 {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .about2.health h3 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .about2.health .images {
    margin-top: 30px;
  }
}
.about2 h3.top_health {
  padding: 20px 0 20px 0;
  margin: 0 0 20px 0;
  color: #ffffff;
  font-size: 28px;
  border-bottom: 1px solid #64a108;
  border-radius: 8px 8px 0 0;
  text-align: center;
  line-height: 0.8;
  background: #64a108;
  width: 100%;
}

.about2 div.health_box {
  padding: 0;
  margin-bottom: 30px;
  border: 1px solid #64a108;
  border-radius: 10px;
  position: relative;
}

.about2 div.health_box .padding {
  padding: 0 20px 0 20px;
}

.about2 h4.title_health {
  background: url("../images/about/icon_health.png") no-repeat;
  background-position: 0 5px;
  padding: 0 0 0 40px;
  color: #e96c0e;
  font-size: 28px;
}

.about2 h4.title_health.hart {
  background: url("../images/about/icon_health2.png") no-repeat;
  background-position: 0 5px;
}

.about2 h4.title_health.shake {
  background: url("../images/about/icon_health3.png") no-repeat;
  background-position: 0 5px;
}

.about2 p.health {
  margin-left: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .about2 p.health {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.about2 p.health.bottom,
img.health.bottom {
  margin-bottom: 20px;
}

.health_box .images {
  align-items: flex-start;
  min-width: 0;
}

#health_image .images {
  border: 1px solid #fff;
  border-radius: 5px;
  max-width: 350px;
}

img.health {
  margin-top: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  max-width: 100%;
}

/*-- flex p img の場合 --*/
.flex p.health {
  margin-right: 20px;
}

/*-- aリンク装飾 --*/
body a.link--border,
body span.target_blank a.link--border {
  color: #061142;
  font-weight: normal;
  border-bottom: 1px solid #061142;
  transition: all 0.3s;
}

a.link--border:hover {
  opacity: 0.8;
}

/*-- child 子育て支援 --*/
.title_child {
  margin: 30px 0 20px 0;
  position: relative;
  background: none;
}

.title_child:not(:first-of-type) {
  margin: 60px 0 20px 0;
}

.title_child img {
  width: 100%;
  -webkit-backface-visibility: hidden;
}

.child_check {
  position: absolute;
  z-index: 20;
  top: 0;
}

@media (max-width: 979px) {
  .child_check {
    display: none;
  }
}
.title_child_middle {
  border-radius: 5px;
  /*background: #F2A0A0;*/
  background: #8dbf3d;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 15px 6px 15px;
  margin: 15px 0 0 0;
  border-bottom: none;
}

p.comment_child {
  margin-top: 15px;
  margin-left: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  color: #4f4f4f;
}

p.comment_child:before {
  content: "・";
  position: absolute;
  left: 0;
}

p.comment_child:last-of-type {
  margin-bottom: 10px;
}

.box_child {
  border: 6px solid #ffe8e6;
  border-radius: 5px;
  padding: 15px;
  margin-top: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 45%;
}

.box_single {
  width: 75%;
  margin: 0 auto !important;
  display: block !important;
}

@media (max-width: 767px) {
  .box_child {
    width: 100%;
  }
  .box_single {
    width: 100%;
  }
}
.center img {
  display: inline-block;
  -webkit-backface-visibility: hidden;
}

/*右寄せ左寄せ*/
.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clear {
  clear: both;
}

.left {
  text-align: left;
}

.ma_left15 {
  margin-left: 15px !important;
}

.ma_top50 {
  margin-top: 50px !important;
}

table.border_around.table_health {
  box-sizing: border-box;
  border-color: #4f9300;
}

table.border_around.table_health td {
  border-color: #b1c983;
  font-size: 14px;
  padding-left: 0;
}

table.border_around.table_health td.title {
  color: #4f9300;
  padding-left: 20px;
  padding-right: 0;
}

/*-- MOVIE各コンテンツ --*/
.about2 a img {
  display: initial;
  transition-duration: initial;
  -o-object-fit: cover;
     object-fit: cover;
}

.contents_movielist.news_movie {
  width: 300px;
}

@media (max-width: 1060px) {
  .contents_movielist {
    width: 100%;
    padding: 0 20px 0 20px;
    justify-content: space-between;
  }
  .contents_movielist.news_movie {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .contents_movielist {
    display: block;
  }
  .contents_movielist.news_movie {
    width: 100%;
    display: block;
  }
}
.contents_movielist .box_movielist_flex:hover .image_movie_frame img {
  opacity: 0.8;
}

.contents_movielist .image_movie_frame {
  max-width: 310px;
  border: 1px solid #e96c0e;
  position: relative;
  transition: 0.6s ease;
}

@media (max-width: 1060px) {
  .contents_movielist .image_movie_frame {
    width: 100%;
    max-width: 310px;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .contents_movielist .image_movie_frame {
    width: 100%;
    margin-right: 0;
  }
  .contents_movielist.news_movie .image_movie_frame {
    max-width: initial;
    margin-right: 0;
  }
}
.box_movielist_flex:hover .image_movie_frame {
  border: 1px solid #e6e6e6;
}

.box_movielist_flex {
  width: 100%;
  padding: 10px;
  transition: 0.6s ease;
  border-radius: 2px;
}

@media (max-width: 1060px) {
  .box_movielist_flex {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .box_movielist_flex {
    padding-bottom: 30px;
  }
  .box_movielist_flex.short_box {
    width: 100%;
  }
}
.box_movielist_flex:hover {
  background: #ebebeb;
  border-radius: 3px;
}

.contents_movielist .image_movie_frame::after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/movie/btn_play_movie_3.png") no-repeat;
  width: 82px;
  height: 82px;
  position: absolute;
  transition: 0.3s;
}

.contents_movielist .image_movie_frame:hover::after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/movie/btn_play_movie_3.png") no-repeat;
  opacity: 0.2;
  width: 82px;
  height: 82px;
  position: absolute;
}

a.link {
  font-weight: 700;
  color: #e96c0e;
  transition: all 0.3s;
  border-bottom: 1px solid #e96c0e;
}

a.link:hover {
  color: #001d68;
  border-bottom: 1px solid #001d68;
}

br.br_mobile {
  display: none !important;
}
@media (max-width: 767px) {
  br.br_mobile {
    display: block !important;
  }
}

.right {
  text-align: right;
  float: right;
}/*# sourceMappingURL=about.css.map */