﻿@charset "UTF-8";
html {
  font-size: 62.5%;
}
body {
  font-family: "メイリオ", arial, helvetica, clean, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #343434;
  margin: unset;
}
.contents_wrap {
    max-width: 1000px;
    margin: 0 auto;
}
a {
  color: #008cd0;
}
a:hover {
  color: #59a9d1;
}
a.bt02:hover {
    color: #fff;
}
li {
    list-style: none;
}
.navi li a {
	display: block;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
}
header {
  background: #fff;
  border-top: unset;
}
.logo_wrap {
  position: relative;
}


.topmidashi {
  background-color: #000;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
h1.title {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0 10px 0;
    width: 100%;
    margin: 0 0 0.83em 0;
}
h2 {
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
h2.title {
    background-color: #000;
    color: #fff;
    padding: 10px 0px;
    font-size: 20px;
}
.detail {
    background-color: #f7f7f7;
    padding: 15px;
    margin-bottom: 15px;
}
.link_notice {
  margin: 20px 0;
  font-weight: bold;
  text-align: center;
}
.link_notice a {
  color: #ff0000;
}
.link_notice a:hover {
  text-decoration: none;
}
.hot {
  margin: 2% auto;
}
/*---------▼注目チケット　2つ以下のとき▼---------*/
.hot_wrap {
  max-width: 850px;
  margin: 0 auto;
  padding-top: 20px;
}
.hot h2 {
  position: relative;
  height: 50px; /*リボンの高さ*/
  line-height: 50px; /*リボンの高さ*/
  text-align: center;
  padding: 0 30px; /*横の大きさ*/
  font-size: 22px; /*文字の大きさ*/
  background: #eb5a80; /*塗りつぶし色*/
  color: #FFF; /*文字色*/
  box-sizing: border-box;
}
.hot h2:before, .hot h2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.hot h2:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #ededed;
  border-style: solid;
}
.hot h2:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #ededed transparent transparent;
  border-style: solid;
}
/*---------▲注目チケット　2つ以下のとき▲---------*/
/*---------▼注目チケット　3つ以上のとき▼---------*/
.swiper-slide {
  /*opacity: .5;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;*/
  width: 400px;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
	position: relative;
}
.swiper-slide a {
  /*position: absolute;*/
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
text-decoration: none;
}
.swiper-slide a:hover {
  background: rgba(255, 255, 255, 0.2);
  transition: .3s;
}
/*---------▲注目チケット　3つ以上のとき▲---------*/
.topics iframe {
  display: block;
  margin: 0 auto;
  border: none;
}
.topics {
  max-width: 1000px;
  margin: 30px auto 30px;
  background-color: #fff;
}
.topics ul {
  padding: 0 2% 2%;
}
.topics ul li {
  padding: 15px;
  border-bottom: 1px dotted #000;
}
.topics ul li a {
  color: #3B3B3B;
  text-decoration: none;
}
.topics ul li a:hover {
  text-decoration: underline;
}
.update {
  font-size: 90%;
}
.label {
  border-radius: 3px;
  color: #fff;
  padding: 2px 5px;
  margin: 0 10px;
  font-size: 90%;
}
.l_new {
  background-color: #ff0000;
}
.l_info {
  background-color: #243F8F;
}
.topics_text {
  font-weight: bold;
}
.open-btn {
  width: 120px;
  margin: 10px auto 0;
  cursor: pointer;
  border-radius: 16px;
  background-color: #008cd0;
  color: #fff;
  line-height: 32px;
  text-align: center;
}
.open-btn.close {
  background: #777777;
}
@keyframes slide {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  42% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes page3 {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
}
@keyframes page4 {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  21% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
}
.slide img {
  animation-name: slide;
  animation-iteration-count: infinite;
  opacity: 0;
  animation-duration: 10s;
}
.page3 img {
  animation-name: page3;
  animation-duration: 15s;
}
.page4 img {
  animation-name: page4;
  animation-duration: 20s;
}
.slide img.img2 {
  animation-delay: 5s;
}
.page3 img.img3, .page4 img.img3 {
  animation-delay: 10s;
}
.page4 img.img4 {
  animation-delay: 15s;
}
.event_title {
  background: #fff;
  color: #18651c;
  font-size: 105%;
  font-weight: bold;
  padding: 8px;
}
.event_title .tx {
  font-size: 12px;
  font-weight: normal;
}
.small {
  font-size: 90%;
  line-height: 1.5;
}
.r_day {
  font-size: 90%;
  color: #4db6e8;
}
.place {
  font-size: 105%;
  font-weight: bold;
}
.flex-container {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
}
.event_box {
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
}
#event h2 {
  background: #000;
  color: #fff;
}
#campaign h2 {
  background: linear-gradient(to top, #de4e4a, #FFC778 70%, #ffe3bb);
  color: #fff;
}
.event_box a {
  /*position: absolute;*/
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
text-decoration: none;
}
.event_box a:hover {
  background: rgba(255, 255, 255, 0.2);
  transition: .3s;
}
.event_ph {
  height: 300px;
  text-align: center;
  position: relative;
  background: #000;
}
.event_ph img {
  max-width: 100%;
  max-height: 300px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.pagetop {
  position: fixed;
}
.pagetop a {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.red {
  color: #ff0000;
}
.blue {
  color: #2266ff;
}
.copy {
  font-size: 10px;
  color: #fff;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  right: 5px;
  text-align: right;
  text-shadow: 0px 0px 5px #000000, 0px 0px 4px #000000, 0px 0px 3px #000000, 0px 0px 2px #000000;
}
.event_title .at {
  font-size: 70%;
  color: #666;
  font-weight: normal;
}
#finish {
    padding: 30px 0px;
}
#finish h2 {
  display: block;
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
  background: #000;
  color: #fff;
  border: 2px solid;
  position: relative;
  transition: 0.3s;
}
#finish h2:after {
  content: "▼";
  font-size: 20px;
  padding: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
#finish h2.active {
  color: #fff;
  background: #000;
  border-color: #000;
}
#finish h2.active:after {
  content: "×";
  font-size: 20px;
}
.h_wrap {
  margin: 10px 0 20px;
  text-align: center;
}
h3 {
    display: inline-block;
    padding: 5px 0;
    color: #333;
    font-weight: bold;
    font-size: 1.17em;
    padding-left: 45px;
}
.news {
  max-width: 1000px;
  margin: 50px auto;
  padding: 1.5% 2%;
  background: #fff;
}
#footer_cp {
  padding-top: 10px;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
footer {
    padding: 30px 0 0px!important;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.bt01, .bt02, .bt03{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 115%;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
	border-radius: 5px;
	width: 100%;
}
.bt01 {
    background: #60d764;
    border-bottom: 4px solid #228b26;
}
.bt02 {
	background: #ee7a46;
	border-bottom: 4px solid #d05017;
}
.bt03 {
	background: #999;
	border-color: #999;
}
.bt02:hover, .bt01:hover {
	border-bottom: none;
	margin-top: 4px;
}
a.bt01:hover {
	color:#fff;
}
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #3278FF;
  display: block;
  order: -1;
}
.tab-label {
  color: #FFFFFF;
  background: #C8C8C8;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label {
  background: #3278FF;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.tab-switch {
  display: none;
}
.topicsarea {
    max-width: 1000px;
    margin: 30px auto 30px;
    background-color: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}
.topicsarea iframe {
    display: block;
    margin: 10px auto 0 auto;
    border: none;
}
.narikomaya_logo {
	vertical-align: middle;
}
a.no_link {
    color: #fff;
    text-decoration-line: none;
}
/*ここからPC用*/
@media print, screen and (min-width: 641px) {
  .sp {
    display: none;
  }
  .cn_logo {
    padding: 0px 5px 2px 0px;
  }
  .cn_logo img {
    width: 140px;
  }
  .narikomaya_logo {
    height: 70px;
    padding: 5px 30px;
  }
.site_title {
    vertical-align: middle;
  }
  nav ul {
    width: 100%;
    display: table;
      padding-left: 0;
  }
  nav ul li {
    display: table-cell;
    text-align: center;
    border-top: 1px solid #055190;
    border-left: 1px solid #fff;
    background: #055190;
    vertical-align: middle;
  }
  nav ul li:first-child {
    border-left: 1px solid #055190;
  }
  nav ul li:last-child {
    border-right: 1px solid #055190;
  }
  nav ul li:hover {
    background: #fff;
    border-top: 1px solid #055190;
    box-sizing: border-box;
  }
  nav ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    transition: all .3s;
  }
  nav ul li a:hover {
    color: #055190;
  }
.navi {
	display: flex;
	justify-content: space-between;
	width: 80%;
	padding-inline-start: unset;
	margin: 40px auto;
}
.navi li {
	overflow: hidden;
	position: relative;
	flex-basis: 24.5%;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
}

  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 20px;
  }
  h2.title {
    width: 65%;
    margin: 10px auto;
  }
  .link_notice {
    font-size: 20px;
  }
  /*---------▼注目チケット　3つ以上のとき▼---------*/
  .hot_swiper {
    max-width: 850px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .swiper-container-parent {
    /*overflow: hidden;*/
    width: 100%;
  }
  .swiper-container {
    width: 150%;
    margin: 0 -25%;
  }
  .swiper-button-prev {
    left: calc(10px + 25%);
  }
  .swiper-button-next {
    right: calc(10px + 25%);
  }
  .swiper-slide-next {
    pointer-events: auto;
    opacity: 1;
  }
  /*---------▲注目チケット　3つ以上のとき▲---------*/
  .topics iframe {
    width: 950px;
    height: 155px;
  }
  .topics ul li {
    display: flex;
  }
  .topics ul li div:first-child {
    width: 21%;
  }
  .topics_text {
    width: 79%;
  }
  .flex-container {
    justify-content: space-between;
    justify-content: center;
    flex-wrap: wrap;
  }
  .event_box {
    width: 400px;
    float: left;
    margin: 2%;
  }
  .empty {
    width: 400px;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 2%;
  }
  #finish h2:hover {
    cursor: pointer;
    color: #fff;
    background: #000;
    border-color: #000;
  }
  .pagetop {
    bottom: 20px;
    right: 20px;
  }
  .pagetop a {
    width: 150px;
    padding: 15px 0;
    border-radius: 5px;
  }
  .pagetop a:hover {
    background: rgba(20, 20, 20, 0.8);
  }
  footer {
    padding: 20px 0 30px;
  }
  .footer_logo img{
    width: 30%;
    padding-top: 10px;
    padding-bottom: 30px;
  }
.col_2 {
    display: contents!important;
}
.OPcreditcard {
    width: 16%;
    padding-right: 2px;
}
.topics_h {
  padding: 20px 0;
  color: #2fc135;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.footerNaviWrap {
	background-color: #fff;
	padding: 20px 0px 0px 0px;
}
.footerNaviWrap a:link {	color: #000;	text-decoration: none;}
.footerNaviWrap a:visited {	color: #000;	text-decoration: none;}
.footerNaviWrap a:hover {	color:#000;	text-decoration: none;}
.footerNaviWrap a:active {	color:#000;	text-decoration: none;}
.footerNaviIn {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	display: table;
}
.footerNaviCont01 {
	display: table-cell;
	width: 28%;
}
.footerNaviCont02 {
	display: table-cell;
	width: 50%;
}
.footerNaviCont03 {
	display: table-cell;
	width: 22%;
}
.footerNavi01 li {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 14px;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 22px;
	list-style: none;
}
.footerNaviCont02In {
	display: table;
	width: 100%;
}
.footerNaviCont02In .footerNavi01 {
	display: table-cell;
	width: 30%;
}
.footerText01 {
	color: #ffffff;
	font-size: 13px;
	line-height: 13px;
	padding-top: 10px;
}

.footerNaviIn02 {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	text-align: center;
	padding-top: 20px;
}
.footerNaviIn02 li {
	display: inline-block;
	font-size: 13px;
	line-height: 12px;
	color: #000;
}

.footerCopyWrap {
	background-color: #fff;
	text-align: center;
}
.footerCopyWrap p {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	font-size: 12px;
	line-height: 11px;
	color: #000;
	padding: 14px 0px;
}
.headerEntrybox01 {
	position: absolute;
	left: 80%;
	top: 15px;
}
.headerEntrybox01 .entrybox {
	width: 277px;
	color: #fff;
	background: #2fc135;
	text-align: center;
	padding: 10px;
	font-size: 13px;
}
.entrybox a {
	color: #fff;
	font-weight: bold;
}
.logo {
    padding: 5px 30px;
}
.cn_logo {
    right: 20px;
}
table {
	width: 100%;
	border:0;
	background-color: #717171;
}
tr.midashi {
	background-color:#FFCCCC;
	align: center;
	height:30px;
}
tr.naiyo {
	background-color: #fff;
	text-align: center;
}
td {
  line-height: 25px;
}

td.tesuryo {
	background-color: #ffe6e6;
  text-align: center;
}

.topicsarea iframe {
        width: 950px;
        height: 155px;
}
}
/*ここからスマホ用*/
@media only screen and (max-width:640px) {
  .PC {
    display: none;
  }
  #menu {
    display: none;
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 101;
    float: right;
  }
  #menu li {
    border-bottom: 1px solid #055190;
  }
  #menu li:first-child {
    border-top: 1px solid #055190;
  }
  #menu li a {
    display: block;
    padding: 3% 0;
    text-decoration: none;
    color: #055190;
    padding-left: 10px;
  }
  #menu li a:active {
    background: #fff;
    color: #055190;
    text-decoration: none;
  }
  .menu {
    width: 25px;
    height: 25px;
    top: 7px;
    right: 10px;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    z-index: 9999;
    float: right;
    border: 1px solid #055190;
    padding: 5px;
  }
  .menu_scroll {
    top: 10px !important;
  }
  .menu1, .menu2, .menu3 {
    width: 25px;
    height: 2px;
    background-color: #055190;
    position: absolute;
  }
  .menu1 {
    top: 8px;
  }
  .menu2 {
    top: 16px;
  }
  .menu3 {
    top: 24px;
  }
  .menu1, .menu2, .menu3 {
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out; /* Opera */
    -moz-transition: all 0.5s ease-out; /* Firefox */
    -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */
    -ms-transition: all 0.5s ease-out; /* IE */
  }
  .menu .menuclick1 {
    top: 16px;
    -o-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  .menu .menuclick2 {
    background-color: rgba(255, 255, 255, 0);
  }
  .menu .menuclick3 {
    top: 16px;
    -o-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 16px;
  }
  h2.title {
    width: 95%;
    margin: 0 auto;
  }
  .hot {
    width: 95%;
    padding-bottom: 20px;
  }
  .hot h2 {
    font-size: 18px;
  }
  .hot_swiper {
    width: 100%;
  }
  .swiper-slide {
    width: 95%;
    margin: 10px auto;
    opacity: 1;
  }
.flex-container {
    display:flex;
      flex-wrap: wrap;
  }
/*  .clearfix flex-container>div{
    width:50%;
  }*/
  .event_box {
    width: 45%;
    margin: 10px auto;
  }
  .topics iframe {
    width: 100%;
    height: 200px;
  }
  .topics {
    width: 95%;
  }
  .label {
    padding: 0 5px;
    margin: 0 5px;
  }
  .topics_text {
    margin-top: 6px;
  }
  .event_box .bt01 {
    margin-top: 10px;
  }
.date{
	pointer-events: none;
	text-decoration-line: none;
	color: inherit !important;
}
  .pagetop {
    bottom: 10px;
    right: 0;
  }
  .pagetop a {
    border-radius: 5px 0 0 5px;
    padding: 10px;
    font-size: 80%;
  }
  .news {
    margin-right: 10px;
    margin-left: 10px;
  }

.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 45%;
	height: 45%;
	padding: 7px;
}
.event_ph {
  height: 300px;
  text-align: center;
  position: relative;
  background: #000;
}
.OPcreditcard {
    width: 52%;
    padding-right: 2px;
}
.topics_h {
  padding: 10px 0;
  color: #2fc135;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.contents_wrap {
	padding: 10px;
}
.logo_wrap.clearfix {
    padding: 5px;
}
.l-footer{
	position: relative;
}
.footerNaviWrap {
	background-color: #fff;
}
.footerNaviWrap a:link {	color: #000;	text-decoration: none;}
.footerNaviWrap a:visited {	color: #000;	text-decoration: none;}
.footerNaviWrap a:hover {	color:#000;	text-decoration: none;}
.footerNaviWrap a:active {	color:#000;	text-decoration: none;}
.footerNaviIn {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	display: block;
}
.footerNaviCont01 {
	display: block;
	width: auto;
}
.footerNaviCont02 {
	display: block;
	width: auto;
}
.footerNaviCont03 {
	display: block;
	width: auto;
	text-align: center;
}
.footerNavi01 li {
	background-image: none;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 0px;
	font-size: 13px;
	margin-bottom: 22px;
}
    .footerNaviCont02In .footerNavi01 {
        display: block;
        width: auto;
        border-top: 1px solid #ccc;
        padding-inline-start: unset;
        padding: 0;
    }
.footerNaviCont02In .footerNavi01 li {
	width: 50%;
	float: left;
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
	display: table;
}
.footerNavi01 li:last-child {
    width: 100%;
}
.footerNaviCont02In .footerNavi01 li.li01 a {
	border-right: 1px solid #ccc;
}
.footerNavi01 li a {
	display: table-cell;
	width: 100%;
	height: 50px;
	text-align: center;
	vertical-align: middle;
}
.footerNaviIn02 {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	text-align: center;
}
.footerNaviIn02 li {
	display: inline-block;
	font-size: 22px;
	line-height: 22px;
	color: #000;
}
.footerNaviWrap {
	padding: 0px 0px 10px 0px;
}

.footerCopyWrap {
	background-color: #fff;
	text-align: center;
}
.footerCopyWrap p {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	font-size: 11px;
	line-height: 50px;
	color: #000;
}

.headerEntrybox01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 15%;
	background-color: #2fc135;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
p.entrybox {
	margin-top:10px;
	color:#FFFFFF;
}

p.entrybox a{
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
}
.navi {
	padding-inline-start: unset;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 95%;
	padding: 0;
}
table {
  width: 100%;
}
.navi li {
	flex-basis: 49%;
	margin-bottom: 2%;
	padding: unset;
}
table {
  width: 100%;
}
.navi li {
	flex-basis: 49%;
	margin-bottom: 2%;
	padding: unset;
}
td.tesuryo {
	background-color: #ffe6e6;
	text-align: center;
	padding: 6px;
}
tr.naiyo {
	background-color: #f7f7f7;
}
.logo {
	text-align: center;
}
    .narikomaya_logo {
        height: 50px;
        display: block;
        margin: auto;
        padding: 5px;
    }
.topicsarea {
        width: 95%;
}
.topicsarea iframe {
        width: 100%;
        height: 200px;
}
}
@media print {
  body {
    width: 1280px;
  }
  .flex-container {
    display: block;
  }
  .event_box {
    width: 400px;
    float: left;
    margin: 2%;
    box-sizing: border-box;
  }
  .empty {
    width: 400px;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 2%;
  }
}