<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main.next .content {
  display: block;
}

.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

p {
  font-size: 15px;
  line-height: 1.8;
}

h2 {
  margin-bottom: 30px;
  border-top: 4px solid black;
  border-bottom: 1px solid black;
  font-size: 28px;
  color: black;
  text-align: center;
}

div.key {
  margin-bottom: 40px;
}

div.navigation {
  margin-bottom: 40px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 15px;
  padding-bottom: 15px;
}

div.navigation div.flex-container01 {
  display: flex;
  justify-content: center;
}

div.navigation div.flex-container01 div.flexitem {
  flex: 0 1 auto;
  margin-right: 30px;
  position: relative;
}

div.navigation div.flex-container01 div.flexitem a {
  color: black;
  font-weight: bold;
}

div.navigation div.flex-container01 div.flexitem:last-child {
  flex: 0 1 auto;
  margin-right: 0px;
}

div.navigation .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: -12px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid black;
}

div.navigation_sp {
  display: none;
}

div.about {
  margin-bottom: 40px;
}

div.about p.catch {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

div.about p.attention {
  font-size: 24px;
  color: #ef0000;
  font-weight: bold;
  text-align: center;
}

div.about p.fes_btn04 {
  margin-bottom: 20px;
}

div.about p.fes_btn04 a {
  padding: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 27px;
  display: inline-block;
  background-color: #ef0000;
  box-sizing: border-box;
}

p.pdf_attention {
  font-weight: bold;
}

div.pdf_icon {
  display: flex;
  align-items: center;
}
div.pdf_icon p.flexitem01 {
  width: 32px;
  padding-right: 10px;
}
div.pdf_icon p.flexitem02 {
  font-weight: bold;
}

section.content01 {
  margin-bottom: 60px;
}

section.content01 div.flex-container01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

section.content01 div.flex-container01 div.flexitem {
  flex: 0 1 auto;
  width: 100%;
}

section.content01 div.gaiyo {
  margin-bottom: 20px;
}

section.content01 div.gaiyo:last-child {
  margin-bottom: 0px;
}

section.content01 div.gaiyo div.first {
  display: flex;
  padding: 6px;
  border: 1px solid;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

section.content01 div.gaiyo dl {
  width: 100%;
  font-size: 14px;
  display: flex;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  box-sizing: border-box;
}

section.content01 div.gaiyo dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  font-size: 14px;
  border-right: 1px solid;
  padding: 6px;
  white-space: nowrap;
}

section.content01 div.gaiyo dd {
  width: 75%;
  font-size: 14px;
  padding: 6px;
}

section.content01 div.gaiyo dd a {
  color: black;
  text-decoration: underline;
}


section.content01 div.flex-container02 {
  display: flex;
  justify-content: space-between;
}

section.content01 div.flex-container02 div.flexitem {
  flex: 0 1 auto;
  width: 48%;
}


section.content01 div.schedule {
  margin-bottom: 20px;
}

section.content01 div.schedule div.catch {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

section.content01 div.schedule div.catch:before {
  border-top: 1px solid black;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

section.content01 div.schedule div.catch span {
  background-color: #eee;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  color: black;
}

section.content01 div.schedule div.first {
  display: flex;
  padding: 6px;
  border: 1px solid;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  background-color: black;
}

section.content01 div.schedule div.first span {
  color:white;

  }

section.content01 div.schedule dl {
  width: 100%;
  font-size: 14px;
  display: flex;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  box-sizing: border-box;
}

section.content01 div.schedule dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  font-size: 14px;
  border-right: 1px solid;
  padding: 6px;
  white-space: nowrap;
}

section.content01 div.schedule dd {
  width: 75%;
  font-size: 14px;
  padding: 6px;
}

section.content01 div.schedule dd a {
  color: black;
  text-decoration: underline;
}


section.content01 div.guest div.catch {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

section.content01 div.guest div.catch:before {
  border-top: 1px solid black;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

section.content01 div.guest div.catch span {
  background-color: #eee;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  color: black;
}

section.content01 div.guest div.guest_photo {
  width: 960px;
  margin: 0 auto;
}

section.content01 div.guest p.photo {
  margin-bottom: 10px;
}

section.content01 div.guest p.job {
  font-weight: bold;
  text-align: center;
}

section.content01 div.guest p.name {
  font-weight: bold;
  text-align: center;
}

section.content01 div.guest div.flex-container02 {
  display: flex;
  justify-content: space-between;
}

section.content01 div.guest div.flex-container02 div.flexitem {
  flex: 0 1 auto;
  width: 300px;
}

section.content02 {
  margin-bottom: 60px;
}

section.content02 p.title {
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
  font-size: 18px;
}

section.content02 .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

section.content02 .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

section.content02 div.flex-container01 {
  display: flex;
  justify-content: space-between;
}

section.content02 div.flex-container01 div.flexitem {
  flex: 0 1 auto;
  width: 535px;
}

section.content03 div.flex-container01 {
  display: flex;
  justify-content: space-between;
}

section.content03 div.flex-container01 div.flexitem {
  flex: 0 1 auto;
  width: 535px;
}

section.content03 div.facebook {
  text-align: center;
}

section.content03 div.fb_tw {
  display: flex;
  justify-content: space-between;
}

section.content03 div.facebook {
  text-align: center;
  width: 500px;
}

section.content03 div.twitter {
  width: 500px;
}

section.event {
  margin-bottom: 60px;
}

section.event p.title {
  font-weight: bold;
  color: black;
  margin-bottom: 5px;
  font-size: 18px;
}

section.event p.attention_day {
  color: red;
  font-weight: bold;
  margin-bottom: 10px;
}

section.event span.small {
  font-size: 12px;
}

section.event p.fes_btn05 a {
  padding: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 27px;
  display: inline-block;
  background-color: #ef0000;
  box-sizing: border-box;
  margin-bottom: 10px;
}

section.event p.fes_btn05_close a {
  padding: 20px;
  width: 100%;
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  background-color: #808080;
  box-sizing: border-box;
  margin-bottom: 10px;
  text-decoration: none;
}

section.event div.bike_king {
  background-color: white;
  padding: 40px;
  margin-bottom: 40px;
}

section.event div.bike_king_catch {
  margin-bottom: 40px;
  text-align: center;
}

section.event p.bike_king_title {
  color: white;
  background-color: #cc0000;
  padding: 4px 8px;
  margin-bottom: 20px;
  width: 280px;
  margin-right: auto;
  margin-left: auto;
}

section.event p.bike_king_sub {
  font-size: 22px;
}

section.event h3 {
  margin-bottom: 10px;
  color: #cc0000;
  font-size: 32px;
}

section.event div.bike_king_thanks {
  padding: 30px;
  background-color: #fff8dc;
  margin-bottom: 30px;
}

section.event h4 {
  margin-bottom: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  text-align: center;
}

section.event p.bike_king_text {
  font-size: 16px;
}

section.event div.bike_king_description {
  margin-bottom: 30px;
}

section.event div.flex-container02 {
  display: flex;
  margin-bottom: 25px;
  justify-content: space-between;
}

section.event div.flex-container02 div.flexitem {
  flex: 0 1 auto;
  width: 320px;
}

section.event div.flex-container03 {
  display: flex;
  margin-bottom: 25px;
  justify-content: space-between;
}

section.event div.flex-container03 div.flexitem {
  flex: 0 1 auto;
  width: 492.5px;
}

section.event div.flex-container04 {
  display: flex;
  margin-bottom: 25px;
  justify-content: space-between;
}

section.event div.flex-container04 div.flexitem {
  flex: 0 1 auto;
  width: 320px;
}

section.event div.flex-container01 {
  display: flex;
  flex-flow: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px;
}

section.event div.flex-container01 div.flexitem {
  flex: 0 1 auto;
  width: calc(33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

section.event div.flex-container01 div.flexitem:nth-last-child(-n+3) {
  margin-bottom: 0px;
}

section.event div.content_special {
  padding: 40px;
  background-color: white;
  margin-bottom: 40px;
}

section.event div.catch_line {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

section.event div.catch_line:before {
  border-top: 1px solid black;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

section.event div.catch_line span {
  background-color: white;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-size: 100%;
  font-weight: bold;
  font-size: 24px;
  color: black;
}

section.event div.catch_line02 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

section.event div.catch_line02:before {
  border-top: 1px solid black;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

section.event div.catch_line02 span {
  background-color: #fff8dc;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-size: 100%;
  font-weight: bold;
  font-size: 24px;
  color: black;
}

section.event p.special_text {
  text-align: center;
  margin-bottom: 30px;
}

section.event div.flex-container05 {
  display: flex;
  margin-bottom: 25px;
  justify-content: space-between;
}

section.event div.flex-container05 div.flexitem {
  flex: 0 1 auto;
  width: 492.5px;
}

section.event div.flex-container06 {
  display: flex;
  justify-content: space-between;
}

section.event div.flex-container06 div.flexitem01 {
  flex: 0 1 auto;
  width: 280px;
}

section.event div.flex-container06 div.flexitem02 {
  flex: 0 1 auto;
  width: 620px;
  text-align: left;
}

section.event div.flex-container06 p.title_special {
  color: #cc0000;
  font-weight: bold;
  font-size: 18px;
}

section.eve {
  margin-bottom: 60px;
}

section.eve p.title {
  font-weight: bold;
  color: black;
  margin-bottom: 5px;
  font-size: 18px;
}

section.eve div.flex-container01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

section.eve div.flex-container01 div.flexitem01 {
  flex: 0 1 auto;
  width: 740px;
}

section.eve div.flex-container01 div.flexitem02 {
  flex: 0 1 auto;
  width: 320px;
}

section.eve div.flex-container02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

section.eve div.flex-container02 div.flexitem01 {
  flex: 0 1 auto;
  width: 440px;
}

section.eve div.flex-container02 div.flexitem02 {
  flex: 0 1 auto;
  width: 640px;
}

section.eve div.flex-container02 div.flex-container02_inner {
  display: flex;
  justify-content: space-between;
}

section.eve div.flex-container02 div.flex-container02_inner div.flexitem_inner {
  flex: 0 1 auto;
  width: 290px;
}

section.eve div.flex-container03 {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

section.eve div.flex-container03 div.flexitem {
  flex: 0 1 auto;
  width: 340px;
  margin-right: 40px;
}

section.eve div.flex-container03 div.flexitem:last-child {
  flex: 0 1 auto;
  width: 340px;
  margin-right: 0px;
}

section.eve div.gaiyo {
  margin-bottom: 20px;
}

section.eve div.gaiyo:last-child {
  margin-bottom: 0px;
}

section.eve div.gaiyo div.first {
  display: flex;
  padding: 6px;
  border: 1px solid;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

section.eve div.gaiyo dl {
  width: 100%;
  font-size: 14px;
  display: flex;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  box-sizing: border-box;
}

section.eve div.gaiyo dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  font-size: 14px;
  border-right: 1px solid;
  padding: 6px;
  white-space: nowrap;
}

section.eve div.gaiyo dd {
  width: 75%;
  font-size: 14px;
  padding: 6px;
}

section.eve div.gaiyo dd a {
  color: black;
  text-decoration: underline;
}

section.eve div.ainu_culture {
  background-color: white;
  padding: 40px;
}

section.eve div.flex-container04 {
  display: flex;
  justify-content: space-between;
}

section.eve div.flex-container04 div.flexitem01 {
  flex: 0 1 auto;
  width: 320px;
}

section.eve div.flex-container04 div.flexitem02 {
  flex: 0 1 auto;
  width: 680px;
}

section.access {
  margin-bottom: 60px;
}
section.access div.special_plan p.catch {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}
section.access div.special_plan p.description {
  text-align: center;
  margin-bottom: 40px;
}
section.access div.special_plan span.red {
  color: #cc0000;
  font-weight: bold;
}
section.access div.special_plan div.plan01 {
  margin-bottom: 80px;
}
section.access div.special_plan div.plan01 p.plan_icon {
  background-color: black;
  color: white;
  padding: 5px 10px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 60px;
  text-align: center;
  font-weight: bold;
}
section.access div.special_plan div.plan01 p.plan_catch {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
section.access div.special_plan div.plan01 div.flex-container01 {
  display: flex;
  justify-content: space-between;
}
section.access div.special_plan div.plan01 div.flex-container01 div.flexitem {
  flex: 0 1 auto;
  width: 530px;
}
section.access div.special_plan div.plan01 div.sub_catch {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
section.access div.special_plan div.plan01 div.sub_catch::before {
  border-top: 1px solid black;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
section.access div.special_plan div.plan01 div.sub_catch span {
  background-color: #eee;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  color: black;
}
section.access div.special_plan div.plan01 span.small {
  font-size: 12px;
  color: black;
  font-weight: normal;
}
section.access div.special_plan div.plan01 span.big {
  font-size: 18px;
}
section.access div.special_plan div.plan01 span.bold {
  font-weight: bold;
}
section.access div.special_plan div.plan01 div.hankyu {
  margin-bottom: 60px;
}
section.access div.special_plan div.plan02 {
  /* Table */
}
section.access div.special_plan div.plan02 p.plan_icon {
  background-color: black;
  color: white;
  padding: 5px 10px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 60px;
  text-align: center;
  font-weight: bold;
}
section.access div.special_plan div.plan02 p.plan_catch {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
section.access div.special_plan div.plan02 div.flex-container01 {
  display: flex;
  justify-content: space-between;
}
section.access div.special_plan div.plan02 div.flex-container01 div.flexitem {
  flex: 0 1 auto;
  width: 530px;
}
section.access div.special_plan div.plan02 p.plan02_sub {
  text-align: center;
  font-weight: bold;
}
section.access div.special_plan div.plan02 p.plan02_title {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #cc0000;
}
section.access div.special_plan div.plan02 p.plan02_day {
  background-color: black;
  color: white;
  padding: 5px 10px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 200px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
section.access div.special_plan div.plan02 div.flex-container02 {
  display: flex;
  justify-content: space-between;
}
section.access div.special_plan div.plan02 div.flex-container02 div.flexitem {
  flex: 0 1 auto;
  width: 245px;
}
section.access div.special_plan div.plan02 div.flex-container02 p.inn_name {
  font-weight: bold;
}
section.access div.special_plan div.plan02 div.flex-container03 {
  display: flex;
  justify-content: center;
}
section.access div.special_plan div.plan02 div.flex-container03 div.flexitem {
  flex: 0 1 auto;
  width: 245px;
  margin-right: 40px;
}
section.access div.special_plan div.plan02 div.flex-container03 div.flexitem:last-child {
  flex: 0 1 auto;
  width: 245px;
  margin-right: 0px;
}
section.access div.special_plan div.plan02 div.flex-container03 p.inn_name {
  font-weight: bold;
}
section.access div.special_plan div.plan02 table {
  width: 100%;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
section.access div.special_plan div.plan02 table th {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px;
  line-height: 1.5;
  color: #fff;
  background: #333333;
  text-align: center;
  font-weight: bold;
}
section.access div.special_plan div.plan02 table td {
  width: 120px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px 5px;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
section.access div.kumamoto_access {
  margin-bottom: 80px;
}
section.access p.access_title {
  font-weight: bold;
  color: #cc0000;
  font-size: 36px;
}
section.access p.access_bold {
  font-weight: bold;
}
section.access p.access_sub_title {
  font-weight: bold;
  color: #cc0000;
  font-size: 24px;
}
section.access p.access_prefecture {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}

section.access div.flex-container01 {
  display: flex;
  justify-content: space-between;
}

section.access div.flex-container01 div.flexitem01 {
  flex: 0 1 auto;
  width: 530px;
}

section.access div.flex-container01 div.flexitem02 {
  flex: 0 1 auto;
  width: 530px;
}

section.access p.title {
  font-weight: bold;
  font-size: 24px;
}

section.access p.name {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  color: #cc0000;
}

section.access p.attention {
  margin-bottom: 20px;
  font-size: 12px;
}

section.access ul {
  margin-bottom: 20px;
}

section.access ul li {
  border-bottom: 1px dotted black;
  margin-bottom: 5px;
  padding-bottom: 3px;
}

section.access ul li.attention {
  color: #cc0000;
  font-weight: bold;
}

section.access ul li:last-child {
  margin-bottom: 0px;
}

section.maker {
  margin-bottom: 60px;
}
section.maker div.pdf_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
section.maker div.pdf_icon p.flexitem01 {
  width: 32px;
  padding-right: 10px;
}
section.maker div.pdf_icon p.flexitem02 {
  font-weight: bold;
}

section.maker div.special {
  background-color: white;
  padding: 40px;
  margin-bottom: 40px;
}

section.maker p.title_special {
  font-weight: bold;
  color: #cc0000;
  font-size: 18px;
  margin-bottom: 10px;
}

section.maker p.title {
  font-weight: bold;
}

section.maker div.flex-container01 {
  display: flex;
  justify-content: space-between;
}

section.maker div.flex-container01 div.flexitem01 {
  flex: 0 1 auto;
  width: 320px;
}

section.maker div.flex-container01 div.flexitem02 {
  flex: 0 1 auto;
  width: 660px;
}

section.maker div.flex-container02 {
  display: flex;
  flex-flow: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px;
}

section.maker div.flex-container02 div.flexitem {
  flex: 0 1 auto;
  width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

section.maker div.flex-container02 div.flexitem:nth-last-child(-n+4) {
  margin-bottom: 0px;
}

section.maker div.flex-container02:last-child {
  margin-bottom: 0px;
}

section.maker div.catch_line {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

section.maker div.catch_line:before {
  border-top: 1px solid black;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

section.maker div.catch_line span {
  background-color: #eee;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-size: 100%;
  font-weight: bold;
  font-size: 24px;
  color: black;
}

@media screen and (max-width: 1100px) and (min-width: 701px) {
  main.next .content {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  p {
    font-size: 15px;
    line-height: 1.8;
  }

  div.key {
    margin-bottom: 40px;
  }

  div.navigation {
    margin-bottom: 40px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }

  div.navigation div.flex-container01 {
    display: flex;
    justify-content: center;
  }

  div.navigation div.flex-container01 div.flexitem {
    flex: 0 1 auto;
    margin-right: 20px;
  }

  div.navigation div.flex-container01 div.flexitem:last-child {
    flex: 0 1 auto;
    margin-right: 0px;
  }

  div.about p.catch {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  h2 {
    margin-bottom: 30px;
    border-top: 4px solid black;
    border-bottom: 1px solid black;
    font-size: 36px;
    color: black;
    text-align: center;
  }

  section.content01 {
    margin-bottom: 60px;
  }

  section.content01 div.flex-container01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  section.content01 div.flex-container01 div.flexitem {
    flex: 0 1 auto;
    width: 100%;
  }

  section.content01 div.guest div.catch {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }

  section.content01 div.guest div.catch:before {
    border-top: 1px solid black;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  }

  section.content01 div.guest div.catch span {
    background-color: #eee;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    font-size: 100%;
    font-weight: bold;
    font-size: 24px;
    color: black;
  }

  section.content01 div.guest div.guest_photo {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  section.content01 div.guest p.photo {
    margin-bottom: 20px;
  }

  section.content01 div.guest p.job {
    font-weight: bold;
    text-align: center;
  }

  section.content01 div.guest p.name {
    font-weight: bold;
    text-align: center;
  }

  section.content01 div.guest div.flex-container02 {
    display: flex;
    justify-content: space-between;
  }

  section.content01 div.guest div.flex-container02 div.flexitem {
    flex: 0 1 auto;
    width: 30%;
  }

  section.content02 {
    margin-bottom: 60px;
  }

  section.content02 p.title {
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
    font-size: 18px;
  }

  section.content02 .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  section.content02 .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  section.content02 div.flex-container01 {
    display: flex;
    justify-content: space-between;
  }

  section.content02 div.flex-container01 div.flexitem {
    flex: 0 1 auto;
    width: 48%;
  }

  section.content03 div.facebook {
    text-align: center;
  }

  section.event {
    margin-bottom: 60px;
  }

  section.event p.title {
    font-weight: bold;
    color: black;
    margin-bottom: 5px;
    font-size: 18px;
  }

  section.event div.bike_king {
    background-color: white;
    padding: 40px;
    margin-bottom: 40px;
  }

  section.event div.bike_king_catch {
    margin-bottom: 40px;
    text-align: center;
  }

  section.event p.bike_king_title {
    color: white;
    background-color: #cc0000;
    padding: 4px 8px;
    margin-bottom: 20px;
    width: 280px;
    margin-right: auto;
    margin-left: auto;
  }

  section.event p.bike_king_sub {
    font-size: 22px;
  }

  section.event h3 {
    margin-bottom: 20px;
    color: #cc0000;
    margin-bottom: 20px;
    font-size: 32px;
  }

  section.event h4 {
    margin-bottom: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    text-align: center;
  }

  section.event p.bike_king_text {
    font-size: 16px;
  }

  section.event div.bike_king_description {
    margin-bottom: 30px;
  }

  section.event div.flex-container02 {
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
  }

  section.event div.flex-container02 div.flexitem {
    flex: 0 1 auto;
    width: 32%;
  }

  section.event div.flex-container03 {
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
  }

  section.event div.flex-container03 div.flexitem {
    flex: 0 1 auto;
    width: 48%;
  }

  section.event div.flex-container04 {
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
  }

  section.event div.flex-container04 div.flexitem {
    flex: 0 1 auto;
    width: 32%;
  }

  section.event div.flex-container01 {
    display: flex;
    flex-flow: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
  }

  section.event div.flex-container01 div.flexitem {
    flex: 0 1 auto;
    width: calc(33% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }

  section.event div.flex-container01 div.flexitem:nth-last-child(-n+3) {
    margin-bottom: 0px;
  }

  section.event div.content_special {
    padding: 40px;
    background-color: white;
  }

  section.event div.catch_line {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }

  section.event div.catch_line:before {
    border-top: 1px solid black;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  }

  section.event div.catch_line span {
    background-color: white;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    font-size: 100%;
    font-weight: bold;
    font-size: 24px;
    color: black;
  }

  section.event p.special_text {
    text-align: center;
    margin-bottom: 30px;
  }

  section.event div.flex-container05 {
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
  }

  section.event div.flex-container05 div.flexitem {
    flex: 0 1 auto;
    width: 48%;
  }

  section.event div.flex-container06 {
    display: flex;
    justify-content: space-between;
  }

  section.event div.flex-container06 div.flexitem01 {
    flex: 0 1 auto;
    width: 33%;
  }

  section.event div.flex-container06 div.flexitem02 {
    flex: 0 1 auto;
    width: 65%;
    text-align: left;
  }

  section.event div.flex-container06 p.title_special {
    color: #cc0000;
    font-weight: bold;
    font-size: 18px;
  }

  section.eve {
    margin-bottom: 60px;
  }

  section.eve p.title {
    font-weight: bold;
    color: black;
    margin-bottom: 5px;
    font-size: 18px;
  }

  section.eve div.flex-container01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  section.eve div.flex-container01 div.flexitem01 {
    flex: 0 1 auto;
    width: 65%;
  }

  section.eve div.flex-container01 div.flexitem02 {
    flex: 0 1 auto;
    width: 33%;
  }

  section.eve div.flex-container02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-direction: column;
  }

  section.eve div.flex-container02 div.flexitem01 {
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
  }

  section.eve div.flex-container02 div.flexitem02 {
    flex: 0 1 auto;
    width: 100%;
  }

  section.eve div.flex-container02 div.flex-container02_inner {
    display: flex;
    justify-content: space-between;
  }

  section.eve div.flex-container02 div.flex-container02_inner div.flexitem_inner {
    flex: 0 1 auto;
    width: 48%;
  }

  section.eve div.flex-container03 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  section.eve div.flex-container03 div.flexitem {
    flex: 0 1 auto;
    width: 48%;
    margin-right: 0px;
  }

  section.eve div.flex-container03 div.flexitem:last-child {
    flex: 0 1 auto;
    width: 48%;
    margin-right: 0px;
  }

  section.eve div.gaiyo {
    margin-bottom: 20px;
  }

  section.eve div.gaiyo:last-child {
    margin-bottom: 0px;
  }

  section.eve div.gaiyo div.first {
    display: flex;
    padding: 6px;
    border: 1px solid;
    font-size: 14px;
    font-weight: bold;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }

  section.eve div.gaiyo dl {
    width: 100%;
    font-size: 14px;
    display: flex;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    box-sizing: border-box;
  }

  section.eve div.gaiyo dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    font-size: 14px;
    border-right: 1px solid;
    padding: 6px;
    white-space: nowrap;
  }

  section.eve div.gaiyo dd {
    width: 75%;
    font-size: 14px;
    padding: 6px;
  }

  section.eve div.gaiyo dd a {
    color: black;
    text-decoration: underline;
  }

  section.eve div.ainu_culture {
    background-color: white;
    padding: 40px;
  }

  section.eve div.flex-container04 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  section.eve div.flex-container04 div.flexitem01 {
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
  }

  section.eve div.flex-container04 div.flexitem02 {
    flex: 0 1 auto;
    width: 100%;
  }

  section.access {
    margin-bottom: 60px;
  }
  section.access div.special_plan p.catch {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
  }
  section.access div.special_plan p.description {
    text-align: center;
    margin-bottom: 40px;
  }
  section.access div.special_plan span.red {
    color: #cc0000;
    font-weight: bold;
  }
  section.access div.special_plan div.plan01 {
    margin-bottom: 80px;
  }
  section.access div.special_plan div.plan01 p.plan_icon {
    background-color: black;
    color: white;
    padding: 5px 10px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 60px;
    text-align: center;
    font-weight: bold;
  }
  section.access div.special_plan div.plan01 p.plan_catch {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  section.access div.special_plan div.plan01 div.flex-container01 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  section.access div.special_plan div.plan01 div.flex-container01 div.flexitem {
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
  }
  section.access div.special_plan div.plan01 div.sub_catch {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }
  section.access div.special_plan div.plan01 div.sub_catch::before {
    border-top: 1px solid black;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  }
  section.access div.special_plan div.plan01 div.sub_catch span {
    background-color: #eee;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    font-weight: bold;
    font-size: 24px;
    color: black;
  }
  section.access div.special_plan div.plan01 div.sp_plan01_schedule {
    text-align: center;
  }
  section.access div.special_plan div.plan01 span.small {
    font-size: 12px;
    color: black;
    font-weight: normal;
  }
  section.access div.special_plan div.plan01 span.big {
    font-size: 18px;
  }
  section.access div.special_plan div.plan01 span.bold {
    font-weight: bold;
  }
  section.access div.special_plan div.plan01 div.hankyu {
    margin-bottom: 60px;
  }
  section.access div.special_plan div.plan02 {
    /* Table */
  }
  section.access div.special_plan div.plan02 p.plan_icon {
    background-color: black;
    color: white;
    padding: 5px 10px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 60px;
    text-align: center;
    font-weight: bold;
  }
  section.access div.special_plan div.plan02 p.plan_catch {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  section.access div.special_plan div.plan02 div.flex-container01 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  section.access div.special_plan div.plan02 div.flex-container01 div.flexitem {
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
  }
  section.access div.special_plan div.plan02 p.plan02_sub {
    text-align: center;
    font-weight: bold;
  }
  section.access div.special_plan div.plan02 p.plan02_title {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #cc0000;
  }
  section.access div.special_plan div.plan02 p.plan02_day {
    background-color: black;
    color: white;
    padding: 5px 10px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 200px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
  }
  section.access div.special_plan div.plan02 div.flex-container02 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  section.access div.special_plan div.plan02 div.flex-container02 div.flexitem {
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  section.access div.special_plan div.plan02 div.flex-container02 div.flexitem:last-child {
    margin-bottom: 0px;
  }
  section.access div.special_plan div.plan02 div.flex-container02 p.inn_name {
    font-weight: bold;
  }
  section.access div.special_plan div.plan02 table {
    width: 100%;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
  }
  section.access div.special_plan div.plan02 table th {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px;
    line-height: 1.5;
    color: #fff;
    background: #333333;
    text-align: center;
    font-weight: bold;
  }
  section.access div.special_plan div.plan02 table td {
    width: 120px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px 5px;
    line-height: 1.5;
    color: #000;
    text-align: center;
  }
  section.access div.kumamoto_access {
    margin-bottom: 80px;
  }
  section.access p.access_title {
    font-weight: bold;
    color: #cc0000;
    font-size: 36px;
  }
  section.access p.access_bold {
    font-weight: bold;
  }
  section.access p.access_sub_title {
    font-weight: bold;
    color: #cc0000;
    font-size: 24px;
  }
  section.access p.access_prefecture {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
  }

  section.access div.flex-container01 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  section.access div.flex-container01 div.flexitem01 {
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  section.access div.flex-container01 div.flexitem02 {
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
  }

  section.access p.title {
    font-weight: bold;
  }

  section.access p.name {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    color: #cc0000;
  }

  section.access p.attention {
    margin-bottom: 20px;
    font-size: 12px;
  }

  section.access ul {
    margin-bottom: 20px;
  }

  section.access ul li {
    border-bottom: 1px dotted black;
    margin-bottom: 5px;
    padding-bottom: 3px;
  }

  section.access ul li.attention {
    color: #cc0000;
    font-weight: bold;
  }

  section.access ul li:last-child {
    margin-bottom: 0px;
  }

  section.maker {
    margin-bottom: 60px;
  }

  section.maker div.special {
    background-color: white;
    padding: 40px;
    margin-bottom: 40px;
  }

  section.maker p.title_special {
    font-weight: bold;
    color: #cc0000;
    font-size: 18px;
    margin-bottom: 10px;
  }

  section.maker p.title {
    font-weight: bold;
  }

  section.maker div.flex-container01 {
    display: flex;
    justify-content: space-between;
  }

  section.maker div.flex-container01 div.flexitem01 {
    flex: 0 1 auto;
    width: 320px;
  }

  section.maker div.flex-container01 div.flexitem02 {
    flex: 0 1 auto;
    width: 660px;
  }

  section.maker div.flex-container02 {
    display: flex;
    flex-flow: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
  }

  section.maker div.flex-container02 div.flexitem {
    flex: 0 1 auto;
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }

  section.maker div.flex-container02 div.flexitem:nth-last-child(-n+4) {
    margin-bottom: 0px;
  }

  section.maker div.flex-container02:last-child {
    margin-bottom: 0px;
  }

  section.maker div.catch_line {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }

  section.maker div.catch_line:before {
    border-top: 1px solid black;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  }

  section.maker div.catch_line span {
    background-color: #eee;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    font-size: 100%;
    font-weight: bold;
    font-size: 24px;
    color: black;
  }

  section.content03 div.fb_tw {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  section.content03 div.facebook {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

  section.content03 div.twitter {
    width: 100%;
  }
}
/*sp*/
@media screen and (max-width: 700px) {
  .member_pc {
    display: none;
  }

  .member_sp {
    display: inline-block;
  }

  main.next .content {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  p {
    font-size: 15px;
    line-height: 1.8;
  }

  div.key {
    margin-bottom: 40px;
  }

  div.navigation {
    margin-bottom: 40px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display: none;
  }

  div.navigation div.flex-container01 {
    display: flex;
    justify-content: center;
  }

  div.navigation div.flex-container01 div.flexitem {
    flex: 0 1 auto;
    margin-right: 20px;
  }

  div.navigation div.flex-container01 div.flexitem:last-child {
    flex: 0 1 auto;
    margin-right: 0px;
  }

  div.navigation_sp {
    display: block;
  }

  div.navigation_sp div.triger {
    background-color: black;
    position: relative;
    height: 56px;
    margin-bottom: 20px;
  }

  div.navigation_sp div.triger p.icon a {
    position: absolute;
    right: 12px;
    top: 12px;
    background-image: url(http://bikejin.dc-ei.work/wp-content/themes/bikejin/img/2017hokkaido_shiraoi/icon_triger.png);
    width: 32px;
    height: 32px;
    background-size: contain;
  }

  div.navigation_sp div.triger p.icon a.current {
    position: absolute;
    right: 12px;
    top: 12px;
    background-image: url(http://bikejin.dc-ei.work/wp-content/themes/bikejin/img/2017hokkaido_shiraoi/icon_triger_current.png);
    width: 32px;
    height: 32px;
    background-size: contain;
  }

  div.navigation_sp ul.sp_nav {
    display: none;
  }

  div.navigation_sp ul li {
    border: 1px solid black;
    padding: 6px 12px;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    position: relative;
  }

  div.navigation_sp ul li a {
    color: black;
  }

  div.navigation_sp ul li a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    border-color: transparent transparent transparent black;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
  }

  div.about p.catch {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  h2 {
    margin-bottom: 30px;
    border-top: 4px solid black;
    border-bottom: 1px solid black;
    font-size: 24px;
    color: black;
    text-align: center;
  }

  section.content01 {
    margin-bottom: 60px;
  }

  section.content01 div.flex-container01 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  section.content01 div.flex-container01 div.flexitem {
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: 20px;
  }

  section.content01 div.flex-container01 div.flexitem:last-child {
    margin-bottom: 0px;
    text-align: center;
  }

section.content01 div.flex-container02 {
  display: flex;
  justify-content: space-between;
  flex-direction:column;
}

section.content01 div.flex-container02 div.flexitem {
  flex: 0 1 auto;
  width: 100%;
  margin-bottom: 30px;
}

section.content01 div.flex-container02 div.flexitem:last-child {
  flex: 0 1 auto;
  width: 100%;
  margin-bottom: 0px;
}


section.content01 div.schedule {
  margin-bottom: 20px;
}

section.content01 div.schedule div.catch {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

section.content01 div.schedule div.catch:before {
  border-top: 1px solid black;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

section.content01 div.schedule div.catch span {
  background-color: #eee;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  color: black;
}

section.content01 div.schedule div.first {
  display: flex;
  padding: 6px;
  border: 1px solid;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

section.content01 div.schedule dl {
  width: 100%;
  font-size: 14px;
  display: flex;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  box-sizing: border-box;
}

section.content01 div.schedule dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  font-size: 14px;
  border-right: 1px solid;
  padding: 6px;
  white-space: nowrap;
}

section.content01 div.schedule dd {
  width: 75%;
  font-size: 14px;
  padding: 6px;
}

section.content01 div.schedule dd a {
  color: black;
  text-decoration: underline;
}



  section.content01 div.guest div.catch {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }

  section.content01 div.guest div.catch:before {
    border-top: 1px solid black;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  }

  section.content01 div.guest div.catch span {
    background-color: #eee;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    font-size: 100%;
    font-weight: bold;
    font-size: 24px;
    color: black;
  }

  section.content01 div.guest div.guest_photo {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  section.content01 div.guest p.photo {
    margin-bottom: 20px;
  }

  section.content01 div.guest p.job {
    font-weight: bold;
    text-align: center;
  }

  section.content01 div.guest p.name {
    font-weight: bold;
    text-align: center;
  }

  section.content01 div.guest div.flex-container02 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-flow: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  section.content01 div.guest div.flex-container02 div.flexitem {
    flex: 0 1 auto;
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 20px;
  }

  section.content01 div.guest div.flex-container02 div.flexitem:nth-last-child(-n+2) {
    margin-bottom: 0px;
  }

  section.content02 {
    margin-bottom: 60px;
  }

  section.content02 p.title {
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
    font-size: 18px;
  }

  section.content02 .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  section.content02 .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  section.content02 div.flex-container01 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  section.content02 div.flex-container01 div.flexitem {
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: 30px;
  }

  section.content02 div.flex-container01 div.flexitem:last-child {
    margin-bottom: 0px;
  }

  section.content03 div.facebook {
    text-align: center;
  }

  section.content03 div.fb_tw {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  section.content03 div.facebook {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

  section.content03 div.twitter {
    width: 100%;
  }

  section.event {
    margin-bottom: 60px;
  }

  section.event p.title {
    font-weight: bold;
    color: black;
    margin-bottom: 5px;
    font-size: 18px;
  }

  section.event div.bike_king {
    background-color: white;
    padding: 20px;
    margin-bottom: 40px;
  }

  section.event div.bike_king_catch {
    margin-bottom: 40px;
    text-align: center;
  }

  section.event p.bike_king_title {
    color: white;
    background-color: #cc0000;
    padding: 4px 8px;
    margin-bottom: 20px;
    width: 280px;
    margin-right: auto;
    margin-left: auto;
  }

  section.event p.bike_king_sub {
    font-size: 22px;
  }

  section.event h3 {
    margin-bottom: 20px;
    color: #cc0000;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.2;
  }

  section.event h4 {
    margin-bottom: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    text-align: center;
    line-height: 1.2;
  }

  section.event p.bike_king_text {
    font-size: 16px;
  }

  section.event div.bike_king_description {
    margin-bottom: 30px;
  }

  section.event div.flex-container02 {
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
    flex-direction: column;
  }

  section.event div.flex-container02 div.flexitem {
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: 25px;
  }

  section.event div.flex-container02 div.flexitem:last-child {
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: 0px;
  }

  section.event div.flex-container03 {
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
    flex-direction: column;
  }

  section.event div.flex-container03 div.flexitem {
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: 25px;
  }

  section.event div.flex-container03 div.flexitem:last-child {
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: 0px;
  }

  section.event div.flex-container04 {
    display: flex;
    margin-bottom: 0px;
    justify-content: space-between;
    flex-direction: column;
  }

  section.event div.flex-container04 div.flexitem {
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: 25px;
  }

  section.event div.flex-container04 div.flexitem:last-child {
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: 0px;
  }

  section.event div.flex-container01 {
    display: flex;
    flex-flow: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 40px;
  }

  section.event div.flex-container01 div.flexitem {
    flex: 0 1 auto;
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }

  section.event div.flex-container01 div.flexitem:nth-last-child(-n+2) {
    margin-bottom: 0px;
  }

  section.event div.content_special {
    padding: 20px;
    background-color: white;
  }

  section.event div.catch_line {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }

  section.event div.catch_line:before {
    border-top: 1px solid black;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  }

  section.event div.catch_line span {
    background-color: white;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    font-size: 100%;
    font-weight: bold;
    font-size: 24px;
    color: black;
  }

  section.event p.special_text {
    text-align: center;
    margin-bottom: 30px;
  }

  section.event div.flex-container05 {
    display: flex;
    margin-bottom: 0px;
    justify-content: space-between;
    flex-direction: column;
  }

  section.event div.flex-container05 div.flexitem {
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: 25px;
  }

  section.event div.flex-container05 div.flexitem:last-child {
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: 0px;
  }

  section.event div.flex-container06 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  section.event div.flex-container06 div.flexitem01 {
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: 20px;
  }

  section.event div.flex-container06 div.flexitem02 {
    flex: 0 1 auto;
    width: 100%;
    text-align: left;
  }

  section.event div.flex-container06 p.title_special {
    color: #cc0000;
    font-weight: bold;
    font-size: 18px;
  }

  section.eve {
    margin-bottom: 60px;
  }

  section.eve p.title {
    font-weight: bold;
    color: black;
    margin-bottom: 5px;
    font-size: 18px;
  }

  section.eve div.flex-container01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-direction: column;
  }

  section.eve div.flex-container01 div.flexitem01 {
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: 20px;
  }

  section.eve div.flex-container01 div.flexitem02 {
    flex: 0 1 auto;
    width: 100%;
  }

  section.eve div.flex-container02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-direction: column;
  }

  section.eve div.flex-container02 div.flexitem01 {
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
  }

  section.eve div.flex-container02 div.flexitem02 {
    flex: 0 1 auto;
    width: 100%;
  }

  section.eve div.flex-container02 div.flex-container02_inner {
    display: flex;
    justify-content: space-between;
  }

  section.eve div.flex-container02 div.flex-container02_inner div.flexitem_inner {
    flex: 0 1 auto;
    width: 48%;
  }

  section.eve div.flex-container03 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  section.eve div.flex-container03 div.flexitem {
    flex: 0 1 auto;
    width: 48%;
    margin-right: 0px;
  }

  section.eve div.flex-container03 div.flexitem:last-child {
    flex: 0 1 auto;
    width: 48%;
    margin-right: 0px;
  }

  section.eve div.gaiyo {
    margin-bottom: 20px;
  }

  section.eve div.gaiyo:last-child {
    margin-bottom: 0px;
  }

  section.eve div.gaiyo div.first {
    display: flex;
    padding: 6px;
    border: 1px solid;
    font-size: 14px;
    font-weight: bold;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }

  section.eve div.gaiyo dl {
    width: 100%;
    font-size: 14px;
    display: flex;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    box-sizing: border-box;
  }

  section.eve div.gaiyo dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    font-size: 14px;
    border-right: 1px solid;
    padding: 6px;
    white-space: nowrap;
  }

  section.eve div.gaiyo dd {
    width: 75%;
    font-size: 14px;
    padding: 6px;
  }

  section.eve div.gaiyo dd a {
    color: black;
    text-decoration: underline;
  }

  section.eve div.ainu_culture {
    background-color: white;
    padding: 40px;
  }

  section.eve div.flex-container04 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  section.eve div.flex-container04 div.flexitem01 {
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
  }

  section.eve div.flex-container04 div.flexitem02 {
    flex: 0 1 auto;
    width: 100%;
  }

  section.access {
    margin-bottom: 60px;
  }
  section.access div.special_plan p.catch {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
  }
  section.access div.special_plan p.description {
    text-align: center;
    margin-bottom: 40px;
  }
  section.access div.special_plan span.red {
    color: #cc0000;
    font-weight: bold;
  }
  section.access div.special_plan div.plan01 {
    margin-bottom: 80px;
  }
  section.access div.special_plan div.plan01 p.plan_icon {
    background-color: black;
    color: white;
    padding: 5px 10px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 60px;
    text-align: center;
    font-weight: bold;
  }
  section.access div.special_plan div.plan01 p.plan_catch {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  section.access div.special_plan div.plan01 div.flex-container01 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  section.access div.special_plan div.plan01 div.flex-container01 div.flexitem {
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
  }
  section.access div.special_plan div.plan01 div.sub_catch {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }
  section.access div.special_plan div.plan01 div.sub_catch::before {
    border-top: 1px solid black;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  }
  section.access div.special_plan div.plan01 div.sub_catch span {
    background-color: #eee;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    font-weight: bold;
    font-size: 24px;
    color: black;
  }
  section.access div.special_plan div.plan01 div.sp_plan01_schedule {
    text-align: center;
  }
  section.access div.special_plan div.plan01 span.small {
    font-size: 12px;
    color: black;
    font-weight: normal;
  }
  section.access div.special_plan div.plan01 span.big {
    font-size: 18px;
  }
  section.access div.special_plan div.plan01 span.bold {
    font-weight: bold;
  }
  section.access div.special_plan div.plan01 div.hankyu {
    margin-bottom: 60px;
  }
  section.access div.special_plan div.plan02 {
    /* Table */
  }
  section.access div.special_plan div.plan02 p.plan_icon {
    background-color: black;
    color: white;
    padding: 5px 10px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 60px;
    text-align: center;
    font-weight: bold;
  }
  section.access div.special_plan div.plan02 p.plan_catch {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  section.access div.special_plan div.plan02 div.flex-container01 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  section.access div.special_plan div.plan02 div.flex-container01 div.flexitem {
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
  }
  section.access div.special_plan div.plan02 p.plan02_sub {
    text-align: center;
    font-weight: bold;
  }
  section.access div.special_plan div.plan02 p.plan02_title {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #cc0000;
  }
  section.access div.special_plan div.plan02 p.plan02_day {
    background-color: black;
    color: white;
    padding: 5px 10px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 200px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
  }
  section.access div.special_plan div.plan02 div.flex-container02 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  section.access div.special_plan div.plan02 div.flex-container02 div.flexitem {
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  section.access div.special_plan div.plan02 div.flex-container02 div.flexitem:last-child {
    margin-bottom: 0px;
  }
  section.access div.special_plan div.plan02 div.flex-container02 p.inn_name {
    font-weight: bold;
  }
  section.access div.special_plan div.plan02 div.flex-container03 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  section.access div.special_plan div.plan02 div.flex-container03 div.flexitem {
    flex: 0 1 auto;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  section.access div.special_plan div.plan02 div.flex-container03 div.flexitem:last-child {
    flex: 0 1 auto;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  section.access div.special_plan div.plan02 div.flex-container03 p.inn_name {
    font-weight: bold;
  }
  section.access div.special_plan div.plan02 table {
    width: 100%;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
  }
  section.access div.special_plan div.plan02 table th {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px;
    line-height: 1.5;
    color: #fff;
    background: #333333;
    text-align: center;
    font-weight: bold;
  }
  section.access div.special_plan div.plan02 table td {
    width: 120px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px 5px;
    line-height: 1.5;
    color: #000;
    text-align: center;
  }
  section.access div.kumamoto_access {
    margin-bottom: 80px;
  }
  section.access p.access_title {
    font-weight: bold;
    color: #cc0000;
    font-size: 36px;
  }
  section.access p.access_bold {
    font-weight: bold;
  }
  section.access p.access_sub_title {
    font-weight: bold;
    color: #cc0000;
    font-size: 24px;
  }
  section.access p.access_prefecture {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
  }

  section.access div.flex-container01 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  section.access div.flex-container01 div.flexitem01 {
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: 20px;
  }

  section.access div.flex-container01 div.flexitem02 {
    flex: 0 1 auto;
    width: 100%;
  }

  section.access p.title {
    font-weight: bold;
  }

  section.access p.name {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    color: #cc0000;
  }

  section.access p.attention {
    margin-bottom: 20px;
    font-size: 12px;
  }

  section.access ul {
    margin-bottom: 20px;
  }

  section.access ul li {
    border-bottom: 1px dotted black;
    margin-bottom: 5px;
    padding-bottom: 3px;
  }

  section.access ul li.attention {
    color: #cc0000;
    font-weight: bold;
  }

  section.access ul li:last-child {
    margin-bottom: 0px;
  }

  section.maker {
    margin-bottom: 60px;
  }

  section.maker div.special {
    background-color: white;
    padding: 20px;
    margin-bottom: 40px;
  }

  section.maker p.title_special {
    font-weight: bold;
    color: #cc0000;
    font-size: 18px;
    margin-bottom: 10px;
  }

  section.maker p.title {
    font-weight: bold;
  }

  section.maker div.flex-container01 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  section.maker div.flex-container01 div.flexitem01 {
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: 20px;
  }

  section.maker div.flex-container01 div.flexitem02 {
    flex: 0 1 auto;
    width: 100%;
  }

  section.maker div.flex-container02 {
    display: flex;
    flex-flow: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 40px;
  }

  section.maker div.flex-container02 div.flexitem {
    flex: 0 1 auto;
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }

  section.maker div.flex-container02 div.flexitem:nth-last-child(-n+2) {
    margin-bottom: 0px;
  }

  section.maker div.flex-container02:last-child {
    margin-bottom: 0px;
  }

  section.maker div.catch_line {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }

  section.maker div.catch_line:before {
    border-top: 1px solid black;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  }

  section.maker div.catch_line span {
    background-color: #eee;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    font-size: 100%;
    font-weight: bold;
    font-size: 24px;
    color: black;
  }

  section.content01 div.gaiyo dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35%;
    font-size: 14px;
    border-right: 1px solid;
    padding: 6px;
    white-space: nowrap;
  }

  section.content01 div.gaiyo dd {
    width: 65%;
    font-size: 14px;
    padding: 6px;
  }
}
</pre></body></html>