@charset "UTF-8";
/*
Theme Name: otaka
Description: おおたかの森センター
Author: gadgelog
*/
* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
  transition: none !important;
}

body {
  width: 100%;
  height: 100%;
  transition: none !important;
  color: #333;
  font-family: "Noto Sans JP","Noto Sans","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",メイリオ,Meiryo,sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
}

/********************************************************
	BASE
********************************************************/
/* 共通
----------------------------------------*/
#wrapper {
  width: 100%;
  height: 100%;
}

#container {
  padding: 0 !important;
  width: auto !important;
  overflow-x: hidden;
}

.contents_section_first {
  padding: 30px 0 50px;
}

.contents_section {
  padding: 50px 0;
  background: url(img/bg_line02.png) repeat-x left top/1px 30px;
}

.contents_section_first p,
.contents_section p {
  margin-bottom: 15px;
}
.contents_section_first p:last-child,
.contents_section p:last-child {
  margin-bottom: 0;
}
.contents_section_first a,
.contents_section a {
  display: inline;
}
.contents_section_first img,
.contents_section img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.contents_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner {
  max-width: 980px;
  margin: 0 auto;
}

a {
  color: #333;
  text-decoration: none;
  display: block;
}
a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
a.txt_uline {
  text-decoration: underline;
}

ul, ol, dl, li, dt, dd {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

ul:after,
ol:after {
  content: "";
  clear: both;
  display: block;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

h2 {
  font-size: 3.0rem;
  margin-bottom: 50px;
  line-height: 1.2;
}
h2 span {
  display: block;
  font-size: 1.6rem;
  margin-top: 15px;
}
h2.catch {
  line-height: 1.8;
  text-align: center;
}

h3 {
  font-size: 2.4rem;
  margin-bottom: 35px;
  border-bottom: solid 1px #333;
  position: relative;
  line-height: 2.2;
}
h3::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: solid 1px #333;
  position: absolute;
  left: 0;
  bottom: -5px;
}
h3 .sub {
  font-size: 1.6rem;
  margin-left: 20px;
  vertical-align: middle;
}
h3 .floor {
  display: inline-block;
  background-color: #eee;
  font-size: 1.8rem;
  margin-right: 20px;
  padding: 0 10px;
  vertical-align: middle;
}
h3 .floor span {
  font-size: 2.4rem;
  vertical-align: baseline;
}

h4 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: solid 4px #333;
}

h5 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

sup {
  font-size: 0.6em;
}

.notes {
  font-size: 1.2rem;
  color: #666;
}

.num {
  font-size: 1.2em;
  margin: 0 3px;
}

.img_mb {
  margin-bottom: 30px;
}

.table01 {
  width: 100%;
  border-top: solid 1px #333;
  margin: 50px 0;
}
.table01:last-child {
  margin-bottom: 0;
}
.table01 th {
  width: 35%;
  padding: 18px 20px;
  border-bottom: solid 1px #333;
  text-align: left;
  vertical-align: top;
}
.table01 td {
  width: 65%;
  padding: 18px 20px 18px 0;
  border-bottom: solid 1px #333;
}

.table02 {
  border-top: solid 1px #ddd;
  width: 100%;
  margin: 50px 0;
  text-align: left;
}
.table02 thead th {
  padding: 10px;
  width: 20%;
}
.table02 th, .table02 td {
  border-bottom: 1px solid #ddd;
  padding: 18px 0 18px 20px;
}

.table03 {
  border-top: 1px solid #ddd;
  width: 100%;
}
.table03 th, .table03 td {
  border-bottom: 1px solid #ddd;
  padding: 18px 20px;
  text-align: left;
}

.table04 {
  border-top: 1px solid #ddd;
  width: 100%;
  margin: auto;
}
.table04 th, .table04 td {
  border-bottom: 1px solid #ddd;
  padding: 18px 20px;
  text-align: left;
}
.table04 th {
  font-weight: 600;
}

.table05 th, .table05 td {
  vertical-align: top;
  text-align: left;
  min-width: 90px;
}

.floor_hall .table03.sp_table {
  border-top: none;
}

.list01 li {
  margin-bottom: 10px;
  padding-left: 1em;
  position: relative;
}
.list01 li:last-child {
  margin-bottom: 0;
}
.list01 li::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  top: 0.6em;
  left: 0;
}

/* header
----------------------------------------*/
header {
  margin: 0;
  padding: 20px 20px;
}
header .logo {
  float: left;
  margin-top: 15px;
}
header .logo img {
  height: 20px;
  width: auto;
}
header .sns li {
  float: right;
  margin: 0 0 0 10px;
}
header .sns li img {
  width: auto;
  height: 18px;
}

/*nav*/
.pc_nav {
  display: block;
  float: right;
}

.sp_nav {
  display: none;
}

header nav {
  float: left;
  padding: 20px 0 0;
}
header nav li {
  font-size: 1.4rem;
  float: left;
  margin-right: 24px;
}
header nav li:last-child {
  margin-right: 0;
}
header .set_box {
  border-left: 1px solid #333;
  float: right;
  margin-left: 30px;
  padding-left: 20px;
}
header .set_box dl {
  margin: 0 0 10px;
}
header .set_box dt {
  margin: 0 10px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
}
header .set_box dd {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
}
header .set_box dd li {
  float: left;
}
header .set_box dd li:nth-child(-n+2) {
  margin: 0 10px 0 0;
}
header .set_box dd li a {
  color: #fff;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #4c4c4c;
  text-align: center;
  line-height: 24PX;
}
header .set_box dd li.active a {
  background: #2e8b57;
}

/*topページ btn*/
.btn {
  margin: 25px 0 0;
  text-align: right;
}
.btn a {
  display: inline-block;
  background: url(img/arrow_b_r.svg) no-repeat 92% center;
  border: 1px solid #333;
  border-radius: 15px;
  font-size: 1.2rem;
  text-align: left;
  width: auto !important;
  margin: 0;
  padding: 2px 22px 2px 12px;
  transition: 0.3s;
}

.btn_l input, .btn_l a {
  display: inline-block;
  background: url(img/arrow_b_r.svg) no-repeat 92% center;
  border: 1px solid #333;
  border-radius: 25px;
  text-align: center;
  width: 220px;
  padding: 10px 30px;
  transition: 0.3s;
}

.btn a:hover,
.btn_l a:hover {
  border: 1px solid #333;
  background: #333 url(img/arrow_w_r.svg) no-repeat 94% center;
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}

/* #contents共通
------------------------------------*/
/*パンくず*/
.breadcrumb {
  font-size: 1.2rem;
  margin: 0 0 20px;
}
.breadcrumb a {
  display: inline-block;
}

/* トップページ
------------------------------------*/
/* slider
----------------------------------------*/
.top_slider a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top_slider .slider_txt {
  font-family: "Sawarabi Mincho";
  font-size: 3.2rem;
  position: absolute;
  top: auto;
  left: 10%;
}
.top_slider li:first-child .slider_txt {
  color: #fff;
}
.top_slider li:first-child .slider_txt span {
  font-size: 2.0rem;
}

.slick-prev,
.slick-next {
  top: auto;
  bottom: -40px;
  width: 42px;
  height: 12px;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  background-size: 42px 12px;
  display: block;
  width: 42px;
  height: 12px;
  background-repeat: no-repeat;
}

.slick-prev {
  left: auto;
  right: 72px;
}
.slick-prev:before {
  background-image: url(img/control_l.png);
}

.slick-next {
  bottom: -40px;
  right: 20px;
}
.slick-next:before {
  background-image: url(img/control_r.png);
}

#slider_box .slick-dots {
  bottom: -35px;
  right: 145px;
  width: auto;
}

.slick-slide .image {
  padding-top: 38.067%;
  background: no-repeat center center / cover;
}

/* news
----------------------------------------*/
#top_news {
  background: url(img/news_bg.jpg) no-repeat center top/cover;
  padding: 20px 0;
}
#top_news .contents_inner {
  display: flex;
  justify-content: space-around;
}
#top_news .news_box {
  width: calc(100% - 160px);
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}
#top_news .news_box li {
  padding-left: 20px;
  position: relative;
}
#top_news .news_box li:not(:last-child) {
  margin-bottom: 5px;
}
#top_news .news_box li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 10px;
}
#top_news .news_box li a {
  display: flex;
  width: 100%;
}
#top_news .news_box li a .news_date {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  font-size: 87.5%;
  padding-top: 1px;
  font-weight: normal;
}
#top_news .news_box li a p {
  width: calc(100% - 120px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#top_news .news_box .toggle_news {
  display: table;
  width: 30px;
  height: 30px;
  margin: 5px auto 0;
  position: relative;
  cursor: pointer;
  right: -50px;
  animation: arrow 1s infinite;
}
#top_news .news_box .toggle_news:before, #top_news .news_box .toggle_news:after {
  content: "";
  transform: rotate(45deg);
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 7px;
  left: 9px;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
}
#top_news .news_box .toggle_news:after {
  top: 11px;
}
#top_news .news_box .toggle_news.active {
  transform: rotate(180deg);
  animation: none;
}
@keyframes arrow {
  0% {
    bottom: -5px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: -5px;
  }
}
#top_news .news_box .more_news {
  margin-top: 8px;
}
#top_news .news_box .btn {
  margin: 8px 0 0;
}
#top_news .news_box .btn a {
  display: inline-block;
  padding: 2px 22px 2px 12px;
}

.news_list .news_article p {
  display: inline-block;
  vertical-align: top;
  width: 120px;
}

.news_list .news_article a {
  display: inline-block;
  margin-left: -125px;
  padding-left: 125px;
  width: 100%;
}

.news_list.magazine .news_article p {
  width: 120px;
}
.news_list.magazine .news_article a {
  margin-left: -125px;
  padding-left: 125px;
}

.news_list .news_article .news_date,
.news_single .news_date {
  display: inline-block;
  font-weight: 600;
  margin-right: 25px;
}

.event_single .event_cat {
  background: #2e8b57;
  color: #fff;
  font-size: 1.0rem;
  padding: 2px 8px;
  width: 4rem;
  text-align: center;
  margin-left: 10px;
  position: relative;
  top: -3px;
}

.news_list .news_article .news_category:before {
  display: inline-block;
}

/* top_pickup
----------------------------------------*/
#top_pickup {
  margin: 0 0 80px;
  padding-top: 80px;
  position: relative;
}
#top_pickup::before {
  content: "";
  display: block;
  background: url(img/bg_line01.png) repeat-x center bottom/1px 26px, url(img/pickup_bg.jpg) no-repeat center top/cover;
  width: 100%;
  height: 340px;
  position: absolute;
  top: 0;
  left: 0;
}
#top_pickup .contents_inner {
  position: relative;
}
#top_pickup h2 {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
#top_pickup li {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  float: left;
  margin-right: 7.5%;
  padding: 5px;
  width: 28.333%;
}
#top_pickup li:last-child {
  margin-right: 0;
}
#top_pickup li a {
  border: 1px solid #333;
  padding: 20px 20px 40px;
}
#top_pickup li img {
  display: block;
  margin: 0 auto;
  width: 70px;
}
#top_pickup li h3 {
  font-size: 2.0rem;
  text-align: center;
  margin: 15px 0 30px;
  padding: 0 0 25px;
}
#top_pickup li h3::after {
  display: none;
}
#top_pickup li p {
  text-align: center;
}

/* top_event
----------------------------------------*/
#top_event {
  margin: 0 0 80px;
  padding-top: 80px;
  position: relative;
}
#top_event::before {
  content: "";
  display: block;
  background: url(img/bg_line01.png) repeat-x center bottom/1px 26px, url(img/event_bg.jpg) no-repeat center top/cover;
  width: 100%;
  height: 340px;
  position: absolute;
  top: 0;
  left: 0;
}
#top_event .contents_inner {
  position: relative;
}
#top_event h2 {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
#top_event li {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  float: left;
  margin-right: 3.3%;
  margin-bottom: 3.3%;
  width: 22.5%;
  position: relative;
}
#top_event li.cancel {
  box-shadow: none;
}
#top_event li.cancel a:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
#top_event li.cancel a:after {
  content: "中止";
  color: #fff;
  z-index: 11;
  font-size: 3rem;
  height: 30px;
  margin: auto;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 60px;
  left: 0;
  opacity: 0;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  transition: 0.2s ease;
}
#top_event li.cancel a:hover {
  opacity: 1;
}
#top_event li.cancel a:hover:after {
  opacity: 1;
}
#top_event li .event_cat {
  position: absolute;
  left: 0;
  top: -2px;
}
#top_event li .event_cat span {
  width: 8.5rem;
  text-align: center;
  padding: 4px 0;
  display: inline-block;
  background: rgba(46, 139, 87, 0.9);
  margin-right: 6px;
  color: #FFF;
  z-index: 2;
  font-size: 1rem;
}

.event_list .event_article {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  float: left;
  margin-right: 3.3%;
  margin-bottom: 3.3%;
  width: 22.5%;
  margin-bottom: 3.3%;
  position: relative;
}
.event_list .event_article.cancel {
  box-shadow: none;
}
.event_list .event_article.cancel a:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.event_list .event_article.cancel a:after {
  content: "中止";
  color: #fff;
  z-index: 11;
  font-size: 3rem;
  height: 30px;
  margin: auto;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 60px;
  left: 0;
  opacity: 0;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  transition: 0.2s ease;
}
.event_list .event_article.cancel a:hover {
  opacity: 1;
}
.event_list .event_article.cancel a:hover:after {
  opacity: 1;
}
.event_list .event_article .event_cat {
  position: absolute;
  left: 0;
  top: -2px;
	z-index: 2;
}
.event_list .event_article .event_cat span {
  width: 8.5rem;
  text-align: center;
  padding: 4px 0;
  display: inline-block;
  background: rgba(46, 139, 87, 0.9);
  margin-right: 6px;
  color: #FFF;
  z-index: 2;
  font-size: 1rem;
}

.two_column {
  display: flex;
}
.two_column .main {
  width: calc(100% - 240px);
}
.two_column .sidebar {
  width: 200px;
  padding-left: 40px;
}

.yearlist li {
  border-bottom: solid 1px #ccc;
  text-align: center;
}
.yearlist a, .yearlist .archive {
  padding: 10px;
  display: block;
}
.yearlist .archive {
  border-top: solid 1px #ccc;
  background: #eee;
}

#top_event li a,
.event_list .event_article a {
  padding: 7.407% 7.407% 8.5%;
  display: block;
}

#top_event li:last-child,
.event_list .event_article:nth-child(4n) {
  margin-right: 0;
}

#top_event li .event_thumb,
.event_list .event_article .event_thumb {
  border-bottom: 1px solid #333;
  margin: 0 0 15px;
  padding: 0 0 20px;
}

#top_event li .event_thumb .image,
.event_list .event_article .event_thumb .image {
  width: 100%;
  padding-top: 60.869%;
  background: url(img/event_image.jpg) no-repeat center center/cover;
}

#top_event li .event_date,
.event_list .event_article .event_date {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 5px 0;
}
#top_event li .event_date span,
.event_list .event_article .event_date span {
  display: inline-block;
  background: #eee;
  padding: 1px;
  width: 50px;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 5px 0 -1px;
  border-radius: 3px;
}
#top_event li .event_date.owner,
.event_list .event_article .event_date.owner {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#top_event li .event_name,
.event_list .event_article .event_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  font-size: 1.3rem;
}

#top_event + .contents_inner.sp_none {
  padding: 0;
}

.top_event_btn {
  float: right;
  margin: 0 auto 100px;
}

.event_type {
  padding: 1px 0 3px;
  width: 4rem;
  text-align: center;
  background: #eee;
  border-radius: 4px;
  margin-right: 10px;
  display: inline-block;
}

/* top_about
----------------------------------------*/
.home #about {
  margin: 100px 0;
  font-size: 1.8rem;
  line-height: 2.4;
}

#top_about {
  margin: 0 0 80px;
}
#top_about img {
  display: block;
  float: left;
  width: 100%;
  max-width: 500px;
}
#top_about .contents_inner {
  background: url(img/about_bg.jpg) no-repeat right center;
  background-size: 44% 67%;
}
#top_about .about_txt {
  float: right;
  line-height: 1.8;
  width: 100%;
  margin-left: -580px;
  padding-left: 580px;
}
#top_about .about_txt p {
  margin-right: 30px;
}
#top_about .about_txt table {
  border-collapse: collapse;
  margin: 30px 0 0;
  width: 100%;
  max-width: 470px;
}
#top_about .about_txt table tr {
  border-bottom: 1px solid #333;
}
#top_about .about_txt table tr:last-child {
  border-bottom: none;
}
#top_about .about_txt table th {
  text-align: left;
  padding: 12px 0;
  width: 9rem;
}
#top_about .about_txt table td {
  padding: 12px 0;
}

/* news , event 
----------------------------------------*/
/*一覧*/
.news #container,
.post-type-archive-news_central #container,
.post-type-archive-news_west #container,
.post-type-archive-news_east #container,
.event_list {
  margin-bottom: 50px;
}

.news_list .news_article {
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
  padding: 50px 0 20px;
}

/*詳細*/
.entry .alignleft {
  display: inline;
  float: left;
}
.entry .alignright {
  display: inline;
  float: right;
}
.entry .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.entry a {
  text-decoration: underline;
  display: inline;
}

.news_single, .event_single {
  background: url(img/bg_line02.png) repeat-x left top/1px 30px;
}
.news_single h1, .event_single h1 {
  font-size: 3.2rem;
  margin: 30px 0 50px;
  line-height: 1.6;
}
.news_single .state, .event_single .state {
  padding-top: 50px;
}
.news_single .state .cancel, .event_single .state .cancel {
  border: solid 1px #E90000;
  padding: 10px;
  color: #E90000;
  text-align: center;
  margin-bottom: 25px;
}
.news_single .event_date, .event_single .event_date {
  font-size: 1.8rem;
  font-weight: 600;
  vertical-align: middle;
  margin-right: 25px;
  margin-top: 10px;
}
.news_single .event_date span, .event_single .event_date span {
  display: inline-block;
  background: #eee;
  padding: 1px;
  width: 70px;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 5px 0 -1px;
  border-radius: 3px;
}
.news_single .event_date.owner, .event_single .event_date.owner {
  font-size: 1.4rem;
}

.entry {
  margin-bottom: 50px;
}
.entry h3, .entry h4, .entry h5 {
  margin-top: 30px;
}
.entry p {
  margin-bottom: 10px;
}
.entry p:after {
  content: " ";
  display: block;
  clear: both;
}
.entry ul {
  margin: 30px 0;
}
.entry ul li {
  padding-left: 1em;
  position: relative;
}
.entry ul li:last-child {
  margin-bottom: 0;
}
.entry ul li:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #333;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.entry ol {
  margin: 30px 0;
  list-style-position: inside;
}
.entry li {
  margin-bottom: 10px;
}
.entry li:last-child {
  margin-bottom: 0;
}

.flexible_content p {
  margin-bottom: 20px;
}
.flexible_content a {
  color: #2e8b57;
}
.flexible_content hr {
  border: none;
  border-top: solid 1px #ccc;
  margin: 30px 0;
}
.flexible_content h4 {
  border-color: #2e8b57;
}
.flexible_content .gray {
  font-size: 1.2rem;
  color: #999;
}
.flexible_content .red {
  color: red;
}
.flexible_content .text_img {
  margin-bottom: 30px;
  display: flex;
}
.flexible_content .text_img p {
  width: 60%;
  margin-right: 40px;
}
.flexible_content .text_img img {
  width: calc(40% - 40px);
}
.flexible_content .img_text {
  margin-bottom: 40px;
  display: flex;
}
.flexible_content .img_text img {
  width: calc(40% - 40px);
  margin-right: 40px;
}
.flexible_content .img_text p {
  width: 60%;
}
.flexible_content .gray_box {
  background: #eee;
  padding: 15px;
}
.flexible_content .border_box {
  border: solid 1px #ccc;
  padding: 15px;
}
.flexible_content .picture {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.flexible_content .picture img {
  max-width: 800px;
  width: 100%;
  height: auto;
}
.flexible_content .picture.list2 img {
  max-width: calc(50% - 15px);
}
.flexible_content .picture.list2 img:not(:last-child) {
  margin-right: 30px;
}
.flexible_content .picture.list3 img {
  max-width: calc(33.33% - 20px);
}
.flexible_content .picture.list3 img:not(:last-child) {
  margin-right: 30px;
}
.flexible_content .picture.list4 img {
  max-width: calc(25% - 15px);
}
.flexible_content .picture.list4 img:not(:last-child) {
  margin-right: 20px;
}
.flexible_content table {
  margin: 30px auto;
  width: 100%;
}
.flexible_content table td, .flexible_content table th {
  vertical-align: top;
  text-align: left;
  border: solid 1px #e6e6e6;
  padding: 10px;
}
.flexible_content .pdf a {
  text-decoration: none;
  color: #333;
  display: inline-block;
}
.flexible_content .pdf a:hover {
  color: #fff;
}
.flexible_content .pdf a img {
  max-width: 300px;
  border: solid 6px #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/*ページング*/
.wp-pagenavi {
  margin: 50px auto 0;
  text-align: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  border-radius: 20px;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi span.current {
  border: 1px solid #333 !important;
  margin: 0 4px;
  padding: 5px 15px;
}
.wp-pagenavi .extend, .wp-pagenavi .first, .wp-pagenavi .last {
  border: none;
}
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: 1px solid #333 !important;
  margin: 0 4px;
  padding: 5px 15px;
}
.wp-pagenavi .page:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
  background: #333;
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}
.wp-pagenavi .current {
  background: #333;
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}

/*投稿内ページング*/
.page_controls {
  font-size: 1.5rem;
  text-align: center;
  margin: 50px 0 50px;
}
.page_controls li {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
}
.page_controls li a {
  display: block;
  padding: 5px 20px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 20px;
  transition: 0.3s;
}
.page_controls li a:hover {
  background: #333;
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}
.page_controls li.prev a {
  padding-left: 30px;
  background: #fff url(img/arrow_b_l.svg) no-repeat 13px 50%;
}
.page_controls li.next a {
  padding-right: 30px;
  background: #fff url(img/arrow_b_r.svg) no-repeat right 13px top 50%;
}
.page_controls li.prev a:hover {
  background: #333 url(img/arrow_w_l.svg) no-repeat 13px 50%;
}
.page_controls li.next a:hover {
  background: #333 url(img/arrow_w_r.svg) no-repeat right 13px top 50%;
}

/* pagetop
------------------------------------*/
.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
.pagetop a {
  display: block;
  opacity: 0.9;
}

/*banner_area
------------------------------------*/
#link_area {
  background: #eee;
  padding: 30px 0;
}
#link_area li {
  display: inline-block;
  margin-right: 20px;
}
#link_area li:last-child {
  margin-right: 0;
}
#link_area li a {
  color: #333;
  background: url(img/arrow_b_r.svg) no-repeat left center;
  padding: 0 0 0 12px;
}

/*footer
------------------------------------*/
footer #footer_area {
  background: #444;
  color: #fff;
  padding: 50px 0;
}
footer a {
  color: #fff;
  display: inline-block;
}
footer .contents_inner {
  position: relative;
}
footer .ft_left {
  float: left;
}
footer .ft_left img.logo {
  width: 265px;
  margin: 0 0 50px;
}
footer .ft_left img.map {
  width: 11px;
  vertical-align: baseline;
}
footer .ft_left p:nth-of-type(-n+2) {
  margin-bottom: 10px;
}
footer .ft_right {
  font-size: 1.4rem;
  float: right;
}
footer .ft_right li {
  float: left;
}
footer .ft_nav li:not(:last-child):after {
  content: "/";
  padding: 0 20px;
}
footer .ft_subnav {
  float: right;
  margin: 25px 0 0;
}
footer .ft_subnav li:nth-child(-n+3) {
  margin-right: 30px;
}
footer .ft_subnav li a {
  background: url(img/arrow_w_r.svg) no-repeat left center;
  padding: 0 0 0 12px;
}
footer .copyright {
  font-size: 1.2rem;
  margin: 100px 0 0;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 20px;
}

/*copyright*/
/* 404
------------------------------------*/
.page-404 {
  text-align: center;
}
.page-404 h3 {
  display: inline-block;
  text-align: center;
  padding-bottom: 30px;
}
.page-404 p {
  text-align: center;
}
.page-404 .btn_l a {
  margin: 0 auto;
}

/* facility
------------------------------------*/
.facility .contents_section_first img, .facility .contents_section img {
  width: 100%;
}
.facility #floormap .floor_drawing li {
  float: left;
  width: 48%;
}
.facility #floormap .floor_drawing li:last-child {
  float: right;
}
.facility .facility_img {
  display: flex;
  margin: 0 auto 40px;
}
.facility .facility_img li {
  margin: 0px 10px;
  width: calc(50% - 20px);
}
.facility .facility_img_single {
  max-width: 560px;
  margin: 0 0 40px;
}

#facility_feature dl dt {
  width: 120px;
  float: left;
  font-weight: 600;
}
#facility_feature dl dd {
  width: calc(100% - 120px);
  display: table;
}

.map-embed {
  margin-bottom: 30px;
}

.map_column {
  margin-bottom: 40px;
}
.map_column .map_column_innner {
  width: calc(50% - 10px);
  float: left;
}
.map_column .map_column_innner:first-child {
  margin-right: 20px;
  width: calc(50% - 10px);
}

#access table {
  width: 100%;
  margin-bottom: 20px;
}
#access table td, #access table th {
  padding: 10px;
  border: solid 1px #ccc;
}
#access table thead th {
  background: #eee;
}

.modalOpen {
  position: relative;
}
.modalOpen::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(img/icon_zoom.png) no-repeat top left/100% auto;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 1010;
}
.modal .overLay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  z-index: 1010;
}
.modal .inner {
  width: calc(100% - 20px);
  max-width: 980px;
  position: absolute;
  z-index: 1100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background-color: #fff;
}
.modal .inner img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.facility #access .btn_l {
  margin-bottom: 50px;
}

.route_list article {
  width: 30%;
  float: left;
  margin-right: 5%;
  text-align: center;
}
.route_list article:last-child {
  margin-right: 0;
}

.border-double {
  border: 1px solid #333;
  padding: 15px;
  position: relative;
}
.border-double::before {
  content: '';
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #333;
  position: absolute;
  top: 4px;
  left: 4px;
}

.route_list article h3 {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.route_list article h3::after {
  display: none;
}
.route_list article .txt {
  display: table;
  width: 100%;
}
.route_list article .txt p {
  width: 100%;
  display: table-cell;
  padding: 5px 0 15px;
  vertical-align: middle;
}
.route_list article .txt p .notes {
  line-height: 1.4;
}

/* guide
------------------------------------*/
.step_flow > li {
  border: solid 1px #ccc;
  padding: 20px;
  margin-bottom: 40px;
  margin: auto;
  position: relative;
  box-shadow: 5px 5px 0 #ccc;
  border: solid 1px #ccc;
}
.step_flow > li h5 {
  border-bottom: solid 1px #ccc;
}
.step_flow > li:not(:last-child) {
  margin-bottom: 50px;
}
.step_flow > li:not(:last-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  left: 50%;
  bottom: -35px;
  margin-left: -10px;
  border-right: solid 3px #ccc;
  border-bottom: solid 3px #ccc;
}

.fimg_box {
  margin-bottom: 50px;
}
.fimg_box:last-child {
  margin-bottom: 0;
}
.fimg_box .txt {
  width: 65%;
  float: left;
  padding-right: 50px;
}
.fimg_box .txt img {
  width: 100%;
  max-width: 340px;
  height: auto;
  margin-top: 30px;
}
.fimg_box .pic {
  width: 35%;
  float: right;
}
.fimg_box .pic img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* 各ページタイトル
------------------------------------*/
#page_ttl {
  height: 260px;
  margin: 0 0 20px;
  padding-bottom: 15px;
  background: url(img/ttl_bg_page.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#page_ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(img/bg_line01.png) repeat-x center bottom/1px 26px;
}
#page_ttl .contents_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
#page_ttl .bg {
  padding: 20px 40px 20px 0;
  text-align: left;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}
#page_ttl .bg::before {
  content: "";
  display: block;
  width: 1000px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: 100%;
}
#page_ttl .bg h1, #page_ttl .bg .dummyh1 {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
}
#page_ttl .bg .place {
  display: block;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
  font-size: 1.4rem;
}

.single-event #page_ttl,
.post-type-archive-event #page_ttl {
  background-image: url(img/ttl_bg_event.jpg);
}

.single-news #page_ttl,
.post-type-archive-news #page_ttl {
  background-image: url(img/ttl_bg_news.jpg);
}

.facility #page_ttl {
  background-image: url(img/ttl_bg_facility.jpg);
}

.circle #page_ttl {
  background-image: url(img/ttl_bg_circle.jpg);
}

.guide #page_ttl {
  background-image: url(img/ttl_bg_guide.jpg);
}

.access #page_ttl {
  background-image: url(img/ttl_bg_access.jpg);
}

@media screen and (max-width: 1200px) {
  header nav li {
    font-size: 1.2rem;
    margin-right: 15px;
    margin-top: 10px;
  }
  header .set_box {
    margin-left: 15px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .pc_none {
    display: block;
  }

  .sp_none {
    display: none;
  }

  h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  h2 span {
    display: block;
    font-size: 1.4rem;
    margin-top: 15px;
  }
  h2.catch {
    font-size: 2.3rem;
  }

  h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  h3 .sub {
    display: block;
    font-size: 1.2rem;
    margin: 10px 0;
  }
  h3 .floor {
    margin-right: 20px;
  }
  h3 .floor span {
    font-size: 2.0rem;
    vertical-align: baseline;
  }

  .table01 th {
    display: block;
    width: 100%;
    font-weight: 600;
    padding: 20px 0px 0;
    border-bottom: none;
  }
  .table01 td {
    display: block;
    width: 100%;
    padding: 20px 0 20px 20px;
  }

  .table03 th, .table03 td, .table04 th, .table04 td {
    padding: 5px 10px;
  }

  /* header
  ----------------------------------------*/
  header {
    padding: 15px;
    /*position: fixed;*/
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 60px;
  }
  header .logo {
    margin-top: 0;
  }
  header .logo img {
    height: 16px;
  }

  .pc_nav {
    display: none;
  }

  .sp_nav {
    display: block;
  }
  .sp_nav .sns li {
    float: left;
    margin: 0 15px 0 0;
    width: auto;
    padding: 0;
  }

  .toggle {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 45px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
  }
  .toggle span {
    display: block;
    position: absolute;
    width: 70%;
    border-bottom: solid 2px #333;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 5px;
    right: 7px;
  }
  .toggle span:nth-child(1) {
    top: 3px;
  }
  .toggle span:nth-child(2) {
    top: 13px;
  }
  .toggle span:nth-child(3) {
    top: 23px;
  }
  .toggle span:nth-child(4) {
    border: none;
    top: 28px;
    left: 5px;
    font-size: 12px;
    font-weight: 600;
  }
  .toggle.active span:nth-child(1) {
    top: 15px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .toggle.active span:nth-child(2), .toggle.active span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* 最初のspanをマイナス45度に */
  /* 2番目と3番目のspanを45度に */
  /* .global_nav */
  .global_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 30px 20px 20px;
    text-align: center;
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-100%);
    opacity: 0;
    transition-duration: 0.8s , 0.2s;
    transition-property: transform, opacity;
  }
  .global_nav li {
    width: 100%;
    padding: 10px;
    list-style-type: none;
  }
  .global_nav li a {
    display: block;
    color: #333;
  }
  .global_nav.active {
    transform: translateY(0%);
    opacity: 1;
    transition-delay: 0, 0.6s;
  }

  /*sns 言語*/
  header nav .sns {
    margin: 5px 0 0;
  }
  header nav li:last-child {
    float: right;
  }

  /* トップページ
  ------------------------------------*/
  .home h2 {
    font-size: 2.6rem !important;
    margin-bottom: 20px;
  }
  .home h2 span {
    margin-top: 5px;
    font-size: 1.2rem !important;
  }

  /* slider
  ----------------------------------------*/
  /* top_news
  ----------------------------------------*/
  .news_list .news_article {
    float: none;
    width: 100%;
  }

  #top_news .news_box {
    padding: 15px;
    width: 100%;
  }
  #top_news .news_box li:before {
    top: 7px;
  }
  #top_news .news_box li a {
    display: block;
  }
  #top_news .news_box li a p {
    width: 100%;
  }
  #top_news .contents_inner {
    display: block;
  }

  .news_list .news_article p {
    display: block;
    width: 170px;
  }

  #top_news .news_box .news_category,
  .news_list .news_article .news_category {
    margin: 0 15px;
  }

  #top_news .news_box a,
  .news_list .news_article a {
    display: block;
    margin: 5px 0 0;
    padding: 0;
  }

  #top_news .news_box .news_date,
  .news_list .news_article .news_date {
    margin-right: 0;
  }

  /* top_pickup
  ----------------------------------------*/
  #top_pickup {
    margin: 0 0 50px;
    padding-top: 50px;
    position: relative;
  }
  #top_pickup::before {
    background: url(img/bg_line01.png) repeat-x center bottom/1px 26px, url(img/pickup_bg_sp.jpg) no-repeat center top/cover;
    height: 240px;
  }
  #top_pickup li {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  #top_pickup li:last-child {
    margin-bottom: 0;
  }
  #top_pickup li a {
    padding: 15px 15px 20px;
  }
  #top_pickup li h3 {
    margin: 5px 0 10px;
    padding: 0 0 5px;
  }

  /* top_event
  ----------------------------------------*/
  #top_event {
    margin: 0 0 50px;
    padding-top: 50px;
    position: relative;
  }
  #top_event::before {
    background: url(img/bg_line01.png) repeat-x center bottom/1px 26px, url(img/event_bg_sp.jpg) no-repeat center top/cover;
    height: 240px;
  }
  #top_event li {
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
    width: 48%;
  }
  #top_event li .event_date {
    font-size: 1.1rem;
  }
  #top_event li .event_name {
    font-size: 1.3rem;
  }

  .event_list .event_article {
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
    width: 48%;
  }
  .event_list .event_article .event_date {
    font-size: 1.1rem;
  }
  .event_list .event_article .event_name {
    font-size: 1.3rem;
  }

  #top_event li a,
  .event_list .event_article a {
    padding: 5% 5% 6%;
    display: block;
  }

  #top_event li:nth-child(even),
  .event_list .event_article:nth-child(even) {
    float: right;
  }

  #top_event li .event_thumb,
  .event_list .event_article .event_thumb {
    margin: 0 0 5px;
    padding: 0 0 10px;
  }

  /* top_about
  ----------------------------------------*/
  .home #about {
    margin: 50px 0;
  }

  #top_about {
    margin: 0 0 50px;
  }
  #top_about .contents_inner {
    background-position: right 15%;
    background-size: 80% 30%;
  }
  #top_about img {
    float: none;
    margin: 0 20%;
    padding: 0;
    width: 60%;
  }
  #top_about .about_txt {
    float: none;
    margin: 0;
    padding: 0;
  }
  #top_about h2 {
    margin: 50px 0 0;
  }
  #top_about .about_txt {
    font-size: 1.2rem;
  }
  #top_about .about_txt table {
    margin: 30px 0;
    max-width: 100%;
  }
  #top_about .about_txt p {
    margin-right: 0;
  }

  /* news , event 
  ----------------------------------------*/
  /*詳細*/
  .news_single h1,
  .event_single h1 {
    font-size: 2.6rem;
    margin: 10px 0 30px;
    line-height: 1.6;
  }

  /*banner_area
  ------------------------------------*/
  #banner_area li {
    margin-right: 3.33%;
    width: 22.5%;
  }

  /* footer
  ----------------------------------------*/
  footer #footer_area {
    padding: 30px 0;
  }
  footer .ft_left,
  footer .ft_right,
  footer .ft_subnav {
    float: none;
  }
  footer .ft_left {
    font-size: 1.2rem;
  }
  footer .ft_left img.logo {
    width: 200px;
    margin: 0 0 20px;
  }
  footer .ft_subnav li {
    font-size: 1.2rem;
  }
  footer .ft_right {
    margin: 20px 0 0;
    font-size: 1.4rem;
  }
  footer .ft_nav li:nth-child(-n+3):after {
    padding: 0 10px;
  }
  footer .ft_subnav {
    margin: 10px 0 0;
  }
  footer .copyright {
    margin: 20px 0 0;
    text-align: left;
    position: relative;
    right: auto;
  }

  /* facility
  ------------------------------------*/
  .map-embed {
    margin-bottom: 30px;
  }

  .map_column {
    margin-bottom: 30px;
  }
  .map_column .map_column_innner {
    width: 100%;
    float: none;
  }
  .map_column .map_column_innner:first-child {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }

  .facility #access .btn_l {
    margin-bottom: 40px;
  }

  .access .facility .facility_img {
    display: block;
  }
  .access .facility .facility_img li {
    margin: 10px 0;
    width: 100%;
  }
  .access .facility .facility_img li a {
    display: block;
  }
  .access .facility .facility_img li img {
    max-width: 500px;
    display: table;
    margin: auto;
    width: 80%;
  }

  #floormap .floor_drawing li {
    float: left;
    width: 48%;
  }
  #floormap .floor_drawing li:last-child {
    float: right;
  }

  .facility_img {
    display: flex;
    margin: 0 auto 40px;
  }
  .facility_img li {
    margin: 0px 10px;
    width: calc(50% - 20px);
  }

  .route_list article {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .route_list article:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .route_list article h3 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .route_list article h3::after {
    display: none;
  }
  .route_list article .txt {
    display: table;
    width: 100%;
    height: calc(100% - 90px);
  }
  .route_list article .txt p {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }

  /* guide
  ------------------------------------*/
  .fimg_box .txt {
    width: 60%;
  }
  .fimg_box .pic {
    width: 40%;
  }

  /* 各ページタイトル
  ------------------------------------*/
  #page_ttl {
    height: 180px;
    margin: 0 0 20px;
  }
  #page_ttl .bg {
    padding: 15px 20px 15px 0;
  }
  #page_ttl .bg h1, #page_ttl .bg .dummyh1 {
    font-size: 2.6rem;
  }
  #page_ttl .bg .place {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .home #about {
    font-size: 1.2rem;
  }

  /*banner_area
  ------------------------------------*/
  #banner_area {
    padding: 20px 0;
  }
  #banner_area li {
    margin-right: 2%;
    width: 48%;
  }
  #banner_area li a {
    display: block;
  }
  #banner_area li:nth-child(-n+2) {
    margin-bottom: 2%;
  }
  #banner_area li:nth-child(even) {
    float: right;
    margin-right: 0;
  }

  /* guide
  ------------------------------------*/
  .fimg_box .txt {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .fimg_box .pic {
    width: 100%;
    float: none;
  }
  .fimg_box .txt img {
    max-width: 100%;
  }

  /* 404
  ------------------------------------*/
  .page-404 p br {
    display: none;
  }

  .two_column {
    display: block;
  }
  .two_column .main {
    width: 100%;
  }
  .two_column .sidebar {
    width: 100%;
    padding-left: 0;
  }

  .yearlist {
    margin-top: 30px;
  }
  .yearlist li {
    font-size: 1.2rem;
  }
  .yearlist a, .yearlist .archive {
    padding: 5px;
  }

  .flexible_content p {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  .flexible_content h4 {
    border-color: #2e8b57;
  }
  .flexible_content .red {
    color: red;
  }
  .flexible_content .img_text, .flexible_content .text_img {
    margin-bottom: 20px;
    display: grid;
  }
  .flexible_content .img_text img, .flexible_content .text_img img {
    display: table;
    margin: 0 auto 10px;
    order: 1;
    width: 60%;
    max-width: 640px;
  }
  .flexible_content .img_text p, .flexible_content .text_img p {
    order: 2;
    text-align: left;
    width: 100%;
    margin: 0;
  }
  .flexible_content .picture {
    margin-bottom: 20px;
  }
  .flexible_content .picture.list2 img {
    max-width: calc(50% - 7.5px);
  }
  .flexible_content .picture.list2 img:not(:last-child) {
    margin-right: 15px;
  }
  .flexible_content .picture.list3 img {
    max-width: calc(33.33% - 10px);
  }
  .flexible_content .picture.list3 img:not(:last-child) {
    margin-right: 15px;
  }
  .flexible_content .picture.list4 {
    display: block;
  }
  .flexible_content .picture.list4 img {
    max-width: calc(50% - 7.5px);
    display: block;
    float: left;
  }
  .flexible_content .picture.list4 img:not(:last-child) {
    margin-right: 0;
  }
  .flexible_content .picture.list4 img:nth-child(odd) {
    margin-right: 15px;
  }
  .flexible_content .picture.list4 img:nth-child(n+3) {
    margin-top: 15px;
  }
}
