@charset "UTF-8";
/*-----------------------------
浦安観光コンベンション CSS
-----------------------------*/
@import "https://necolas.github.io/normalize.css/7.0.0/normalize.css";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese";
@import "https://fonts.googleapis.com/css?family=Noto+Serif+JP";
@import "https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c";
* {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }

html {
  height: 100%;
  font-size: 10px; }

body {
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-family: arial, helvetica, "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 2rem;
  background-color: #fff; }

div,
ul,
li {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

div,
section {
  position: relative; }

li {
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit; }
  a:hover {
    opacity: 0.6; }

i {
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc; }

p {
  line-height: 2.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  p:last-of-type {
    margin-bottom: 0; }
  p:first-of-type {
    margin-top: 0; }

dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

dt,
dd {
  padding: 10px 0;
  margin: 0; }

dt {
  width: 10%; }

dd {
  width: 90%; }

iframe {
  border: none; }

#env {
  position: fixed;
  z-index: 999999;
  width: 100px;
  padding: 0.3rem;
  background: red;
  left: 0;
  top: 0px;
  color: #fff;
  text-align: center;
  font-size: 1rem; }
  #env:hover {
    opacity: 0; }
  #env.local {
    background: purple; }

.demo_notice {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: red; }

.sp {
  display: none !important; }

.inner {
  position: relative;
  width: 1000px;
  margin: auto; }

.text_l {
  text-align: left; }

.text_r {
  text-align: right; }

.text_c {
  text-align: center; }

.mt_0 {
  margin-top: 0px !important; }

.mb_0 {
  margin-bottom: 0px !important; }

.mt_5 {
  margin-top: 5px !important; }

.mb_5 {
  margin-bottom: 5px !important; }

.mt_10 {
  margin-top: 10px !important; }

.mb_10 {
  margin-bottom: 10px !important; }

.mt_15 {
  margin-top: 15px !important; }

.mb_15 {
  margin-bottom: 15px !important; }

.mt_20 {
  margin-top: 20px !important; }

.mb_20 {
  margin-bottom: 20px !important; }

.mt_25 {
  margin-top: 25px !important; }

.mb_25 {
  margin-bottom: 25px !important; }

.mt_30 {
  margin-top: 30px !important; }

.mb_30 {
  margin-bottom: 30px !important; }

.mt_35 {
  margin-top: 35px !important; }

.mb_35 {
  margin-bottom: 35px !important; }

.mt_40 {
  margin-top: 40px !important; }

.mb_40 {
  margin-bottom: 40px !important; }

.mt_45 {
  margin-top: 45px !important; }

.mb_45 {
  margin-bottom: 45px !important; }

.mt_50 {
  margin-top: 50px !important; }

.mb_50 {
  margin-bottom: 50px !important; }

.mt_55 {
  margin-top: 55px !important; }

.mb_55 {
  margin-bottom: 55px !important; }

.mt_60 {
  margin-top: 60px !important; }

.mb_60 {
  margin-bottom: 60px !important; }

.mt_65 {
  margin-top: 65px !important; }

.mb_65 {
  margin-bottom: 65px !important; }

.mt_70 {
  margin-top: 70px !important; }

.mb_70 {
  margin-bottom: 70px !important; }

.mt_75 {
  margin-top: 75px !important; }

.mb_75 {
  margin-bottom: 75px !important; }

.mt_80 {
  margin-top: 80px !important; }

.mb_80 {
  margin-bottom: 80px !important; }

.mt_85 {
  margin-top: 85px !important; }

.mb_85 {
  margin-bottom: 85px !important; }

.mt_90 {
  margin-top: 90px !important; }

.mb_90 {
  margin-bottom: 90px !important; }

.mt_95 {
  margin-top: 95px !important; }

.mb_95 {
  margin-bottom: 95px !important; }

.mt_100 {
  margin-top: 100px !important; }

.mb_100 {
  margin-bottom: 100px !important; }

.img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .img_box img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto; }

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  right: 0px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: #000 url(../images/common/icon_pagetop.svg) no-repeat center/20px auto;
  border-radius: 50px 0 0 50px;
  opacity: 0.6; }
  #pagetop:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.8; }

.line_wave {
  position: relative;
  margin-bottom: 30px;
  color: #0078c2;
  font-size: 2rem;
  font-weight: 300; }
  .line_wave::after {
    content: "";
    position: absolute;
    bottom: -13px;
    display: block;
    width: 100%;
    height: 13px;
    background: url(../images/common/title_line_wave.svg) repeat-x center; }
  .line_wave span {
    padding-left: 5px; }
  .line_wave img {
    height: 23px;
    width: auto;
    margin-left: 5px; }
  .line_wave.hasBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .line_wave.hasBtn a {
      padding: 2px 5px;
      background: #ad0003;
      color: #fff;
      border-radius: 50px;
      font-size: 1.6rem;
      font-weight: bold; }

.ttl_sub {
  margin-bottom: 15px;
  color: #0078c2;
  font-size: 1.8rem; }

.boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .boxList li {
    width: 24%;
    margin-bottom: 15px;
    border: 1px solid #2ea4d6;
    border-radius: 6px;
    overflow: hidden; }
    .boxList li:empty {
      visibility: hidden; }
    .boxList li.end .box_wrap {
      position: relative; }
      .boxList li.end .box_wrap::after {
        content: "終了しました";
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 3px 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 400; }
    .boxList li a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      text-align: center; }
    .boxList li .categpry {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      min-width: 5rem;
      padding: 0 0.5rem;
      text-align: center;
      font-size: 1.2rem;
      background: #0078c2;
      color: #fff;
      border-radius: 0 0 4px 0; }
    .boxList li .box_wrap {
      position: relative;
      height: auto; }
      .boxList li .box_wrap::before {
        content: "";
        display: block;
        padding-top: 100%; }
    .boxList li .img_box {
      position: absolute;
      top: 0;
      left: 0;
      padding: 5px; }
    .boxList li .title_box {
      padding: 10px;
      height: 100%;
      background: #2ea4d6;
      color: #fff; }
      .boxList li .title_box p {
        margin: 0;
        line-height: 1.8rem; }
      .boxList li .title_box .title {
        margin-bottom: 5px; }
      .boxList li .title_box .sub {
        font-size: 1.2rem; }

.textList li {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc; }
  .textList li a .title {
    text-decoration: underline; }
  .textList li .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .textList li .tn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .textList li .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .textList li .date {
    width: 7em; }
  .textList li .title {
    width: calc(100% - 7em); }

.pagination {
  margin: 20px auto; }
  .pagination .page_munber {
    margin: 0;
    text-align: center;
    font-size: 1.2rem; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .pagination li {
    margin: 0 2px;
    min-width: 3rem;
    text-align: center;
    background: #2ea4d6;
    border-radius: 4px; }
    .pagination li > * {
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      padding: 5px;
      color: #fff;
      font-weight: 400;
      text-align: center; }
    .pagination li.spacer, .pagination li.off {
      background: #ccc; }
    .pagination li.current, .pagination li:hover {
      background: #ff9900; }
      .pagination li.current a, .pagination li:hover a {
        opacity: 1; }
      .pagination li.current.spacer, .pagination li.current.off, .pagination li:hover.spacer, .pagination li:hover.off {
        background: #ccc; }

.title_wrap {
  padding-top: 40px;
  color: #0078c2; }
  .title_wrap.mv {
    position: relative;
    top: -45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 300px;
    padding: 0;
    margin-bottom: -40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .title_wrap.mv .inner {
      display: inline-block;
      width: auto;
      height: auto;
      margin: 0;
      padding: 30px;
      text-align: center;
      background: rgba(255, 255, 255, 0.7); }
      .title_wrap.mv .inner h2 {
        margin-bottom: 20px; }
        .title_wrap.mv .inner h2 span {
          color: #0078c2;
          font-weight: 300;
          border-bottom: 2px solid #0078c2; }
        .title_wrap.mv .inner h2 img {
          max-width: 100%; }
      .title_wrap.mv .inner .sub_title {
        display: block;
        font-weight: 400;
        color: #333; }
  .title_wrap h2 {
    font-size: 3.6rem;
    font-weight: 200; }
  .title_wrap .sub_title {
    margin-top: 10px;
    font-size: 1.8rem;
    font-weight: 300; }
    .title_wrap .sub_title:empty {
      display: none; }

.mv_wrap {
  top: -45px; }
  .mv_wrap img {
    width: 100%;
    height: auto; }

.facility_link {
  margin-top: 30px; }
  .facility_link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1000px;
    margin: auto;
    padding: 10px 0; }
  .facility_link li {
    width: 19.6%; }
    .facility_link li:first-of-type {
      display: none; }
    .facility_link li a {
      display: block;
      width: 100%;
      height: 100%; }
      .facility_link li a img {
        width: 100%;
        height: auto; }

.map {
  border: none; }
  .map.list {
    width: 100%;
    height: 500px; }

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .btn_wrap input[type="image"]:hover {
    opacity: 0.6; }

.btn {
  min-width: 200px;
  padding: 15px 20px;
  margin: 0 10px;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  border-radius: 3px; }
  .btn:hover {
    opacity: 0.6; }
  .btn.link {
    background: #2ea4d6; }
  .btn.facility {
    background: #999; }
  .btn.entry {
    background: #2ea4d6; }
  .btn.contact {
    background: #ff9900; }
  .btn.search {
    min-width: auto;
    padding: 15px 30px;
    background: #2ea4d6; }
  .btn.return {
    background: #0078c2; }
  .btn.back {
    background: #999; }

.textlink::before {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 3px;
  width: 16px;
  height: 16px;
  background: url(../images/common/icon_textlink.svg) no-repeat center/cover; }
.textlink.pdf::before {
  background: url(../images/common/icon_pdf.svg) no-repeat center/cover; }

.link {
  text-decoration: underline; }

.pdf_list li {
  margin-bottom: 10px; }
.pdf_list a {
  display: inline-block;
  padding-left: 25px;
  background: url(../images/common/icon_pdf.svg) no-repeat center left/contain; }

.tab_contents_wrap .tab_nav {
  cursor: pointer; }
.tab_contents_wrap .btn_tab_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  border-bottom: 2px solid #2ea4d6; }
.tab_contents_wrap .btn_tab_wrap li {
  width: 49%;
  margin: 0 0.5%;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  border: 1px solid #eaeaea;
  border-bottom: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), to(#eaeaea));
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eaeaea 100%); }
  .tab_contents_wrap .btn_tab_wrap li.on, .tab_contents_wrap .btn_tab_wrap li:hover {
    background: #2ea4d6;
    color: #fff; }

.img_gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%; }
.img_gallery li {
  position: relative;
  width: 32%;
  margin: 0 0 4% 0; }
  .img_gallery li a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3; }
    .img_gallery li a img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .img_gallery li .cap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6rem; }
    .img_gallery li .cap:empty {
      display: none; }

.area_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .area_link li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0.5px;
    background: #2ea4d6; }
    .area_link li:first-of-type {
      border-radius: 6px 0 0 6px; }
    .area_link li:last-of-type {
      border-radius: 0 6px 6px 0; }
    .area_link li.on {
      background: #ff9900; }
    .area_link li a {
      display: block;
      height: 100%;
      width: 100%;
      padding: 5px 0;
      color: #fff;
      text-align: center; }

.stay_icons img {
  width: 30px;
  margin-right: 10px; }

.stay_icons_ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 10px;
  background: #cbeef4;
  border-radius: 8px; }
  .stay_icons_ex .ex_title {
    font-size: 1.4rem;
    margin-right: 20px; }
  .stay_icons_ex p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px 0 0; }
  .stay_icons_ex img {
    width: 20px;
    margin-right: 5px; }
  .stay_icons_ex span {
    font-size: 1.2rem; }

#modal_overlay {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  background: rgba(0, 0, 0, 0.7); }

#btnChangeLang {
  position: fixed;
  z-index: 20;
  top: 20px;
  left: 50%;
  margin-left: -50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100px;
  padding: 0px 10px;
  background: #d7f0f4;
  text-align: center;
  color: #666;
  font-weight: bold;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer; }
  #btnChangeLang:hover {
    opacity: 0.6; }
  #btnChangeLang span {
    display: inline-block;
    padding-left: 16px;
    background: #d7f0f4 url(../images/common/icon_lang.svg) no-repeat center left/14px auto; }

#WATelements {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background: #fff;
  width: 500px;
  border-radius: 10px; }
  #WATelements .goog-te-combo {
    border: 1px solid #ccc !important; }
  #WATelements #btnClose {
    position: absolute;
    bottom: -15px;
    left: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    background: url(../images/common/icon_close.svg) no-repeat center/cover;
    cursor: pointer; }

.price::before {
  content: "￥"; }

.tbl_data {
  border: none; }
  .tbl_data tr {
    border-bottom: 1px solid #ccc; }
    .tbl_data tr:first-of-type {
      border-top: 1px solid #ccc; }
  .tbl_data th, .tbl_data td {
    padding: 20px; }
  .tbl_data th {
    width: 20%;
    background: #eaeaea; }

button {
  border: none;
  cursor: pointer; }

select {
  padding: 10px 30px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #2ea4d6;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/common/icon_select_arrow.svg) no-repeat center right 10px/10px auto; }

/* select要素のデザインを無効にする（IE用） */
::-ms-expand {
  display: none; }

input[type="text"], input[type="password"], input[type="date"] {
  padding: 10px;
  margin: 2px 2px 2px 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #2ea4d6;
  border-radius: 6px; }

textarea {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #2ea4d6;
  border-radius: 6px; }

select,
input,
textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  select:focus,
  input:focus,
  textarea:focus {
    background-color: #c3edff; }

@-webkit-keyframes header {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes header {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: header 0.5s 1 ease-in;
  animation: header 0.5s 1 ease-in; }
  header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 140px;
    background: -webkit-gradient(linear, left top, left bottom, from(#aee1ff), color-stop(50%, #fff), to(#fff));
    background: linear-gradient(to bottom, #aee1ff 0%, #fff 50%, #fff 100%); }
  header.scroll {
    background: #2ea4d6 !important; }
    header.scroll::before {
      display: none; }
  header > .inner {
    position: relative; }
  header .logo {
    display: inline-block;
    margin: 20px; }
    header .logo h1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header .logo h1::before {
        content: "";
        display: inline-block;
        width: 60px;
        height: 60px;
        margin-right: 10px;
        background: url(../images/common/header_logo_icon.svg) no-repeat center/cover; }
    header .logo img {
      width: 240px; }
  header .header_navi {
    position: absolute;
    right: 50px;
    top: 5px; }
    header .header_navi a {
      display: block;
      padding: 5px 10px;
      color: #fff;
      font-size: 1.4rem;
      border-radius: 0 0 6px 6px; }
@-webkit-keyframes moveHeaderImg_1 {
  0% {
    margin: 0px; }
  50% {
    margin: 5px 0 0 3px; }
  100% {
    margin: 0px; } }
@keyframes moveHeaderImg_1 {
  0% {
    margin: 0px; }
  50% {
    margin: 5px 0 0 3px; }
  100% {
    margin: 0px; } }
@-webkit-keyframes moveHeaderImg_2 {
  0% {
    margin: 4px 0 0 4px; }
  50% {
    margin: 0px; }
  100% {
    margin: 4px 0 0 4px; } }
@keyframes moveHeaderImg_2 {
  0% {
    margin: 4px 0 0 0; }
  50% {
    margin: 0px; }
  100% {
    margin: 4px 0 0 0; } }
  header .img_wrap {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0; }
    header .img_wrap img {
      position: absolute; }
    header .img_wrap .img_1 {
      top: 50px;
      left: -30px;
      -webkit-animation: moveHeaderImg_1 5s infinite ease-in;
      animation: moveHeaderImg_1 5s infinite ease-in; }
    header .img_wrap .img_2 {
      top: 96px;
      left: 480px;
      -webkit-animation: moveHeaderImg_2 5s infinite ease-in;
      animation: moveHeaderImg_2 5s infinite ease-in; }
    header .img_wrap .img_3 {
      top: 70px;
      left: 1030px;
      -webkit-animation: moveHeaderImg_1 7s infinite ease-in;
      animation: moveHeaderImg_1 7s infinite ease-in; }
    header .img_wrap .img_4 {
      top: 130px;
      left: 1000px;
      -webkit-animation: moveHeaderImg_2 5s infinite ease-in;
      animation: moveHeaderImg_2 5s infinite ease-in; }

@-webkit-keyframes moveGnaviBg {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 250px 0px; } }
@keyframes moveGnaviBg {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 250px 0px; } }
.gnavi {
  position: relative;
  bottom: -15px;
  margin-top: -15px;
  background: url(../images/common/gnavi_bg.svg) repeat-x center/auto 100%;
  -webkit-animation: moveGnaviBg 18s infinite ease-in-out;
  animation: moveGnaviBg 18s infinite ease-in-out; }
  .gnavi .subnavi_wrap {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0px;
    width: 100%;
    background: url(../images/common/gnavi_sub_bg.svg) repeat-x center/auto 100%;
    opacity: 0;
    animation: moveGnaviBg 18s infinite ease-in-out;
    -webkit-animation: moveGnaviBg 18s infinite ease-in-out;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .gnavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    width: 1000px;
    margin: auto; }
    .gnavi ul > li.on > a, .gnavi ul > li:hover > a {
      opacity: 1; }
      .gnavi ul > li.on > a span, .gnavi ul > li:hover > a span {
        position: relative; }
        .gnavi ul > li.on > a span::after, .gnavi ul > li:hover > a span::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0px;
          display: block;
          width: 100%;
          height: 1px;
          border-bottom: 2px solid #ff9900; }
    .gnavi ul > li:hover .subnavi_wrap {
      top: 60px;
      opacity: 1; }
  .gnavi li {
    width: auto; }
    .gnavi li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 75px;
      padding: 30px 0;
      text-align: center;
      color: #fff;
      font-size: 1.6rem;
      font-weight: 200; }

#menu_bg {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  background: rgba(0, 0, 0, 0.8); }

.btn_menu {
  position: fixed;
  z-index: 30;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 42px;
  height: 42px;
  padding: 3px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 3px solid #0078c2;
  -webkit-transition: -webkit-transform all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .btn_menu span {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 3px;
    margin: auto;
    background-color: #0078c2;
    -webkit-transition: -webkit-transform all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: -webkit-transform rotate(0deg);
    transform: rotate(0deg); }
  .btn_menu.open {
    z-index: 100;
    background-color: #0078c2;
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .btn_menu.open span {
      position: relative;
      z-index: 100;
      width: 18px;
      background-color: #fff; }
    .btn_menu.open .top {
      transform: rotate(-45deg) translateY(7px) translateX(-7px);
      -webkit-transform: rotate(-45deg) translateY(7px) translateX(-7px);
      -moz-transform: rotate(-45deg) translateY(7px) translateX(-7px);
      -ms-transform: rotate(-45deg) translateY(7px) translateX(-7px);
      -o-transform: rotate(-45deg) translateY(7px) translateX(-7px); }
    .btn_menu.open .middle {
      background: rgba(255, 255, 255, 0); }
    .btn_menu.open .bottom {
      transform: rotate(45deg) translateY(-7px) translateX(-7px);
      -webkit-transform: rotate(45deg) translateY(-7px) translateX(-7px);
      -moz-transform: rotate(45deg) translateY(-7px) translateX(-7px);
      -ms-transform: rotate(45deg) translateY(-7px) translateX(-7px);
      -o-transform: rotate(45deg) translateY(-7px) translateX(-7px); }

.siteMenu {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%; }
  .siteMenu a {
    color: #fff;
    font-weight: bold; }
  .siteMenu nav {
    display: none;
    background: #0078c2; }
    .siteMenu nav .header_search {
      padding: 25px 0; }
      .siteMenu nav .header_search .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .siteMenu nav .header_search input {
        padding: 5px 10px;
        border: none;
        border-radius: 0; }
      .siteMenu nav .header_search button {
        padding: 0 15px;
        background: #2ea4d6;
        color: #fff;
        text-align: center;
        font-weight: bold; }
        .siteMenu nav .header_search button span {
          display: inline-block; }
          .siteMenu nav .header_search button span::before {
            content: "";
            position: relative;
            top: 2px;
            display: inline-block;
            margin-right: 5px;
            width: 16px;
            height: 16px;
            background: url(../images/common/icon_search_white.svg) no-repeat center/cover; }
    .siteMenu nav li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%;
      padding: 15px 10px;
      text-align: center; }
    .siteMenu nav .inner {
      width: 1000px;
      margin: auto; }
      .siteMenu nav .inner a:hover {
        opacity: 0.6; }
      .siteMenu nav .inner ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .siteMenu nav .inner > ul {
        padding: 15px 0;
        border-top: 1px solid #fff; }
        .siteMenu nav .inner > ul:last-of-type {
          border-bottom: 1px solid #fff; }
        .siteMenu nav .inner > ul > li {
          border-right: 1px solid #fff; }
          .siteMenu nav .inner > ul > li:last-of-type {
            border: none; }
        .siteMenu nav .inner > ul .has_child a {
          height: auto;
          padding: 0;
          margin-bottom: 5px; }
        .siteMenu nav .inner > ul .has_child li {
          margin: 0; }
          .siteMenu nav .inner > ul .has_child li a {
            font-size: 1.4rem;
            font-weight: normal; }
    .siteMenu nav .grade_1 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 15px 0 0 0 !important; }
      .siteMenu nav .grade_1 li {
        margin-bottom: 15px; }
        .siteMenu nav .grade_1 li a {
          font-size: 1.6rem; }
        .siteMenu nav .grade_1 li li {
          width: 20%; }
      .siteMenu nav .grade_1 > li {
        width: 50%; }
        .siteMenu nav .grade_1 > li:nth-of-type(2n) {
          border: none; }
        .siteMenu nav .grade_1 > li:nth-child(1), .siteMenu nav .grade_1 > li:nth-child(2), .siteMenu nav .grade_1 > li:nth-child(3), .siteMenu nav .grade_1 > li:nth-child(4) {
          position: relative; }
          .siteMenu nav .grade_1 > li:nth-child(1)::after, .siteMenu nav .grade_1 > li:nth-child(2)::after, .siteMenu nav .grade_1 > li:nth-child(3)::after, .siteMenu nav .grade_1 > li:nth-child(4)::after {
            content: "";
            position: absolute;
            bottom: -8px;
            display: block;
            width: 100%;
            height: 1px;
            border-bottom: 1px dotted #fff;
            opacity: 0.5; }
    .siteMenu nav .grade_2 li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: auto; }
    .siteMenu nav .grade_3 li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: auto; }
      .siteMenu nav .grade_3 li a {
        font-size: 1.2rem; }
    .siteMenu nav .other {
      padding: 20px 0;
      text-align: center; }

.breadcrumbs {
  position: relative;
  z-index: -2;
  width: 1000px;
  margin: auto;
  padding: 20px 0 0 0; }
  .breadcrumbs::before {
    content: "";
    display: none;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, white), color-stop(70%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, #fff 0%, white 50%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none; }
  .breadcrumbs ul {
    display: inline-block;
    padding: 0 15px 0 10px;
    width: auto;
    background: #fff;
    border-radius: 50px; }
  .breadcrumbs li {
    display: inline-block;
    font-size: 1.1rem;
    padding: 0 5px 0 0; }
    .breadcrumbs li::after {
      content: "＞";
      display: inline-block;
      margin: 0 0 0 5px; }
    .breadcrumbs li:last-of-type::after {
      display: none; }
    .breadcrumbs li.home {
      padding-left: 20px;
      background: url(../images/common/icon_home.svg) no-repeat center left/15px auto; }

article {
  margin: 0 auto 50px auto; }

main {
  width: 1000px;
  margin: 50px auto; }
  main > section {
    margin: 40px auto; }
    main > section > section {
      margin: 20px auto; }
      main > section > section h3 {
        font-size: 1.6rem;
        font-weight: 400;
        color: #0078c2; }

.footer_banner {
  display: block;
  width: 1000px;
  margin: auto;
  border: 1px solid #0078c2; }
  .footer_banner h2 {
    position: relative;
    font-size: 1.6rem;
    text-align: center;
    color: #0078c2;
    font-weight: normal; }
    .footer_banner h2 span {
      position: relative;
      top: -8px;
      padding: 0 10px;
      display: inline-block;
      background: #fff; }
  .footer_banner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 20px;
    width: 100%; }
  .footer_banner li {
    width: 19%;
    margin-bottom: 15px; }
    .footer_banner li a {
      display: block; }
      .footer_banner li a img {
        width: 100%;
        height: auto; }

footer {
  position: relative;
  color: #003366;
  text-align: center;
  background: #66c1dc; }
  footer::before {
    content: "";
    position: relative;
    top: -13px;
    display: block;
    width: 100%;
    height: 13px;
    background: url(../images/common/footer_line_wave.svg?999) repeat-x center/auto 13px; }
  footer .inner {
    width: 1000px;
    margin: auto; }
  footer .footer_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  footer .footer_navi li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    footer .footer_navi li a {
      color: #fff;
      font-size: 1.2rem; }
  footer .footer_logo {
    position: relative; }
    footer .footer_logo::before {
      content: url(../images/common/logo.svg);
      position: relative;
      display: inline-block;
      top: -5px;
      margin-right: 5px; }
  footer .footer_profile {
    margin: 30px 0;
    line-height: 2rem;
    font-size: 1.2rem; }
    footer .footer_profile img {
      display: inline-block;
      margin-bottom: 10px; }
  footer .copyright {
    font-size: 0.8rem; }

body.home {
  /* main {
      > section {
          position: relative;
          top: 50px;
          opacity: 0;
          @include transition(0.4s);
          @include transform_scale(0.95);
          &.scrOn {
              top: 0;
              opacity: 1;
              @include transition(0.4s);
              @include transform_scale(1);
          }
      }
  } */ }
  body.home .slide {
    position: relative;
    width: 100%;
    -webkit-animation: header 0.5s 1 ease-in;
    animation: header 0.5s 1 ease-in; }
    body.home .slide .swiper-container {
      width: 100%;
      height: 100%; }
      body.home .slide .swiper-container .swiper-slide {
        width: 700px;
        height: auto;
        text-align: center; }
        body.home .slide .swiper-container .swiper-slide a {
          display: block;
          width: 100%;
          height: 100%; }
          body.home .slide .swiper-container .swiper-slide a img {
            width: 100%;
            height: auto; }
      body.home .slide .swiper-container .btn_wrap {
        position: absolute;
        top: 150px;
        left: 50%;
        display: block;
        width: 1000px;
        margin-left: -500px; }
      body.home .slide .swiper-container .swiper-button-prev,
      body.home .slide .swiper-container .swiper-button-next {
        width: 30px;
        height: 30px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 40% auto;
        background-color: rgba(0, 0, 0, 0.5); }
        body.home .slide .swiper-container .swiper-button-prev:hover,
        body.home .slide .swiper-container .swiper-button-next:hover {
          background-color: rgba(0, 0, 0, 0.8); }
      body.home .slide .swiper-container .swiper-button-prev {
        background-image: url(../images/common/slide_arrow_prev.svg); }
      body.home .slide .swiper-container .swiper-button-next {
        background-image: url(../images/common/slide_arrow_next.svg); }
  body.home .facility_link_wrap {
    margin: 0;
    background: #e2eae3; }
  body.home .facility_link ul {
    padding: 0; }
  body.home .home_banner {
    margin: 30px 0; }
    body.home .home_banner ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 auto -5px;
      width: 1000px; }
    body.home .home_banner li {
      width: 33%;
      margin-bottom: 5px; }
      body.home .home_banner li a {
        display: block;
        width: 100%;
        height: 100%; }
        body.home .home_banner li a img {
          width: 100%; }
  body.home .home_banner_2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -10px; }
  body.home .home_banner_2 li {
    width: 24%;
    margin-bottom: 10px; }
    body.home .home_banner_2 li a {
      display: block;
      width: 100%;
      height: 100%; }
      body.home .home_banner_2 li a img {
        width: 100%; }
  body.home .news_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    body.home .news_wrap .wrap {
      width: 745px; }
    body.home .news_wrap .textList {
      margin-bottom: 30px; }
  body.home .news .textlink {
    float: right;
    margin-top: 5px; }
  body.home .static_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 10px; }
    body.home .static_links a {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 32%;
      margin: 0 2% 2% 0;
      background: #eaeaea;
      border: 1px solid #ccc; }
      body.home .static_links a:nth-of-type(3n) {
        margin-right: 0; }
      body.home .static_links a img {
        width: 100%; }
    body.home .static_links .group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      body.home .static_links .group .bnr_img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
      body.home .static_links .group .others {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-left: 15px; }
        body.home .static_links .group .others .bnr_txt {
          display: block;
          width: 48%;
          margin-bottom: 1rem; }
    body.home .static_links .bnr_img {
      width: 250px; }
      body.home .static_links .bnr_img img {
        width: 100%;
        border: 1px solid #ccc; }
body.list .month_select_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  border-bottom: 2px solid #2ea4d6; }
body.list .month_select_wrap li {
  margin: 0 2px;
  min-width: 3rem;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  font-size: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), to(#eaeaea));
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eaeaea 100%);
  border: 1px solid #eaeaea;
  border-bottom: none; }
  body.list .month_select_wrap li.on, body.list .month_select_wrap li:hover {
    background: #2ea4d6; }
    body.list .month_select_wrap li.on a, body.list .month_select_wrap li:hover a {
      color: #fff;
      opacity: 1; }
  body.list .month_select_wrap li a {
    display: block;
    padding: 10px;
    width: 100%;
    height: 100%;
    color: #666;
    text-align: center; }
  body.list .month_select_wrap li span::after {
    display: inline-block;
    margin-left: 0.2rem;
    font-size: 1.6rem; }
body.list .month_select_wrap .year li span::after {
  content: "年"; }
body.list .month_select_wrap .month li {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  text-align: center; }
  body.list .month_select_wrap .month li span::after {
    content: "月"; }
body.list .search_wrap {
  padding: 15px;
  border: 2px solid #2ea4d6;
  border-radius: 8px;
  color: #2ea4d6; }
  body.list .search_wrap form {
    /* //display: -webkit-box;
    //display: -ms-flexbox;
    //display: flex;
    //-webkit-box-align: center;
    //-ms-flex-align: center;
    //align-items: center; */
    text-align: center; }
  body.list .search_wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
  body.list .search_wrap dt,
  body.list .search_wrap dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto; }
  body.list .search_wrap dt {
    width: 15%; }
  body.list .search_wrap dd {
    width: 35%; }
  body.list .search_wrap input.date {
    width: 40%; }
  body.list .search_wrap .search_title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 400; }
    body.list .search_wrap .search_title::before {
      content: "";
      position: relative;
      margin-right: 5px;
      display: inline-block;
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: cover; }
    body.list .search_wrap .search_title.category::before {
      background-image: url(../images/common/icon_star.svg); }
    body.list .search_wrap .search_title.date::before {
      background-image: url(../images/common/icon_calendar.svg); }
    body.list .search_wrap .search_title.keyword::before {
      background-image: url(../images/common/icon_keyword.svg); }
  body.list .search_wrap .separator {
    display: inline-block;
    margin: 0 10px; }
  body.list .search_wrap .btn {
    min-width: 120px; }
body.list .guide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  body.list .guide_list li {
    width: 49%;
    margin-bottom: 30px; }
    body.list .guide_list li a {
      display: block;
      width: 100%;
      height: 100%; }
    body.list .guide_list li .img {
      position: relative;
      width: 100%;
      height: 280px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 10px;
      overflow: hidden; }
    body.list .guide_list li .tag {
      position: absolute;
      padding: 0 1rem;
      min-width: 4rem;
      text-align: center;
      color: #fff;
      border-radius: 4px 0 4px 0; }
    body.list .guide_list li .type {
      top: 0;
      left: 0;
      background: #0078c2; }
    body.list .guide_list li .area {
      bottom: 0;
      right: 0;
      background: #ff9900; }
    body.list .guide_list li .title_box {
      margin: 1rem 0 0 0;
      text-align: center;
      color: #2ea4d6; }
      body.list .guide_list li .title_box p {
        margin: 0; }
      body.list .guide_list li .title_box .title {
        font-size: 1.8rem; }
      body.list .guide_list li .title_box .sub {
        font-size: 1.4rem; }
body.detail dt,
body.detail dd {
  padding: 5px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px dotted #ccc; }
body.detail dl {
  margin: 0; }
  body.detail dl + p {
    margin-top: 20px; }
body.detail .website_link {
  display: block;
  width: 200px; }
  body.detail .website_link img {
    width: 100%; }
body.detail .detail_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  body.detail .detail_wrap > h2 {
    width: 100%; }
  body.detail .detail_wrap > section {
    width: 48%;
    margin: 0 0 40px 0; }
    body.detail .detail_wrap > section:last-of-type {
      margin: 0; }
  body.detail .detail_wrap dt {
    width: 40%; }
  body.detail .detail_wrap dd {
    width: 60%; }
  body.detail .detail_wrap .catchphrase {
    font-weight: bold;
    font-size: 1.6rem; }
  body.detail .detail_wrap .event_date {
    color: #2ea4d6;
    font-size: 1.8rem; }
  body.detail .detail_wrap .img_box {
    background: #ccc; }
  body.detail .detail_wrap .detail_data {
    height: auto; }
  body.detail .detail_wrap .detail_data_2x {
    width: 100%;
    height: auto; }
    body.detail .detail_wrap .detail_data_2x dl {
      margin: 0; }
    body.detail .detail_wrap .detail_data_2x dt {
      width: 10rem; }
    body.detail .detail_wrap .detail_data_2x dd {
      width: calc(100% - 10rem); }
  body.detail .detail_wrap .map {
    width: 100%;
    height: 360px; }
  body.detail .detail_wrap .img_wrap .main_img {
    position: relative;
    height: 360px; }
  body.detail .detail_wrap .img_wrap .img_box {
    position: relative; }
  body.detail .detail_wrap .img_wrap .caption {
    position: absolute;
    top: 0;
    margin: 10px auto 0;
    padding: 0 10px;
    max-width: 94%;
    background: #fff;
    border-radius: 15px; }
    body.detail .detail_wrap .img_wrap .caption:empty {
      display: none; }
  body.detail .detail_wrap .img_wrap .sub_img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body.detail .detail_wrap .img_wrap .sub_img li {
      margin-left: 5px;
      outline: 1px solid #fff;
      cursor: pointer; }
      body.detail .detail_wrap .img_wrap .sub_img li .img_box {
        width: 60px;
        height: 60px; }
  body.detail .detail_wrap .title_img .img_box {
    height: 360px; }
  body.detail .detail_wrap .movie_wrap {
    width: 100%;
    height: auto;
    text-align: center; }
    body.detail .detail_wrap .movie_wrap .youtube {
      width: 48%;
      height: 300px;
      margin: auto; }
  body.detail .detail_wrap .link_wrap {
    margin: 20px 0;
    border-top: 1px solid #ccc; }
    body.detail .detail_wrap .link_wrap li {
      display: block;
      padding: 10px;
      border-bottom: 1px solid #ccc; }
body.detail.guide .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  body.detail.guide .intro > div {
    width: 48%; }
  body.detail.guide .intro .main_img {
    height: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px; }
body.detail.guide .course_list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px; }
  body.detail.guide .course_list li:last-of-type::after {
    display: none; }
  body.detail.guide .course_list li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -50px;
    display: block;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    background: url(../images/common/icon_next_course.svg) no-repeat center center/cover; }
body.detail.guide .course_list .traffic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  margin-right: 20px; }
  body.detail.guide .course_list .traffic .circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #0078c2;
    color: #fff;
    font-weight: bold;
    text-align: center; }
  body.detail.guide .course_list .traffic span {
    display: block;
    line-height: 1.8rem; }
  body.detail.guide .course_list .traffic .minute::after {
    content: "分"; }
body.detail.guide .course_list .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  width: 250px; }
  body.detail.guide .course_list .name a {
    font-size: 1.8rem;
    color: #2ea4d6; }
body.detail.guide .course_list .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 350px); }
  body.detail.guide .course_list .wrap .img {
    width: 25%;
    height: 100px;
    margin-right: 2%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px; }
  body.detail.guide .course_list .wrap .caption {
    width: 73%; }
body.detail.guide .point::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
body.detail.guide .point h3 {
  margin-bottom: 10px;
  border-bottom: 2px solid #2ea4d6; }
body.detail.guide .point .point_img {
  width: 30%;
  float: right;
  margin: 0 0 20px 20px; }
body.detail.guide .map_wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: -50px; }
  body.detail.guide .map_wrap .map {
    position: relative;
    top: -50px;
    width: 100%;
    height: 600px; }
body.detail.news .detail_wrap {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset; }
  body.detail.news .detail_wrap section {
    height: auto; }
body.detail.news .main_text {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto; }
body.detail.news .img_wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 48%;
  margin-left: 30px !important; }
body.event .tab_link_wrap {
  margin-bottom: 10px; }
  body.event .tab_link_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    border-bottom: 2px solid #2ea4d6; }
  body.event .tab_link_wrap li {
    width: 49%;
    margin: 0 0.5%;
    text-align: center;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
    border: 1px solid #eaeaea;
    border-bottom: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), to(#eaeaea));
    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eaeaea 100%); }
    body.event .tab_link_wrap li.on, body.event .tab_link_wrap li:hover {
      background: #2ea4d6;
      color: #fff; }
      body.event .tab_link_wrap li.on a, body.event .tab_link_wrap li:hover a {
        color: #fff; }
    body.event .tab_link_wrap li a {
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      padding: 10px; }
  body.event .tab_link_wrap + .search_wrap, body.event .tab_link_wrap + .month_select_wrap {
    margin-top: 10px; }
body.taiken .mv {
  background-image: url(../images/taiken/mv.jpg); }
body.taiken .link_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
body.taiken .link_wrap.school_year ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
body.taiken .link_wrap.school_year li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  margin-right: 2px;
  border: 1px solid #ccc;
  font-size: 3rem;
  font-weight: 100;
  -webkit-box-shadow: 0px -10px 40px -10px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0px -15px 40px -10px rgba(0, 0, 0, 0.5) inset; }
  body.taiken .link_wrap.school_year li:last-of-type {
    margin-right: 0; }
body.taiken .link_wrap.school_year a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  font-size: 4rem;
  line-height: 4rem;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4); }
  body.taiken .link_wrap.school_year a span {
    display: inline-block;
    padding: 15px;
    width: 100%;
    background: rgba(0, 0, 0, 0.1); }
body.taiken .link_wrap.school_year .ele {
  background: #88d2d5; }
body.taiken .link_wrap.school_year .jh {
  background: #65b4f4; }
body.taiken .link_wrap.school_year .hi {
  background: #4c9bbd; }
body.taiken .link_wrap.school_year .ge {
  background: #4c7692; }
body.taiken .link_wrap.type ul {
  -ms-flex-pack: distribute;
  justify-content: space-around; }
body.taiken .link_wrap.type li a {
  display: block;
  background: none;
  border: none; }
body.taiken .link_wrap.type li img {
  display: block;
  width: 100%; }
body.taiken .link_wrap.type li span {
  display: block;
  text-align: center; }
body.taiken .cate_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  background: #eaeaea;
  border-radius: 6px; }
  body.taiken .cate_link div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    body.taiken .cate_link div:first-of-type {
      margin-right: 40px; }
  body.taiken .cate_link h3 {
    margin-right: 10px;
    color: #666;
    font-weight: 300; }
  body.taiken .cate_link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  body.taiken .cate_link li {
    margin-right: 10px;
    border: none;
    background: none; }
  body.taiken .cate_link a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 1rem 1.3rem;
    font-size: 2rem;
    font-weight: 200;
    color: #fff;
    text-align: center;
    line-height: unset;
    border-radius: 4px; }
  body.taiken .cate_link .school_year a {
    background: #47c2c4; }
  body.taiken .cate_link .type a {
    background: #ed52a3; }
body.taiken .price_list img {
  max-width: 100%; }
body.taiken .sdgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px; }
  body.taiken .sdgs .txt {
    width: 45%; }
    body.taiken .sdgs .txt b {
      display: block;
      margin-bottom: 1rem;
      font-size: 1.8rem; }
  body.taiken .sdgs .img_box {
    width: 50%; }
    body.taiken .sdgs .img_box img {
      width: 100%; }
body.taiken .sdgs_box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 70%;
  padding: 5px; }
  body.taiken .sdgs_box img {
    width: 30px;
    margin: 0 0 3px 3px; }
body.yakatabune.top .mv {
  position: relative;
  background-image: url(../images/yakatabune/mv.jpg);
  position: relative;
  height: auto; }
  body.yakatabune.top .mv::before {
    content: "";
    display: block;
    padding-top: 40%; }
body.yakatabune.top .mv_wrap {
  background: #000; }
  body.yakatabune.top .mv_wrap .ttl {
    max-width: 1000px;
    margin: auto; }
body.yakatabune.top .mv_notice {
  position: absolute;
  right: 5px;
  bottom: 25%;
  font-size: 1.2rem;
  color: #fff; }
body.yakatabune.top .bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px; }
  body.yakatabune.top .bnr_list li {
    width: 48%; }
  body.yakatabune.top .bnr_list img {
    width: 100%; }
  body.yakatabune.top .bnr_list.furusato {
    margin: 20px 0 0 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    body.yakatabune.top .bnr_list.furusato li {
      width: 30%; }
body.yakatabune.top .detaii_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  body.yakatabune.top .detaii_wrap .data_list {
    width: 60%; }
  body.yakatabune.top .detaii_wrap .catchphrase {
    width: 30%; }
    body.yakatabune.top .detaii_wrap .catchphrase p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      padding: 30px;
      text-align: center;
      color: #fff;
      font-weight: bold;
      font-size: 3rem;
      line-height: 4.5rem;
      background: #f66700;
      border-radius: 50%;
      position: relative;
      height: auto; }
      body.yakatabune.top .detaii_wrap .catchphrase p::before {
        content: "";
        display: block;
        padding-top: 100%; }
body.yakatabune.top .map {
  display: inline-block;
  margin-left: 5px; }
body.yakatabune.top .btn_map {
  display: inline-block;
  padding: 10px 15px;
  background: #ff9900;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  border-radius: 4px; }
body.yakatabune.top .cv19_shop .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
body.yakatabune.top .cv19_shop .txt {
  width: calc(100% - 230px); }
body.yakatabune.top .cv19_shop .img {
  width: 200px;
  text-align: center; }
  body.yakatabune.top .cv19_shop .img p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.7rem; }
  body.yakatabune.top .cv19_shop .img img {
    width: 100%; }
body.yakatabune.top .cv19_shop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px; }
body.yakatabune.top .cv19_shop li {
  width: 20%; }
  body.yakatabune.top .cv19_shop li p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.7rem; }
  body.yakatabune.top .cv19_shop li img {
    width: 100%; }
body.yakatabune.top .cv19_guest .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
body.yakatabune.top .cv19_guest .txt {
  width: calc(100% - 450px); }
body.yakatabune.top .cv19_guest .img {
  width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
body.yakatabune.top .end {
  display: none; }
body.yakatabune_event main {
  padding: 30px;
  background: url(../images/yakatabune/event/bg.jpg) no-repeat center/cover; }
body.yakatabune_event .ttl_wrap {
  margin-bottom: 500px; }
  body.yakatabune_event .ttl_wrap img {
    width: 100%; }
body.yakatabune_event .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
body.yakatabune_event .info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 15px; }
  body.yakatabune_event .info_box .box {
    width: 48%; }
    body.yakatabune_event .info_box .box .ttl {
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 1.5rem; }
    body.yakatabune_event .info_box .box > p {
      font-size: 1.2rem; }
  body.yakatabune_event .info_box .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
    margin: 20px 0 0 0;
    background: #c00;
    font-weight: bold;
    color: #fff;
    border-radius: 10px; }
    body.yakatabune_event .info_box .btn span {
      display: block; }
    body.yakatabune_event .info_box .btn .en {
      font-size: 3rem; }
    body.yakatabune_event .info_box .btn .ch {
      margin-top: 10px;
      font-size: 1.8rem; }
body.yakatabune_event .txt {
  width: 60%; }
  body.yakatabune_event .txt > p {
    color: #fff; }
body.yakatabune_event .images {
  width: 35%; }
  body.yakatabune_event .images li {
    margin-bottom: 15px; }
    body.yakatabune_event .images li:last-of-type {
      margin-bottom: 0; }
  body.yakatabune_event .images img {
    width: 100%; }
body.contest .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  body.contest .intro > p {
    width: 48%; }
    body.contest .intro > p img {
      width: 100%; }
body.contest dt,
body.contest dd {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc; }
  body.contest dt:last-of-type,
  body.contest dd:last-of-type {
    margin-bottom: 0px; }
body.contest .work {
  margin: 0 0 0 -0.5em;
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-family: "Noto Serif JP", serif; }
body.contest .notice {
  font-size: 1.2rem; }
body.marche .btn_tab_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  border-bottom: 2px solid #2ea4d6; }
body.marche .btn_tab_wrap li {
  width: 49%;
  margin: 0 0.5%;
  text-align: center;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  border: 1px solid #eaeaea;
  border-bottom: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), to(#eaeaea));
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eaeaea 100%); }
  body.marche .btn_tab_wrap li.on, body.marche .btn_tab_wrap li:hover {
    background: #2ea4d6;
    color: #fff; }
    body.marche .btn_tab_wrap li.on a, body.marche .btn_tab_wrap li:hover a {
      background: #2ea4d6;
      color: #fff;
      opacity: 1; }
  body.marche .btn_tab_wrap li a,
  body.marche .btn_tab_wrap li > span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px; }
  body.marche .btn_tab_wrap li a {
    color: #2ea4d6; }
body.marche .shopList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  body.marche .shopList li {
    width: 48.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 10px;
    border: 3px dotted #ccc;
    border-radius: 6px; }
    body.marche .shopList li a {
      display: block;
      width: 100%;
      height: 100%; }
  body.marche .shopList .img_box {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 10px;
    width: 200px;
    height: 200px;
    background: #eaeaea; }
    body.marche .shopList .img_box img {
      max-width: 90%;
      max-height: 90%; }
  body.marche .shopList .title_box {
    width: 100%; }
    body.marche .shopList .title_box p {
      margin: 0; }
    body.marche .shopList .title_box .date {
      display: inline-block;
      padding: 0 10px;
      font-size: 1.2rem;
      font-weight: bold;
      background: #ff9900;
      color: #fff;
      border-radius: 30px; }
    body.marche .shopList .title_box .booth {
      display: inline-block;
      margin-left: 5px;
      font-size: 1.2rem;
      font-weight: bold;
      color: #ff9900; }
      body.marche .shopList .title_box .booth::before {
        content: "出店場所："; }
    body.marche .shopList .title_box .name {
      margin: 5px 0 10px 0; }
    body.marche .shopList .title_box .title {
      font-weight: bold;
      font-size: 1.8rem;
      color: #2ea4d6; }
body.marche .allShopList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc; }
  body.marche .allShopList li p {
    margin: 0; }
  body.marche .allShopList li .date {
    width: 8em; }
  body.marche .allShopList li .booth {
    width: 8em; }
    body.marche .allShopList li .booth::before {
      content: "出店場所："; }
body.marche.top .mv {
  background-image: url(../images/marche/mv.jpg); }
body.marche.top .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  body.marche.top .intro div,
  body.marche.top .intro .map {
    width: 48%; }
  body.marche.top .intro .map {
    height: 300px; }
body.marche.entry main {
  padding-top: 10px; }
body.marche.entry .main_wrap {
  width: 100%;
  padding: 15px 0;
  background-image: url(../images/marche/entry/bg.png); }
  body.marche.entry .main_wrap .inner {
    width: auto;
    margin: 0 15px;
    padding: 50px 0;
    background-color: #fffdf3;
    border: 5px solid #8b7d65;
    text-align: center; }
body.marche.entry h2 {
  background: none;
  margin: 0 0 50px 0;
  padding: 0; }
body.marche.entry .about,
body.marche.entry .flow,
body.marche.entry .overview {
  margin: 0 0 50px 0; }
body.marche.entry .button_form {
  display: block;
  width: 700px;
  margin: 0 auto 10px auto; }
  body.marche.entry .button_form:last-child {
    margin: 0 auto 0px auto; }
body.marche.entry .about h3,
body.marche.entry .about p {
  margin: 0 0 30px 0; }
body.marche.entry .flow h3 {
  margin: 0 0 10px 0; }
body.marche.entry .flow .flow_img {
  margin: 0 0 30px 0; }
body.marche.entry .overview {
  width: 870px;
  margin: auto; }
  body.marche.entry .overview .img_wrap {
    text-align: center;
    margin-bottom: 40px; }
    body.marche.entry .overview .img_wrap .venue {
      margin-bottom: 20px !important; }
  body.marche.entry .overview .list {
    clear: both;
    margin-bottom: 40px;
    padding: 15px 30px;
    color: #482328;
    font-size: 16px;
    background-color: #f3ecdc;
    border-radius: 6px;
    text-align: left; }
    body.marche.entry .overview .list dl {
      position: relative; }
    body.marche.entry .overview .list dt {
      width: 5em; }
    body.marche.entry .overview .list dd {
      top: 0;
      left: 6em;
      width: 45em; }
body.marche.entry .notice {
  font-size: 20px;
  font-weight: bold;
  color: #007c9e; }
body.marche.entry .btn_reserve {
  font-size: 20px;
  font-weight: bold; }
body.marche.entry .agreement {
  margin: 0 auto 30px auto;
  padding: 20px;
  width: 830px;
  height: 100px;
  text-align: left;
  overflow: auto;
  border: 1px solid #ccc; }
  body.marche.entry .agreement dt {
    font-weight: bold; }
  body.marche.entry .agreement dd {
    margin-bottom: 1em; }
  body.marche.entry .agreement li {
    margin-left: 1em;
    text-indent: -1em; }
    body.marche.entry .agreement li > ul > li {
      margin-left: 1em; }
body.marche.entry th .notice {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1em;
  padding: 0.5em;
  width: auto;
  font-size: 12px;
  border-radius: 6px;
  background: #fff;
  color: #333; }
body.marche.entry .agree {
  text-align: center; }
body.marche.form .webmarche {
  color: #fff; }
  body.marche.form .webmarche th,
  body.marche.form .webmarche td {
    background: #2ea4d6; }
  body.marche.form .webmarche th {
    border-radius: 6px 0 0 6px; }
  body.marche.form .webmarche td {
    border-radius: 0 6px 6px 0; }
body.webmarche .cate_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px; }
  body.webmarche .cate_search li {
    margin: 0 5px; }
    body.webmarche .cate_search li.on a {
      background: #0078c2; }
  body.webmarche .cate_search a {
    display: block;
    padding: 5px 10px;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    color: #fff;
    background: #2ea4d6;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center; }
body.webmarche .itemList li {
  width: 23%;
  cursor: pointer; }
  body.webmarche .itemList li:hover {
    background: #d4e5e8; }
    body.webmarche .itemList li:hover a:hover {
      opacity: 1; }
  body.webmarche .itemList li:empty {
    visibility: hidden; }
  body.webmarche .itemList li .name a {
    display: inline-block;
    padding: 0 10px;
    background: #2ea4d6;
    color: #fff;
    border-radius: 4px; }
    body.webmarche .itemList li .name a:hover {
      opacity: 1;
      background: #ff9900; }
  body.webmarche .itemList li .txt {
    display: none; }
  body.webmarche .itemList li .buy {
    display: none; }
  body.webmarche .itemList li .btn_close {
    display: none; }
  body.webmarche .itemList li .price {
    display: none; }
  body.webmarche .itemList li .cate {
    font-weight: bold; }
body.webmarche .webmarcheShopList li a {
  position: relative;
  padding-bottom: 30px; }
  body.webmarche .webmarcheShopList li a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    display: block;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    background: url(../images/common/icon_textlink.svg) no-repeat center/cover; }
body.webmarche .shopList .img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  body.webmarche .shopList .img_wrap .box {
    width: 50%;
    position: relative;
    height: auto; }
    body.webmarche .shopList .img_wrap .box::before {
      content: "";
      display: block;
      padding-top: 100%; }
    body.webmarche .shopList .img_wrap .box img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
body.webmarche .shopList .shop_name {
  margin: 10px 0 5px 0;
  color: #2ea4d6;
  font-weight: bold;
  font-size: 1.8rem; }
body.webmarche .shopList .cate {
  margin: 5px 0 15px 0;
  font-weight: bold; }
body.webmarche #cloneModal {
  width: 50%;
  padding: 15px;
  background: #fff;
  border-radius: 10px; }
  body.webmarche #cloneModal .img_box {
    margin-bottom: 15px; }
  body.webmarche #cloneModal .name a {
    display: inline-block;
    padding: 0 10px;
    background: #2ea4d6;
    color: #fff;
    border-radius: 4px; }
    body.webmarche #cloneModal .name a:hover {
      opacity: 1;
      background: #ff9900; }
  body.webmarche #cloneModal .title {
    font-size: 2rem;
    font-weight: bold;
    color: #2ea4d6; }
  body.webmarche #cloneModal .price {
    font-size: 2rem;
    font-weight: bold; }
    body.webmarche #cloneModal .price:empty {
      display: none; }
  body.webmarche #cloneModal .cate {
    display: inline-block;
    padding: 3px 10px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 4px; }
  body.webmarche #cloneModal .buy {
    padding: 10px;
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #2ea4d6;
    background: #cddfe8;
    border-radius: 6px; }
    body.webmarche #cloneModal .buy p {
      margin-bottom: 10px; }
    body.webmarche #cloneModal .buy .btn {
      display: block;
      padding: 10px;
      margin: 0 auto 10px;
      width: 200px;
      background: #2ea4d6;
      color: #fff;
      text-align: center;
      font-weight: bold;
      font-size: 1.6rem;
      border-radius: 4px;
      text-decoration: none; }
    body.webmarche #cloneModal .buy .url {
      display: block;
      margin-bottom: 10px;
      font-weight: normal;
      font-size: 1.2rem; }
  body.webmarche #cloneModal .btn_close {
    position: absolute;
    bottom: -15px;
    left: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    background: url(../images/common/icon_close.svg) no-repeat center/cover;
    cursor: pointer; }
body.webmarche.shopDetail .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body.webmarche.shopDetail .intro .img_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    width: 48%; }
    body.webmarche.shopDetail .intro .img_wrap .box {
      width: 50%;
      position: relative;
      height: auto; }
      body.webmarche.shopDetail .intro .img_wrap .box::before {
        content: "";
        display: block;
        padding-top: 100%; }
      body.webmarche.shopDetail .intro .img_wrap .box img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  body.webmarche.shopDetail .intro .txt_box {
    width: 48%;
    text-align: left; }
body.webmarche.shopDetail .buy_box {
  padding: 20px;
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: #2ea4d6;
  background: #cddfe8;
  border-radius: 6px; }
  body.webmarche.shopDetail .buy_box p {
    margin-bottom: 10px; }
  body.webmarche.shopDetail .buy_box .btn {
    display: block;
    padding: 10px;
    margin: 0 auto 10px;
    width: 200px;
    background: #2ea4d6;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 4px;
    text-decoration: none; }
  body.webmarche.shopDetail .buy_box .url {
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 1.2rem; }
body.form .form_body .i_req {
  display: inline-block;
  padding: 0 5px;
  background: #dc3434;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 4px; }
body.form .form_body label {
  display: inline-block;
  margin: 5px; }
body.form .form_body table {
  border: none; }
body.form .form_body > table {
  width: 100%;
  margin: 10px 0 30px 0;
  border-top: 1px dotted #ccc; }
body.form .form_body > tr {
  position: relative; }
  body.form .form_body > tr::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #ccc; }
body.form .form_body th,
body.form .form_body td {
  padding: 10px; }
body.form .form_body th {
  width: 30%;
  text-align: left; }
  body.form .form_body th .i_req {
    margin-right: 5px; }
  body.form .form_body th .notice {
    display: block;
    margin-top: 10px;
    padding: 10px;
    border-radius: 6px;
    background: #eaeaea;
    font-size: 1.2rem;
    font-weight: 400; }
body.form .form_body > td {
  width: 70%; }
body.form .form_body .agreement {
  overflow: auto;
  height: 100px;
  margin: 5px 0 30px 0;
  border: 1px solid #ccc;
  border-radius: 4px; }
body.form .form_body .agree {
  margin: 30px 0;
  text-align: center; }
body.privacy main ul {
  margin: 1rem 0; }
body.privacy main li {
  margin-left: 1em;
  list-style: disc; }
body.about .intro p {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 4rem; }
body.outline .intro p {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 4rem; }
body.outline .map {
  margin: 20px 0;
  width: 100%;
  height: 500px; }
body.outline .officer table {
  width: 100%;
  border: none; }
body.outline .officer tr {
  border-bottom: 1px solid #eaeaea;
  border-radius: 0; }
body.outline .officer td {
  padding: 10px 0; }
body.business .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
body.business .box {
  width: 48%; }
  body.business .box h3 {
    padding: 10px 0px;
    margin-bottom: 10px;
    background: #2ea4d6;
    color: #fff;
    text-align: center;
    border-radius: 0 0 6px 6px;
    font-weight: 300; }
  body.business .box h4 {
    margin-bottom: 5px;
    color: #0078c2;
    border-bottom: 2px solid #2ea4d6; }
  body.business .box .sub_box {
    margin: 20px 0; }
  body.business .box p {
    margin-bottom: 5px; }
body.business .pic {
  width: 100%;
  height: 240px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px 6px 0 0; }
  body.business .pic.bus {
    background-image: url(../images/business/bus.jpg); }
  body.business .pic.taiken {
    background-image: url(../images/business/taiken.jpg); }
  body.business .pic.marche {
    background-image: url(../images/business/marche.jpg); }
body.members .btn_tab_wrap {
  position: relative;
  z-index: 9;
  margin-bottom: 30px; }
body.members h4 {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 2px solid #2ea4d6;
  color: #0078c2;
  font-size: 1.6rem; }
body.members .apply {
  position: relative;
  z-index: 6; }
  body.members .apply .greet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  body.members .apply .fee dt {
    width: 20%; }
  body.members .apply .fee dd {
    width: 80%; }
  body.members .apply .btn_wrap {
    margin-top: 20px; }
body.members .chairperson {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 0 0 250px;
  margin: 0 0 20px 20px;
  text-align: center; }
  body.members .chairperson img {
    width: 100%; }
body.members .anchorlink {
  float: right;
  position: relative;
  z-index: 6;
  top: -2px;
  padding: 2px 5px;
  background: #0078c2;
  color: #fff;
  border-radius: 4px;
  font-weight: 200;
  font-size: 1.2rem; }
body.members .cateList_wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 40px; }
  body.members .cateList_wrap li {
    display: inline-block;
    margin: 0 5px 5px 0; }
    body.members .cateList_wrap li a {
      display: block;
      height: 100%;
      width: 100%;
      padding: 5px 10px;
      border-radius: 4px;
      background: #2ea4d6;
      color: #fff; }
body.members .list_wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #ccc; }
  body.members .list_wrap li:last-of-type {
    padding: 0 0 0px 0;
    margin: 0 0 0px 0;
    border-bottom: none; }
  body.members .list_wrap li span {
    width: 50%;
    padding-right: 15px; }
body.members .cate_wrap {
  margin-bottom: 40px; }
body.trafficinfo h3 {
  margin: 20px 0 0 0;
  color: #2ea4d6;
  font-weight: 400;
  font-size: 1.6rem;
  border-bottom: 2px solid #2ea4d6; }
body.trafficinfo dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
body.trafficinfo dt,
body.trafficinfo dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc; }
  body.trafficinfo dt:last-of-type,
  body.trafficinfo dd:last-of-type {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none; }
body.trafficinfo dt {
  width: 35%;
  font-weight: bold; }
body.trafficinfo dd {
  width: 65%; }
body.poster .poster_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px; }
body.illumination.top .img_list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body.illumination.top .img_list li {
    width: 30%; }
    body.illumination.top .img_list li img {
      width: 100%; }
body.illumination.top .rendering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  body.illumination.top .rendering li {
    width: 48%; }
    body.illumination.top .rendering li img {
      width: 100%; }
body.illumination.top .merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  body.illumination.top .merit li {
    width: 32%;
    margin-bottom: 2%; }
    body.illumination.top .merit li h4 {
      margin-bottom: 10px;
      font-size: 1.6rem; }
    body.illumination.top .merit li .tn {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 200px;
      width: 100%; }
body.illumination.top .details {
  width: 100%; }
  body.illumination.top .details th,
  body.illumination.top .details td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center; }
  body.illumination.top .details thead th {
    background: #89c3ea; }
  body.illumination.top .details tbody th {
    background: #c5e2ef; }
body.illumination.banner .mv {
  background-image: url(../images/illumination/ad/mv.jpg); }
  body.illumination.banner .mv .inner {
    background: rgba(0, 0, 0, 0.7); }
    body.illumination.banner .mv .inner h2 {
      margin: 0; }
      body.illumination.banner .mv .inner h2 img {
        width: 500px; }
    body.illumination.banner .mv .inner .sub_title {
      display: none; }
body.illumination.banner .banner_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px; }
body.illumination.banner .banner_list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  body.illumination.banner .banner_list li:empty {
    background: none; }
  body.illumination.banner .banner_list li div,
  body.illumination.banner .banner_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center; }
    body.illumination.banner .banner_list li div img,
    body.illumination.banner .banner_list li a img {
      width: auto;
      height: auto; }
body.illumination.banner .banner_list .special {
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  body.illumination.banner .banner_list .special li {
    width: 90%;
    margin-bottom: 3%; }
    body.illumination.banner .banner_list .special li div,
    body.illumination.banner .banner_list .special li a {
      height: 200px; }
    body.illumination.banner .banner_list .special li img.pc {
      max-width: 900px;
      max-height: 200px; }
body.illumination.banner .banner_list .large li {
  width: 48%;
  margin-bottom: 4%; }
  body.illumination.banner .banner_list .large li div,
  body.illumination.banner .banner_list .large li a {
    height: 200px; }
  body.illumination.banner .banner_list .large li img {
    max-width: 480px;
    max-height: 200px; }
body.illumination.banner .banner_list .medium li {
  width: 23%;
  margin-bottom: 2.5%; }
  body.illumination.banner .banner_list .medium li div,
  body.illumination.banner .banner_list .medium li a {
    height: 100px; }
  body.illumination.banner .banner_list .medium li img {
    max-width: 230px;
    max-height: 100px; }
body.illumination.banner .banner_list .small li {
  width: 18%;
  margin-bottom: 2%; }
  body.illumination.banner .banner_list .small li div,
  body.illumination.banner .banner_list .small li a {
    height: 80px; }
  body.illumination.banner .banner_list .small li img {
    max-width: 180px;
    max-height: 80px; }
body.illumination.banner .banner_list .text {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  body.illumination.banner .banner_list .text li {
    margin: 0px 20px 20px 0;
    background: none; }
body.furusato .mv {
  background-image: url(../images/furusato/mv.jpg); }
body.enquete article {
  margin-top: 0 !important; }
body.enquete header {
  display: none; }
body.enquete footer .footer_navi,
body.enquete footer .footer_profile {
  display: none; }
body.enquete .footer_banner {
  display: none; }
body.enquete table {
  width: 100%; }
body.enquete th,
body.enquete td {
  word-break: break-all !important;
  white-space: unset !important; }
body.enquete .enquete_list {
  counter-reset: number 0; }
  body.enquete .enquete_list:last-of-type .q_title::before {
    display: none; }
  body.enquete .enquete_list .q_title {
    counter-increment: number 1; }
    body.enquete .enquete_list .q_title::before {
      content: "設問" counter(number) "："; }
body.enquete .table_wrap th,
body.enquete .table_wrap td {
  word-break: break-all !important;
  white-space: unset !important; }
body.enquete .caution {
  display: block;
  font-weight: bold;
  color: #de0000; }
body.enquete hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #ccc; }
body.enquete .prize_box {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dotted #ccc; }
  body.enquete .prize_box h4 {
    margin-bottom: 20px;
    font-size: 1.8rem; }
  body.enquete .prize_box .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  body.enquete .prize_box .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px; }
    body.enquete .prize_box .img img {
      width: 48%; }
  body.enquete .prize_box .prize {
    margin-top: 10px;
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: bold;
    color: #ff7c00;
    text-align: center; }
body.enquete .points table {
  margin-bottom: 15px; }
body.enquete .points th,
body.enquete .points td {
  padding: 10px;
  border: 1px solid #ccc; }
body.enquete .points th {
  width: 40%; }
body.enquete .btn_wrap {
  margin-top: 30px; }
body.enquete .enquete_number {
  font-size: 4rem;
  font-weight: bold;
  color: #da0000;
  text-align: center; }
body.enquete .complete p b {
  text-decoration: underline; }
body.photocon .mv {
  background-image: url(../images/photocon/mv.jpg); }
  body.photocon .mv .inner {
    background: none; }
body.photocon .st {
  font-weight: bold;
  color: #e20000; }
body.photocon .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body.photocon .intro .poster {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
    body.photocon .intro .poster img {
      width: 100%; }
  body.photocon .intro .txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%; }
    body.photocon .intro .txt b {
      display: block;
      margin-bottom: 30px;
      font-weight: bold;
      font-size: 2.2rem; }
body.photocon dt,
body.photocon dd {
  border-bottom: 1px dotted #ccc; }
body.photocon dt {
  width: 20%; }
body.photocon dd {
  width: 80%; }
  body.photocon dd .btn {
    display: inline-block;
    min-width: unset;
    margin: 10px 0 0 0;
    padding: 5px;
    font-size: 1.4rem;
    text-decoration: none; }
  body.photocon dd ol {
    margin: 0;
    padding-left: 20px; }
    body.photocon dd ol li {
      list-style: decimal; }
  body.photocon dd ul {
    margin: 0;
    padding-left: 20px; }
    body.photocon dd ul li {
      list-style: disc; }
  body.photocon dd > dl > dt,
  body.photocon dd > dl > dd {
    padding: 0 0 5px 0;
    border: none; }
  body.photocon dd > dl > dt {
    width: 10%; }
  body.photocon dd > dl > dd {
    width: 90%; }
body.photocon .pre_grandprix {
  width: 300px; }
body.photocon .btn_wrap p {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem; }
body.photocon.results .img_1 {
  width: 80%; }
body.photocon.results .works .sec_sub {
  margin-bottom: 80px; }
body.photocon.results .works .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px; }
  body.photocon.results .works .wrap:last-of-type {
    margin: 0; }
  body.photocon.results .works .wrap .tn {
    width: 55%; }
    body.photocon.results .works .wrap .tn img {
      width: 100%; }
  body.photocon.results .works .wrap .txt {
    width: 40%; }
  body.photocon.results .works .wrap .ttl {
    margin: 0 0 10px 0;
    font-size: 2rem;
    font-weight: bold; }
  body.photocon.results .works .wrap .name {
    margin: 0;
    font-size: 1.8rem;
    font-weight: bold; }
body.movie.list .intro {
  margin-bottom: 50px; }
body.movie.list .movie_list li {
  width: 100%;
  margin-bottom: 7%; }
body.movie.list .movie_list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%; }
body.movie.list .movie_list .movie_txt {
  width: 55%; }
body.movie.list .movie_list .movie_tn {
  width: 40%;
  height: auto;
  border: 1px solid #ccc; }
  body.movie.list .movie_list .movie_tn img {
    width: 100%; }
  body.movie.list .movie_list .movie_tn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    display: block;
    width: 80px;
    height: 80px;
    background: url(../images/movie/btn_play.svg) no-repeat center/contain; }
body.movie.list .movie_list .movie_title {
  margin: 0 0 20px 0;
  font-size: 2rem;
  font-weight: bold; }
body.movie.detail .movie_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0 0 0; }
  body.movie.detail .movie_wrap iframe {
    width: 580px;
    height: 330px; }
body.movie.detail .txt {
  width: calc(100% - 600px); }
body.movie.detail .ttl {
  margin-bottom: 20px; }
body.tourism_brochure .bnr_list li {
  margin-bottom: 40px; }
body.tourism_brochure .bnr_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
body.tourism_brochure .bnr_list .tn {
  width: 20%; }
  body.tourism_brochure .bnr_list .tn img {
    width: 100%; }
body.tourism_brochure .bnr_list .name {
  width: 75%;
  margin: 0;
  font-weight: bold; }

@media only screen and (min-width: 1000px) {
  body.home {
    /* main {
        > section {
            position: relative;
            top: 50px;
            opacity: 0;
            @include transition(0.4s);
            @include transform_scale(0.95);
            &.scrOn {
                top: 0;
                opacity: 1;
                @include transition(0.4s);
                @include transform_scale(1);
            }
        }
    } */ } }
/*--------------------------------*/
/*浦安観光コンベンション SP用 CSS  */
/*--------------------------------*/
@media only screen and (max-width: 680px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .inner {
    width: 100%; }

  #env {
    display: none; }

  .demo_notice {
    display: none; }

  .mv_wrap {
    top: 25px; }

  .line_wave.hasBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    .line_wave.hasBtn a {
      margin: 5px 0;
      padding: 5px 10px;
      border-radius: 5px; }

  .textList li .wrap {
    display: block; }
    .textList li .wrap span {
      display: block; }
  .textList li .date {
    width: 100%; }
  .textList li .title {
    width: 100%; }

  .boxList li {
    width: 48%; }

  #event_place_map,
  #gmap {
    width: 100% !important; }

  .area_link li a {
    font-size: 1.2rem; }

  .stay_icons img {
    margin-bottom: 10px; }

  .stay_icons_ex {
    display: block; }
    .stay_icons_ex .ex_title {
      display: block; }
    .stay_icons_ex p {
      margin: 0; }
    .stay_icons_ex img {
      margin-bottom: 5px; }
    .stay_icons_ex span {
      margin-bottom: 5px; }

  .table_wrap {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
    .table_wrap:hover .scroll {
      display: none; }
    .table_wrap .scroll {
      position: absolute;
      top: 3px;
      left: 20px;
      width: 16px;
      height: 16px;
      background: #fff url(../images/common/icon_arrow_left_orange.svg) no-repeat center center/cover;
      border-radius: 20px;
      -webkit-animation: scroll_arrow 2s infinite;
      animation: scroll_arrow 2s infinite; }
    .table_wrap table {
      width: auto;
      min-width: 100%; }
    .table_wrap th,
    .table_wrap td {
      width: auto;
      word-break: keep-all;
      white-space: nowrap; }

  @-webkit-keyframes scroll_arrow {
    from {
      left: 20px;
      opacity: 1; }
    to {
      left: 0px;
      opacity: 0; } }
  @keyframes scroll_arrow {
    from {
      left: 20px;
      opacity: 1; }
    to {
      left: 0px;
      opacity: 0; } }
  header {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    header::before {
      display: none; }
    header > .inner {
      z-index: 10;
      background: #fff; }
    header .logo h1::before {
      display: none; }
    header .header_navi {
      display: none; }
    header .img_wrap {
      display: none; }

  .gnavi {
    display: none; }

  .btn_menu {
    top: 12px;
    right: 12px;
    border: 3px solid #fff;
    background-color: #fff; }
    .btn_menu.open {
      border: 3px solid #fff;
      background-color: #fff; }
      .btn_menu.open span {
        background-color: #0078c2; }

  .siteMenu {
    height: auto;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
    .siteMenu nav .header_search .wrap {
      width: 90%;
      margin: auto; }
    .siteMenu nav .header_search input {
      width: calc(100% - 8em); }
    .siteMenu nav .header_search button {
      width: 8em;
      padding: 0 10px; }
    .siteMenu nav .inner {
      width: 100%; }
      .siteMenu nav .inner > ul {
        width: 90%;
        margin: auto; }
        .siteMenu nav .inner > ul .has_child {
          padding: 15px 0; }
    .siteMenu nav li {
      -webkit-box-flex: 1 !important;
      -ms-flex: auto !important;
      flex: auto !important; }
    .siteMenu nav .grade_1 {
      padding: 0 !important; }
      .siteMenu nav .grade_1 > li {
        width: 100%;
        margin: 0;
        border-right: none !important;
        border-bottom: 1px dotted #fff !important; }
        .siteMenu nav .grade_1 > li:last-of-type {
          border-bottom: none !important; }
        .siteMenu nav .grade_1 > li::after {
          display: none !important; }
    .siteMenu nav .grade_2 li {
      position: relative;
      width: 50%;
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
      flex: 0 0 auto !important;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border: none !important; }
      .siteMenu nav .grade_2 li::after {
        content: "";
        position: absolute;
        bottom: -5px;
        display: block;
        width: 100%;
        height: 1px;
        border-bottom: 1px dotted #fff;
        opacity: 0.5; }
      .siteMenu nav .grade_2 li:last-of-type {
        margin-bottom: 0px;
        padding-bottom: 0px; }
        .siteMenu nav .grade_2 li:last-of-type::after {
          display: none; }
      .siteMenu nav .grade_2 li:nth-of-type(2n-1) {
        border-right: 1px solid #fff !important; }
    .siteMenu nav .grade_3 {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
      .siteMenu nav .grade_3 li {
        width: 33.33%;
        -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important;
        margin-bottom: 10px;
        border-right: 1px solid #fff; }
        .siteMenu nav .grade_3 li:nth-of-type(3n) {
          border-right: none; }
        .siteMenu nav .grade_3 li:last-of-type {
          border-right: 1px solid #fff !important; }
        .siteMenu nav .grade_3 li:nth-of-type(1), .siteMenu nav .grade_3 li:nth-of-type(2), .siteMenu nav .grade_3 li:nth-of-type(3) {
          position: relative;
          margin-bottom: 10px;
          padding-bottom: 10px; }
          .siteMenu nav .grade_3 li:nth-of-type(1)::after, .siteMenu nav .grade_3 li:nth-of-type(2)::after, .siteMenu nav .grade_3 li:nth-of-type(3)::after {
            content: "";
            position: absolute;
            bottom: -5px;
            display: block;
            width: 100%;
            height: 1px;
            border-bottom: 1px dotted #fff;
            opacity: 0.5; }

  footer {
    width: 100%; }
    footer .inner {
      width: 100%; }
    footer .footer_navi ul {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    footer .footer_navi li {
      -webkit-box-flex: unset;
          -ms-flex: unset;
              flex: unset;
      width: 50%;
      margin-bottom: 10px; }
    footer .footer_profile .footer_logo {
      width: 90%;
      margin: auto; }
      footer .footer_profile .footer_logo img {
        width: 90%; }

  main {
    width: 90%; }

  .footer_banner {
    width: 90%;
    margin: auto; }
    .footer_banner li {
      width: 48%; }

  .breadcrumbs {
    padding: 0;
    width: 100%;
    background: #eaeaea;
    overflow: scroll; }
    .breadcrumbs::-webkit-scrollbar {
      display: none; }
    .breadcrumbs ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: unset;
      border-radius: 0; }
    .breadcrumbs li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }

  .pagination li {
    display: none; }
  .pagination .current,
  .pagination .prev,
  .pagination .next {
    display: block;
    width: 30%; }

  .title_wrap .inner {
    width: 90%;
    margin: auto; }
  .title_wrap.mv {
    top: 0;
    height: 200px;
    margin-bottom: 0; }
    .title_wrap.mv .inner {
      width: 60%;
      padding: 10px; }

  .facility_link ul {
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .facility_link li {
    width: 50%; }
    .facility_link li:first-of-type {
      display: block; }

  .btn_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
    .btn_wrap a,
    .btn_wrap button,
    .btn_wrap input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      min-width: unset;
      margin: 0 1.5% 15px; }

  .img_gallery ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .img_gallery li {
    width: 48%;
    margin: 0 0 10px; }

  #btnChangeLang {
    top: 0px;
    border-top: none;
    border-radius: 0px 0px 6px 6px; }

  #WATelements {
    width: 90%; }

  input[type="text"], input[type="password"], input[type="date"] {
    font-size: 1.6rem; }
  input[type="file"] {
    width: 100%; }

  textarea {
    font-size: 1.6rem; }

  .input_file_wrap {
    width: 100%;
    overflow: hidden; }

  body.home .slide .swiper-container .swiper-button-prev,
  body.home .slide .swiper-container .swiper-button-next {
    display: none; }
  body.home .home_banner {
    width: 90%;
    margin: 20px auto 0; }
    body.home .home_banner ul {
      width: 100%; }
    body.home .home_banner li {
      width: 48%; }
  body.home .home_banner_2 li {
    width: 48%; }
  body.home .news_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body.home .news_wrap .wrap {
      width: 100%; }
  body.home .fb-page {
    margin: 20px auto 0; }
  body.home .facility_link ul {
    width: 100%; }
  body.home .static_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    body.home .static_links a {
      width: 100%;
      margin: 0 0 10px 0; }
    body.home .static_links .group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; }
      body.home .static_links .group .bnr_img {
        width: 100%; }
      body.home .static_links .group .others {
        margin: 15px 0 0 0; }
  body.list .month_select_wrap li {
    margin: 0 0.5%; }
    body.list .month_select_wrap li a {
      padding: 3px; }
  body.list .month_select_wrap .year li {
    width: 24%; }
    body.list .month_select_wrap .year li:nth-child(n + 5) {
      border-radius: 0; }
    body.list .month_select_wrap .year li a span {
      font-size: 1.6rem; }
      body.list .month_select_wrap .year li a span::after {
        font-size: 1.4rem; }
  body.list .month_select_wrap .month li {
    width: 15%; }
    body.list .month_select_wrap .month li:nth-child(n + 7) {
      border-radius: 0; }
    body.list .month_select_wrap .month li a {
      padding: 5px 0px; }
      body.list .month_select_wrap .month li a span {
        font-size: 1.3rem; }
        body.list .month_select_wrap .month li a span::after {
          font-size: 1rem; }
  body.list .search_wrap dt,
  body.list .search_wrap dd {
    width: 100%; }
  body.list .search_wrap dt {
    padding-bottom: 0; }
  body.list .search_wrap .btn.search {
    margin-top: 15px; }
  body.list .search_wrap input[type="text"] {
    width: 100%; }
  body.list .guide_list li {
    width: 100%; }
    body.list .guide_list li .img {
      height: 160px; }
  body.detail .facility_profile dt {
    width: 30%; }
  body.detail .facility_profile dd {
    width: 70%; }
  body.detail .detail_wrap > section {
    width: 100%;
    height: auto; }
  body.detail .detail_wrap .title_img .img_box {
    height: auto; }
  body.detail .detail_wrap .movie_wrap .youtube {
    width: 100%; }
  body.detail.news .img_wrap {
    width: 100%;
    margin: 0 !important; }
  body.detail.guide .intro > div {
    width: 100%; }
  body.detail.guide .intro .main_img {
    height: 200px;
    margin-bottom: 10px; }
  body.detail.guide .course_list li {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  body.detail.guide .course_list .traffic {
    width: 60px;
    margin: 0; }
  body.detail.guide .course_list .name {
    width: calc(100% - 80px);
    margin: 0; }
  body.detail.guide .course_list .wrap {
    display: block;
    width: 100%;
    margin-top: 10px; }
    body.detail.guide .course_list .wrap::after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    body.detail.guide .course_list .wrap .img {
      width: 50%;
      float: left;
      margin: 0 10px 10px 0; }
    body.detail.guide .course_list .wrap .caption {
      width: 100%; }
  body.marche .shopList li {
    width: 100%; }
  body.marche .shopList .img_box {
    width: 100%; }
  body.marche.top .intro div,
  body.marche.top .intro .map {
    width: 100%; }
  body.marche.top .intro div {
    margin-bottom: 10px; }
  body.marche.entry section {
    margin: 0 0 20px 0; }
  body.marche.entry img {
    max-width: 90%;
    margin: auto; }
  body.marche.entry .overview {
    width: 100%; }
    body.marche.entry .overview .img_wrap img {
      max-width: 90%;
      margin: auto !important; }
  body.marche.entry .notice {
    width: 90%;
    margin: auto; }
  body.marche.entry .list {
    width: 90%;
    margin: auto;
    padding: 15px !important; }
    body.marche.entry .list dt,
    body.marche.entry .list dd {
      width: 100%; }
    body.marche.entry .list dt {
      padding-bottom: 0px;
      font-weight: bold; }
    body.marche.entry .list dd {
      border-bottom: 1px dotted #666; }
  body.marche.entry .button_form {
    width: 100%; }
  body.webmarche .cate_search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    body.webmarche .cate_search li {
      width: 49%;
      margin: 0 0 2% 0; }
  body.webmarche #cloneModal {
    width: 90%; }
  body.webmarche.shopDetail .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    body.webmarche.shopDetail .intro .img_wrap {
      width: 100%; }
      body.webmarche.shopDetail .intro .img_wrap .box {
        width: 50%; }
    body.webmarche.shopDetail .intro .txt_box {
      width: 100%; }
    body.webmarche.shopDetail .intro .img {
      width: 100%;
      margin-bottom: 15px; }
    body.webmarche.shopDetail .intro .txt {
      width: 100%; }
  body.contest .intro > p {
    width: 100%; }
    body.contest .intro > p img {
      width: 100%; }
  body.contest dt,
  body.contest dd {
    width: 100%; }
  body.contest dt {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
    font-weight: bold;
    font-size: 1.6rem; }
  body.contest .work {
    margin: 0; }
  body.yakatabune.top .mv .sub_title {
    font-size: 2.5vw;
    line-height: 3vw; }
  body.yakatabune.top .mv_notice {
    bottom: -20px;
    font-size: 1rem;
    color: #333; }
  body.yakatabune.top .bnr_list li {
    width: 100%; }
  body.yakatabune.top .bnr_list.furusato {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body.yakatabune.top .bnr_list.furusato li {
      width: 50%; }
  body.yakatabune.top .detaii_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    body.yakatabune.top .detaii_wrap .data_list {
      width: 100%;
      margin-bottom: 20px; }
    body.yakatabune.top .detaii_wrap .catchphrase {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      body.yakatabune.top .detaii_wrap .catchphrase p {
        width: 70%;
        font-size: 6vw;
        line-height: 9vw; }
  body.yakatabune.top img {
    max-width: 100%; }
  body.yakatabune.top .cv19_shop .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  body.yakatabune.top .cv19_shop .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%; }
  body.yakatabune.top .cv19_shop .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%; }
    body.yakatabune.top .cv19_shop .img img {
      width: auto; }
  body.yakatabune.top .cv19_shop li {
    width: 48%;
    margin-bottom: 10px; }
  body.yakatabune.top .cv19_guest .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  body.yakatabune.top .cv19_guest .txt {
    width: 100%; }
  body.yakatabune.top .cv19_guest .img {
    width: 100%;
    margin-bottom: 15px; }
    body.yakatabune.top .cv19_guest .img img {
      width: 100%; }
  body.yakatabune_event main {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px 20px 30px 20px; }
  body.yakatabune_event .ttl_wrap {
    margin-bottom: 10vw; }
  body.yakatabune_event .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  body.yakatabune_event .info_box .box {
    width: 100%; }
  body.yakatabune_event .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%; }
  body.yakatabune_event .images {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 40px; }
  body.outline .intro p {
    font-size: 1.6rem;
    line-height: 2.8rem; }
  body.outline .officer td:nth-of-type(1) {
    width: 20%; }
  body.outline .officer td:nth-of-type(2) {
    width: 30%; }
  body.form .form_body {
    /*
    .ad {
        label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            b {
                width: 5em;
            }
            input {
                width: calc(100% - 5em);
            }
        }
    }
    */ }
    body.form .form_body tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body.form .form_body tr::after {
        display: none; }
    body.form .form_body th,
    body.form .form_body td {
      width: 100%; }
    body.form .form_body th .notice {
      width: 90%; }
    body.form .form_body td {
      border-bottom: 1px dotted #ccc; }
    body.form .form_body label {
      display: block; }
    body.form .form_body input[type="text"] {
      width: 100%; }
    body.form .form_body input[name="zipcode1"], body.form .form_body input[name="zipcode2"], body.form .form_body input[name="zip1"], body.form .form_body input[name="zip2"] {
      width: 5em; }
      body.form .form_body input[name="zipcode1"] + br, body.form .form_body input[name="zipcode2"] + br, body.form .form_body input[name="zip1"] + br, body.form .form_body input[name="zip2"] + br {
        display: none; }
    body.form .form_body textarea {
      width: 100%; }
  body.business .box {
    width: 100%;
    margin-bottom: 40px; }
    body.business .box:last-of-type {
      margin-bottom: 0px; }
  body.taiken .title_wrap.mv .inner {
    width: 90%; }
    body.taiken .title_wrap.mv .inner h2 {
      margin-bottom: 1vw; }
    body.taiken .title_wrap.mv .inner .sub_title {
      font-size: 4vw; }
  body.taiken .link_wrap ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  body.taiken .link_wrap li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 50%;
    margin: 0; }
  body.taiken .school_year li a {
    padding: 20px 0;
    font-size: 3rem; }
    body.taiken .school_year li a span {
      background: none; }
  body.taiken .type ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  body.taiken .type li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    margin-bottom: 20px; }
  body.taiken .cate_link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body.taiken .cate_link div {
      display: block;
      width: 100%;
      text-align: center; }
      body.taiken .cate_link div:first-of-type {
        margin: 0 0 20px 0; }
    body.taiken .cate_link h3 {
      margin-bottom: 10px; }
    body.taiken .cate_link ul {
      margin: auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  body.taiken .sdgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    body.taiken .sdgs .txt {
      width: 100%;
      margin-bottom: 15px; }
    body.taiken .sdgs .img_box {
      width: 100%; }
  body.members .apply .greet {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  body.members .chairperson {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 0;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    width: 100%;
    margin: 0 auto 20px; }
  body.poster .poster_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    body.poster .poster_list li {
      width: 100%;
      margin-bottom: 20px; }
      body.poster .poster_list li img {
        width: 100%; }
  body.illumination.top .img_list li {
    width: 48%;
    margin-bottom: 20px; }
  body.illumination.top .rendering li {
    width: 100%;
    margin-bottom: 20px; }
  body.illumination.top .merit li {
    width: 100%;
    margin-bottom: 20px; }
    body.illumination.top .merit li .th {
      height: 150; }
  body.illumination.banner .banner_list ul {
    margin-bottom: 20px; }
  body.illumination.banner .banner_list li div,
  body.illumination.banner .banner_list li a {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    body.illumination.banner .banner_list li div img,
    body.illumination.banner .banner_list li a img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
  body.illumination.banner .banner_list .special li {
    width: 100%;
    margin-bottom: 4%;
    position: relative;
    height: auto; }
    body.illumination.banner .banner_list .special li::before {
      content: "";
      display: block;
      padding-top: 50%; }
    body.illumination.banner .banner_list .special li img {
      max-width: 100%;
      max-height: 100%; }
  body.illumination.banner .banner_list .large li {
    width: 100%;
    margin-bottom: 4%;
    position: relative;
    height: auto; }
    body.illumination.banner .banner_list .large li::before {
      content: "";
      display: block;
      padding-top: 41%; }
    body.illumination.banner .banner_list .large li img {
      max-width: 100%;
      max-height: 100%; }
  body.illumination.banner .banner_list .medium li {
    width: 48%;
    margin-bottom: 4%;
    position: relative;
    height: auto; }
    body.illumination.banner .banner_list .medium li::before {
      content: "";
      display: block;
      padding-top: 43%; }
    body.illumination.banner .banner_list .medium li img {
      max-width: 100%;
      max-height: 100%; }
  body.illumination.banner .banner_list .small li {
    width: 48%;
    margin-bottom: 4%;
    position: relative;
    height: auto; }
    body.illumination.banner .banner_list .small li::before {
      content: "";
      display: block;
      padding-top: 44%; }
    body.illumination.banner .banner_list .small li img {
      max-width: 100%;
      max-height: 100%; }
  body.illumination.banner .banner_list .text li a {
    word-break: break-all; }
  body.enquete input.num {
    width: 24% !important; }
    body.enquete input.num + br {
      display: none; }
    body.enquete input.num:last-of-type + br {
      display: block; }
  body.photocon .intro .poster {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px; }
  body.photocon .intro .txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px; }
  body.photocon dt {
    width: 30%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    padding-right: 15px; }
  body.photocon dd {
    width: 70%; }
    body.photocon dd > dl > dt {
      width: 100%; }
    body.photocon dd > dl > dd {
      width: 100%; }
  body.photocon .pre_grandprix {
    width: 100%; }
  body.photocon.results .img_1 {
    width: 100%; }
  body.photocon.results .works .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    body.photocon.results .works .wrap .tn {
      width: 100%;
      margin-bottom: 10px; }
    body.photocon.results .works .wrap .txt {
      width: 100%; }
  body.movie.list .intro {
    margin-bottom: 30px; }
  body.movie.list .movie_list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc; }
    body.movie.list .movie_list li:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none; }
  body.movie.list .movie_list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  body.movie.list .movie_list .movie_txt {
    width: 100%; }
  body.movie.list .movie_list .movie_tn {
    width: 100%;
    margin-bottom: 15px; }
    body.movie.list .movie_list .movie_tn::after {
      margin: -20px 0 0 -20px;
      width: 40px;
      height: 40px; }
  body.movie.list .movie_list .movie_title {
    margin-bottom: 10px; }
  body.movie.detail .movie_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    body.movie.detail .movie_wrap iframe {
      width: 100%;
      height: 180px;
      margin-bottom: 20px; }
  body.movie.detail .txt {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */