@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

html,
body {
  overflow-x: hidden;
  font-size: 14px;
}
@media screen and (max-width: 740px) {
  html,
body {
    font-size: 12px;
  }
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}

input,
button {
  box-sizing: border-box;
  border: none;
  outline: none;
}

textarea {
  box-sizing: border-box;
  border: none;
  outline: none;
}

select {
  border: none;
  outline: none;
}

table {
  display: block;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.scrollOff {
  opacity: 1;
}

@font-face {
  font-family: "notosans_normal";
  src: url("../font/notosans_normal.otf"), url(../font/notosans_normal.woff);
}
@font-face {
  font-family: "notoserif_regular";
  src: url("../font/NotoSerif-Regular.otf"), url(../font/NotoSerif-Regular.woff.woff);
}
body {
  font-family: "notosans_normal";
  font-feature-settings: "palt";
  text-size-adjust: 100%;
  font-size: 16px;
  line-height: 2em;
}
@media screen and (max-width: 740px) {
  body {
    font-size: 12px;
    line-height: 1.5em;
  }
}

.mincho {
  font-family: "notoserif_regular";
}

h3 {
  font-size: 18px;
}

p {
  font-size: 16px;
}
@media screen and (max-width: 740px) {
  p {
    font-size: 12px;
  }
}

.center {
  text-align: center;
}

@media screen and (max-width: 740px) {
  .sp_left {
    text-align: left;
  }
}
.blue_bg {
  background-color: #7ac0d9;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.white_bg {
  background-color: #fff;
  color: #7ac0d9;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.red_bg {
  background-color: #ad3125;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.beige_bg {
  background-color: #ede8e5;
}

.red {
  color: #ad3125;
}

.jp {
  writing-mode: vertical-rl;
  line-height: 2em;
}

a.link_btn {
  display: inline-block;
  width: 60%;
  position: relative;
  margin: 20px 0px 0px;
  padding: 10px 30px;
  background-image: url("../images/common/gnav_about.png");
  background-repeat: no-repeat;
  background-size: cover;
}
a.link_btn img {
  width: 120px;
  position: absolute;
  top: 18px;
  transition: 0.3s;
}
a.link_btn:hover img {
  transform: translateX(30px);
}

.base_w {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .base_w {
    max-width: 90%;
  }
}

.base_sw {
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .base_sw {
    max-width: 90%;
  }
}

.col2 {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col2 div, .col2 a, .col2 li {
  width: 48%;
}

.col3 {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col3 div, .col3 a, .col3 li {
  width: 32%;
}
@media screen and (max-width: 740px) {
  .col3 div, .col3 a, .col3 li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 740px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 740px) {
  .sp {
    display: block;
  }
}

header {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0px;
  position: fixed;
  top: 0;
  z-index: 888;
  background-color: #fff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 940px) {
  header {
    height: 80px;
  }
}
header #gnav01 {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
header #gnav01 h1 {
  display: block;
  width: 30%;
  padding: 5px 0px 10px;
}
@media screen and (max-width: 940px) {
  header #gnav01 h1 {
    width: 60%;
    padding: 0px 0px 0px;
  }
}
header #gnav01 #toggle {
  display: none;
}
@media screen and (max-width: 940px) {
  header #gnav01 #toggle {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin: 10px 0px 0px 0px;
  }
  header #gnav01 #toggle span {
    display: block;
    position: relative;
  }
  header #gnav01 #toggle span:before {
    content: "";
    position: absolute;
    top: 15px;
  }
  header #gnav01 #toggle span:after {
    content: "";
    position: absolute;
    top: 30px;
  }
  header #gnav01 #toggle span, header #gnav01 #toggle span:before, header #gnav01 #toggle span:after {
    display: block;
    width: 100%;
    height: 5px;
    background-color: #000;
    transition: all 0.3s;
    backface-visibility: hidden;
  }
}
header #gnav01 #toggle.open span {
  background-color: transparent;
}
header #gnav01 #toggle.open span:after {
  transform: rotate(45deg) translate(-10px, -10px);
}
header #gnav01 #toggle.open span:before {
  transform: rotate(-45deg);
}
header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header nav a {
  display: block;
  width: 12%;
  padding: 8px 0px;
  text-align: center;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  header nav a {
    padding: 0px 0px;
    font-size: 11px;
  }
}
@media screen and (max-width: 940px) {
  header nav a {
    font-size: 16px;
  }
}
header nav a:nth-child(1) {
  background-image: url("../images/common/gnav_top.png");
}
header nav a:nth-child(2) {
  background-image: url("../images/common/gnav_about.png");
}
header nav a:nth-child(3) {
  background-image: url("../images/common/gnav_character.png");
}
header nav a:nth-child(4) {
  background-image: url("../images/common/gnav_service.png");
}
header nav a:nth-child(5) {
  background-image: url("../images/common/gnav_calendar.png");
}
header nav a:nth-child(6) {
  background-image: url("../images/common/gnav_access.png");
}
header nav a:nth-child(7) {
  background-image: url("../images/common/gnav_contact.png");
}
header nav a.soon {
  cursor: default;
  color: #c7c7c7;
  background-image: url("../images/common/gnav_soon.png");
}
header nav a.lang {
  color: black;
  border: 1px solid #000;
}
header nav a.lang::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/common/arrow_bk.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  margin-left: 10px;
}
@media screen and (max-width: 940px) {
  header nav {
    display: none;
    width: 100%;
    position: fixed;
    top: 80px;
    left: 0;
    background-color: #fff;
    z-index: 888;
  }
  header nav.open {
    display: block;
  }
  header nav a {
    display: block;
    width: 100%;
    padding: 20px;
  }
}

main {
  margin-top: 0px;
}

footer {
  width: 100%;
  background-color: #dcdbec;
}
footer .footer_inner {
  margin: 60px auto;
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer_inner div.box01 {
  width: 50%;
}
@media screen and (max-width: 940px) {
  footer .footer_inner div.box01 {
    width: 100%;
  }
}
footer .footer_inner div.box01.eng {
  width: 100%;
}
footer .footer_inner div.box01 a.logo {
  display: block;
  margin-bottom: 20px;
}
footer .footer_inner div.box02 {
  width: 15%;
}
@media screen and (max-width: 940px) {
  footer .footer_inner div.box02 {
    width: 100%;
    margin-top: 30px;
  }
}
footer .footer_inner div.box03 {
  width: 20%;
}
@media screen and (max-width: 940px) {
  footer .footer_inner div.box03 {
    width: 100%;
  }
}
footer .footer_inner div.box03.eng {
  margin: 0 0 0 auto;
}
footer .footer_inner ul li::before {
  content: "■";
}
footer .footer_inner ul li.soon a {
  cursor: default;
  color: #c7c7c7;
}
footer .footer_inner ul li.soon:before {
  color: #c7c7c7;
}
footer .footer_inner a.instagram::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../images/common/instagram_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}
footer address {
  background-color: #8c89bb;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
}

#top-page #main_visual {
  display: block;
  width: 120%;
  height: 800px;
  border-bottom-right-radius: 1000px 200px;
  border-bottom-left-radius: 1000px 200px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  margin-bottom: 90px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  #top-page #main_visual {
    height: 550px;
    border-bottom-right-radius: 550px 200px;
    border-bottom-left-radius: 550px 200px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media screen and (max-width: 940px) {
  #top-page #main_visual {
    width: 150%;
    height: 500px;
    border-bottom-right-radius: 500px 200px;
    border-bottom-left-radius: 500px 200px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media screen and (max-width: 740px) {
  #top-page #main_visual {
    width: 150%;
    height: 360px;
    border-bottom-right-radius: 350px 150px;
    border-bottom-left-radius: 350px 150px;
    margin-left: -150px;
    margin-right: -150px;
    padding-left: 150px;
    padding-right: 150px;
  }
}
#top-page #animation {
  position: absolute;
  top: 50px;
  max-width: 2000px;
  background-image: url("../images/top/animation02.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
#top-page #animation #swing {
  animation: swing 2s infinite ease-in-out;
}
#top-page #copy {
  margin: -100px auto 90px;
  z-index: 888;
}
@media screen and (max-width: 740px) {
  #top-page #copy {
    width: 160%;
    margin: -100px auto 90px -30px;
  }
}
#top-page #introduction {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
#top-page #introduction .img {
  width: 30%;
}
@media screen and (max-width: 740px) {
  #top-page #introduction .img {
    width: 100%;
  }
}
#top-page #introduction .img h2 {
  margin-bottom: 20px;
}
#top-page #introduction .text {
  width: 48%;
  text-align: justify;
}
@media screen and (max-width: 740px) {
  #top-page #introduction .text {
    width: 100%;
  }
}
#top-page #introduction .text a.link_btn {
  display: block;
  width: 100%;
  background-image: url("../images/common/gnav_about.png");
  text-align: center;
}
#top-page #charactor {
  background-image: url("../images/top/charactor_bg_repeat.png");
  background-repeat: repeat;
  background-size: 30px 30px;
  margin: 60px auto;
  padding: 60px 0px;
}
#top-page #charactor .inner {
  display: block;
  box-sizing: border-box;
  margin: 0px auto;
  background-image: url("../images/top/character_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  position: relative;
}
#top-page #charactor .inner #gonpachi {
  display: block;
  max-width: 50%;
  animation: swing 2s infinite ease-in-out;
}
#top-page #charactor .inner #chobei {
  display: block;
  max-width: 35%;
  position: absolute;
  top: 180px;
  right: -5%;
  animation: swing 2s infinite 0.5s ease-in-out;
}
@media screen and (max-width: 940px) {
  #top-page #charactor .inner #chobei {
    top: 60px;
  }
}
#top-page #charactor .inner #oshichi {
  display: block;
  max-width: 40%;
  margin: -5% 15% 0;
  animation: swing 2s infinite 1s ease-in-out;
}
#top-page #charactor .inner a.link_btn {
  display: block;
  max-width: 500px;
  margin: 30px 0px 0px auto;
  background-image: url("../images/common/gnav_character.png");
  text-align: center;
}
@media screen and (max-width: 940px) {
  #top-page #charactor .inner a.link_btn {
    width: 100%;
  }
}
#top-page #map {
  width: 100%;
}
#top-page #map iframe {
  width: 100%;
}
#top-page #loading {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
}
#top-page #loading.hidden {
  display: none;
}
#top-page #loading .bg_top {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
}
#top-page #loading .bg_bottom {
  position: absolute;
  width: 50%;
  bottom: 0;
  left: 0;
}
#top-page #loading #loading-logo {
  display: block;
  width: 500px;
  margin: calc(50vh - 120px) auto;
  opacity: 0;
  transition: all 1s;
}
@media screen and (max-width: 740px) {
  #top-page #loading #loading-logo {
    width: 300px;
  }
}
#top-page #loading #loading-logo.on {
  opacity: 1;
}
#top-page .blur {
  filter: blur(10px);
}

#about-page .slide {
  display: block;
  width: 120%;
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 1000px 200px;
  border-bottom-left-radius: 1000px 200px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  margin-bottom: 90px;
  overflow: hidden;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 940px) {
  #about-page .slide {
    width: 150%;
    height: 500px;
    border-bottom-right-radius: 500px 200px;
    border-bottom-left-radius: 500px 200px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media screen and (max-width: 740px) {
  #about-page .slide {
    width: 150%;
    height: 360px;
    border-bottom-right-radius: 350px 150px;
    border-bottom-left-radius: 350px 150px;
    margin-left: -150px;
    margin-right: -150px;
    padding-left: 150px;
    padding-right: 150px;
  }
}
#about-page .slide01 {
  background-image: url("../images/about/main.png");
}
#about-page .slide02 {
  background-image: url("../images/about/main02.png");
}
#about-page #about {
  margin-bottom: 90px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
}
#about-page #about img {
  display: block;
  width: 40%;
}
@media screen and (max-width: 740px) {
  #about-page #about img {
    width: 30%;
    margin: 0 auto 60px;
  }
}
#about-page #about .text {
  width: 50%;
  text-align: justify;
}
@media screen and (max-width: 740px) {
  #about-page #about .text {
    width: 100%;
  }
}
#about-page #memorial02 {
  margin-bottom: 90px;
  padding: 60px 0;
  background-color: #7ac0d9;
  color: #fff;
}
#about-page #memorial02 .col2 .box01 {
  width: 60%;
}
@media screen and (max-width: 740px) {
  #about-page #memorial02 .col2 .box01 {
    width: 100%;
  }
}
#about-page #memorial02 .col2 .box01 img {
  display: block;
  width: 60%;
  margin-top: -200px;
  animation: swing 3s infinite;
}
@media screen and (max-width: 740px) {
  #about-page #memorial02 .col2 .box01 img {
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
  }
}
#about-page #memorial02 .col2 .box02 {
  width: 38%;
}
@media screen and (max-width: 740px) {
  #about-page #memorial02 .col2 .box02 {
    width: 100%;
  }
}
#about-page #memorial03 {
  margin-bottom: 90px;
}
#about-page #memorial03 .col2 div {
  margin-top: 30px;
}
@media screen and (max-width: 740px) {
  #about-page #memorial03 .col2 div {
    width: 100%;
  }
}
#about-page #memorial04 {
  margin-bottom: 90px;
}
#about-page #memorial04 .col2 .box01 {
  width: 38%;
}
@media screen and (max-width: 740px) {
  #about-page #memorial04 .col2 .box01 {
    width: 100%;
  }
}
#about-page #memorial04 .col2 .box02 {
  width: 60%;
}
@media screen and (max-width: 740px) {
  #about-page #memorial04 .col2 .box02 {
    width: 100%;
  }
}

#character-page .beige-bg {
  background-color: #ede8e5;
}
#character-page #main_visual {
  display: block;
  width: 120%;
  height: 800px;
  background-color: #00a4e1;
  background-image: url("../images/character/illust02.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 60%;
  border-bottom-right-radius: 1000px 200px;
  border-bottom-left-radius: 1000px 200px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  margin-bottom: 90px;
  overflow: hidden;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1920px) {
  #character-page #main_visual {
    height: 700px;
    background-size: 70%;
    border-bottom-right-radius: 600px 200px;
    border-bottom-left-radius: 600px 200px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media screen and (max-width: 1280px) {
  #character-page #main_visual {
    height: 500px;
    border-bottom-right-radius: 90% 60%;
    border-bottom-left-radius: 90% 60%;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 740px) {
  #character-page #main_visual {
    width: 150%;
    height: 360px;
    border-bottom-right-radius: 60% 30%;
    border-bottom-left-radius: 60% 30%;
    margin-left: -30%;
    margin-right: -30%;
    padding-left: 30%;
    padding-right: 30%;
  }
}
#character-page #character {
  background-color: #ede8e5;
}
#character-page #character .col2 {
  padding: 60px 0px;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 740px) {
  #character-page #character .col2 {
    padding: 0px 0px 90px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
  }
}
#character-page #character .col2 .text {
  width: 70%;
  text-align: justify;
}
@media screen and (max-width: 740px) {
  #character-page #character .col2 .text {
    width: 100%;
  }
}
#character-page #character .col2 img {
  display: block;
  width: 30%;
  margin-left: 120px;
}
@media screen and (max-width: 740px) {
  #character-page #character .col2 img {
    width: 30%;
    margin: 0 auto 60px;
  }
}
#character-page .kabuki {
  width: 100%;
  height: 20px;
  background-image: url("../images/character/kabuki.png");
  background-repeat: repeat;
  background-size: 20%;
}
#character-page #oshichi {
  background-image: url("../images/character/bg_yellow.png");
  background-repeat: repeat;
  margin-bottom: 90px;
}
#character-page #oshichi .base_w {
  margin: 60px auto 0;
}
@media screen and (max-width: 1280px) {
  #character-page #oshichi .base_w {
    max-width: 100%;
  }
}
#character-page #oshichi .col2 {
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #character-page #oshichi .col2 {
    flex-wrap: wrap;
  }
}
#character-page #oshichi .col2 div {
  width: 60%;
}
@media screen and (max-width: 1280px) {
  #character-page #oshichi .col2 div {
    width: 100%;
  }
}
#character-page #oshichi .text {
  background-image: url("../images/character/oshichi_bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1280px) {
  #character-page #oshichi .text {
    background-size: cover;
    background-position: center center;
    padding: 180px 0px;
  }
}
#character-page #oshichi .text p {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
#character-page #oshichi .name {
  display: block;
  width: 40%;
  margin: -200px auto 30px;
}
@media screen and (max-width: 1280px) {
  #character-page #oshichi .name {
    margin: -100px auto 30px;
  }
}
#character-page #oshichi .img {
  animation: swing 3s infinite;
}
#character-page #chobei {
  position: relative;
  background-image: url("../images/character/bg_green.png");
  background-repeat: repeat;
}
#character-page #chobei .base_w {
  margin: 60px auto;
}
@media screen and (max-width: 1280px) {
  #character-page #chobei .base_w {
    max-width: 100%;
  }
}
#character-page #chobei .col2 {
  flex-wrap: nowrap;
}
@media screen and (max-width: 1280px) {
  #character-page #chobei .col2 {
    flex-wrap: wrap;
  }
}
#character-page #chobei .col2 div {
  width: 70%;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  #character-page #chobei .col2 div {
    width: 100%;
  }
}
#character-page #chobei .text01 {
  background-image: url("../images/character/gonpachi_bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1280px) {
  #character-page #chobei .text01 {
    background-size: cover;
    background-position: center center;
    padding: 200px 0px;
    margin-bottom: 180px;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 740px) {
  #character-page #chobei .text01 {
    background-size: cover;
    padding: 0px 0px;
  }
}
#character-page #chobei .text01 p {
  display: block;
  max-width: 70%;
  margin: 30px auto 0px;
  padding: 30px;
}
@media screen and (max-width: 1280px) {
  #character-page #chobei .text01 p {
    max-width: 90%;
    padding: 0px;
  }
}
#character-page #chobei .text02 {
  background-image: url("../images/character/chobei_bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1280px) {
  #character-page #chobei .text02 {
    background-size: cover;
    background-position: center center;
    padding: 300px 0px;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 740px) {
  #character-page #chobei .text02 {
    background-size: cover;
    padding: 0px 0px;
  }
}
#character-page #chobei .text02 p {
  display: block;
  max-width: 70%;
  margin: 30px auto 0px;
  padding: 30px;
}
@media screen and (max-width: 1280px) {
  #character-page #chobei .text02 p {
    max-width: 90%;
    padding: 0px;
  }
}
#character-page #chobei .name {
  display: block;
  width: 40%;
  margin: 0px auto 200px;
}
@media screen and (max-width: 1280px) {
  #character-page #chobei .name {
    margin: -120px auto 0px;
  }
}
@media screen and (max-width: 740px) {
  #character-page #chobei .name {
    width: 40%;
  }
}
#character-page #chobei .illust {
  display: block;
  width: 640px;
  margin: -700px auto 0px;
}
@media screen and (max-width: 1280px) {
  #character-page #chobei .illust {
    position: static;
    width: 100%;
    margin: 0px auto 0px;
  }
}
@media screen and (max-width: 740px) {
  #character-page #chobei .illust {
    margin: 0 auto;
  }
}

#service-page #main_visual {
  display: block;
  width: 120%;
  height: 800px;
  background-image: url("../images/service/main.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 1000px 200px;
  border-bottom-left-radius: 1000px 200px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  margin-bottom: 90px;
  overflow: hidden;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 940px) {
  #service-page #main_visual {
    width: 150%;
    height: 500px;
    border-bottom-right-radius: 500px 200px;
    border-bottom-left-radius: 500px 200px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media screen and (max-width: 740px) {
  #service-page #main_visual {
    width: 150%;
    height: 360px;
    border-bottom-right-radius: 350px 150px;
    border-bottom-left-radius: 350px 150px;
    margin-left: -150px;
    margin-right: -150px;
    padding-left: 150px;
    padding-right: 150px;
  }
}
#service-page #service .col2 {
  margin-bottom: 90px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 740px) {
  #service-page #service .col2 {
    flex-direction: column-reverse;
  }
}
#service-page #service .col2 .text {
  width: 60%;
  text-align: justify;
}
@media screen and (max-width: 740px) {
  #service-page #service .col2 .text {
    width: 100%;
  }
}
#service-page #service .col2 .text img {
  width: 100%;
  margin-top: 30px;
}
#service-page #service .col2 .img {
  display: block;
  width: 10%;
}
@media screen and (max-width: 740px) {
  #service-page #service .col2 .img {
    width: 20%;
    margin: 0 auto 60px;
  }
}
#service-page .blue-bg {
  background-color: #7ac0d9;
  margin: 60px 0px;
  padding: 60px 0px;
}
#service-page #menu .col4 {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service-page #menu .col4 div {
  width: 33%;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.65);
  padding: 30px 10px;
  color: #000;
  text-align: center;
}
#service-page #flow ul li {
  background-color: rgba(255, 255, 255, 0.65);
  padding: 10px;
  margin: 20px auto;
  color: #000;
  text-align: center;
}
#service-page #flow ul li.arrow {
  background-color: transparent;
  width: 10%;
}
@media screen and (max-width: 740px) {
  #service-page #flow ul li.arrow {
    width: 20%;
  }
}
#service-page a.banner {
  display: block;
  margin: 30px auto 0px;
  transition: 0.3s;
}
#service-page a.banner:hover {
  transform: translateX(10px);
}

#calendar-page .lightblue-bg {
  background-color: rgba(122, 192, 217, 0.2);
}
#calendar-page #main_visual {
  display: block;
  width: 120%;
  height: 800px;
  background-image: url("../images/calendar/main.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 1000px 200px;
  border-bottom-left-radius: 1000px 200px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  margin-bottom: 90px;
  overflow: hidden;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 940px) {
  #calendar-page #main_visual {
    width: 150%;
    height: 500px;
    border-bottom-right-radius: 500px 200px;
    border-bottom-left-radius: 500px 200px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media screen and (max-width: 740px) {
  #calendar-page #main_visual {
    width: 150%;
    height: 360px;
    border-bottom-right-radius: 350px 150px;
    border-bottom-left-radius: 350px 150px;
    margin-left: -150px;
    margin-right: -150px;
    padding-left: 150px;
    padding-right: 150px;
  }
}
#calendar-page #news {
  margin: 60px auto;
}
#calendar-page #news ul li {
  border-bottom: 1px solid #7ac0d9;
  padding: 1rem;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 740px) {
  #calendar-page #news ul li {
    flex-wrap: wrap;
  }
}
#calendar-page #event {
  margin: 60px auto;
}
#calendar-page #event h3 {
  margin-bottom: 30px;
}
#calendar-page #event .col3 {
  justify-content: space-around;
}
#calendar-page #event .col3 li {
  margin-bottom: 30px;
}
#calendar-page #event .col3 li:nth-child(4) {
  margin-right: 1%;
  margin-left: auto;
}
@media screen and (max-width: 740px) {
  #calendar-page #event .col3 li:nth-child(4) {
    margin-right: 0;
    margin-left: 0;
  }
}
#calendar-page #event .col3 li:nth-child(5) {
  margin-right: auto;
  margin-left: 1%;
}
@media screen and (max-width: 740px) {
  #calendar-page #event .col3 li:nth-child(5) {
    margin-right: 0;
    margin-left: 0;
  }
}
#calendar-page #calendar {
  margin: 60px auto;
  padding: 0px 0px 120px;
}
#calendar-page #calendar ul {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#calendar-page #calendar ul li {
  width: 32%;
  margin: 20px 0px;
  border-bottom: 1px solid #7ac0d9;
}
@media screen and (max-width: 740px) {
  #calendar-page #calendar ul li {
    width: 100%;
  }
}
#calendar-page #calendar ul li .month {
  display: block;
  width: 100px;
  background-color: #ad3125;
  color: #fff;
  text-align: center;
}
#calendar-page #calendar ul li.hidden {
  border-bottom: none;
}
@media screen and (max-width: 740px) {
  #calendar-page #calendar ul li.hidden {
    display: none;
  }
}

#access-page #map {
  width: 100%;
  margin: 200px auto 60px;
}
#access-page #map iframe {
  width: 100%;
  height: 800px;
}
@media screen and (max-width: 740px) {
  #access-page #map iframe {
    height: 400px;
  }
}
#access-page #access {
  margin-bottom: 120px;
}
#access-page #access h3 {
  border-bottom: 2px solid #ad3125;
  margin: 90px 0px 20px;
}
#access-page #access ul {
  max-width: 400px;
  margin: 0 auto;
}
#access-page #access ul li:before {
  content: "●";
  color: #ad3125;
}
#access-page #access .red_bg {
  display: inline-block;
  margin: 10px 0;
}

#contact-page .beige-bg {
  background-color: #ede8e5;
  margin-top: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 740px) {
  #contact-page .beige-bg {
    margin-top: 60px;
    padding-top: 60px;
  }
}
#contact-page a.tel {
  display: block;
  max-width: 500px;
  margin: 10px auto;
}
#contact-page .fax {
  display: block;
  font-size: 16px;
  color: #000;
  text-align: center;
}
#contact-page .pp {
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 60px auto;
  padding: 20px;
}
#contact-page form#contact {
  padding-bottom: 90px;
}
#contact-page form#contact .item {
  padding: 20px 0px;
  border-top: 1px dashed #ccc;
}
#contact-page form#contact .item p:before {
  content: "●";
  color: #ad3125;
}
#contact-page form#contact .item input[type=text] {
  width: 500px;
  padding: 1rem;
  border: 1px solid #000;
}
@media screen and (max-width: 740px) {
  #contact-page form#contact .item input[type=text] {
    width: 300px;
  }
}
#contact-page form#contact .item textarea {
  width: 500px;
  height: 300px;
  padding: 1rem;
  border: 1px solid #000;
}
@media screen and (max-width: 740px) {
  #contact-page form#contact .item textarea {
    width: 300px;
  }
}
#contact-page form#contact input[type=submit] {
  display: block;
  box-sizing: border-box;
  background-color: #ad3125;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 1rem;
  cursor: pointer;
  transition: 0.3s;
}
#contact-page form#contact input[type=submit]:hover {
  transform: translateY(5px);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

#confirm-page .beige-bg {
  background-color: #ede8e5;
  margin-top: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 740px) {
  #confirm-page .beige-bg {
    margin-top: 60px;
    padding-top: 60px;
  }
}
#confirm-page .error {
  color: #ad3125;
  font-weight: bold;
  margin-bottom: 30px;
}
#confirm-page .success {
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}
#confirm-page form#confirm {
  padding-bottom: 90px;
}
#confirm-page form#confirm .item {
  padding: 20px 0px;
  border-top: 1px dashed #ccc;
}
#confirm-page form#confirm .item p.label:before {
  content: "●";
  color: #ad3125;
}
#confirm-page form#confirm .btn {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#confirm-page form#confirm .btn button.back_btn {
  display: block;
  box-sizing: border-box;
  width: 48%;
  background-color: #8c89bb;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 1rem;
  cursor: pointer;
  transition: 0.3s;
}
#confirm-page form#confirm .btn button.back_btn:hover {
  transform: translateY(5px);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#confirm-page form#confirm .btn input[type=submit] {
  display: block;
  box-sizing: border-box;
  width: 48%;
  background-color: #ad3125;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 1rem;
  cursor: pointer;
  transition: 0.3s;
}
#confirm-page form#confirm .btn input[type=submit]:hover {
  transform: translateY(5px);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

#thanks-page .beige-bg {
  background-color: #ede8e5;
  margin-top: 100px;
  padding: 100px 0px;
}
@media screen and (max-width: 740px) {
  #thanks-page .beige-bg {
    margin-top: 60px;
    padding-top: 60px;
  }
}
#thanks-page .beige-bg a.top_btn {
  display: block;
  box-sizing: border-box;
  max-width: 300px;
  margin: 20px auto;
  background-color: #ad3125;
  border: 1px solid #ad3125;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 1rem;
  cursor: pointer;
  transition: 0.3s;
}
#thanks-page .beige-bg a.top_btn:hover {
  transform: translateY(5px);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

#login-page .purple_bg {
  background-color: rgba(140, 137, 187, 0.3);
  padding: 60px 0px;
}
#login-page #login h1 {
  max-width: 200px;
  margin: 0 auto 40px;
}
#login-page #login form {
  margin: 30px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#login-page #login form input[type=text] {
  width: 100%;
  margin-bottom: 30px;
  padding: 1rem;
  border: 1px solid #000;
}
#login-page #login form input[type=password] {
  width: 100%;
  margin-bottom: 30px;
  padding: 1rem;
  border: 1px solid #000;
}
#login-page #login form input[type=submit] {
  display: block;
  box-sizing: border-box;
  background-color: #8c89bb;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 1rem;
  cursor: pointer;
  transition: 0.3s;
}
#login-page #login form input[type=submit]:hover {
  transform: translateY(5px);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

#logout-page .purple_bg {
  background-color: rgba(140, 137, 187, 0.3);
  padding: 60px 0px;
}
#logout-page #logout h1 {
  max-width: 200px;
  margin: 0 auto 40px;
}
#logout-page #logout h3 {
  margin-bottom: 60px;
}
#logout-page #logout a.logout_btn {
  display: block;
  box-sizing: border-box;
  background-color: #8c89bb;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 1rem;
  cursor: pointer;
  transition: 0.3s;
}
#logout-page #logout a.logout_btn:hover {
  transform: translateY(5px);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

#admin-page header {
  background-color: #fff;
  padding: 1rem;
  position: fixed;
  top: 0;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 740px) {
  #admin-page header {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  }
}
#admin-page header #admin_gnav {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
#admin-page header #admin_gnav a {
  background-image: none;
  width: 25%;
}
#admin-page .purple_bg {
  background-color: rgba(140, 137, 187, 0.3);
  padding: 120px 0px;
}
#admin-page form {
  margin: 30px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#admin-page form input[type=text] {
  width: 100%;
  margin-bottom: 30px;
  padding: 1rem;
  border: 1px solid #000;
}
#admin-page form input[type=password] {
  width: 100%;
  margin-bottom: 30px;
  padding: 1rem;
  border: 1px solid #000;
}
#admin-page form .btn {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#admin-page form button.back_btn {
  display: block;
  box-sizing: border-box;
  width: 48%;
  background-color: #8c89bb;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 1rem;
  cursor: pointer;
  transition: 0.3s;
}
#admin-page form button.back_btn:hover {
  transform: translateY(5px);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#admin-page form input[type=submit] {
  display: block;
  box-sizing: border-box;
  background-color: #8c89bb;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 1rem;
  cursor: pointer;
  transition: 0.3s;
}
#admin-page form input[type=submit]:hover {
  transform: translateY(5px);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

#english-page body, #english-page p {
  text-align: justify;
}
#english-page body.center, #english-page p.center {
  text-align: center;
}
#english-page #main_visual {
  display: block;
  width: 120%;
  height: 800px;
  border-bottom-right-radius: 1000px 200px;
  border-bottom-left-radius: 1000px 200px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  margin-bottom: 90px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  #english-page #main_visual {
    height: 550px;
    border-bottom-right-radius: 550px 200px;
    border-bottom-left-radius: 550px 200px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media screen and (max-width: 940px) {
  #english-page #main_visual {
    width: 150%;
    height: 500px;
    border-bottom-right-radius: 500px 200px;
    border-bottom-left-radius: 500px 200px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media screen and (max-width: 740px) {
  #english-page #main_visual {
    width: 150%;
    height: 360px;
    border-bottom-right-radius: 350px 150px;
    border-bottom-left-radius: 350px 150px;
    margin-left: -150px;
    margin-right: -150px;
    padding-left: 150px;
    padding-right: 150px;
  }
}
#english-page #animation {
  position: absolute;
  top: 0px;
  max-width: 2000px;
  background-image: url("../images/top/animation02.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
#english-page #animation #swing {
  animation: swing 2s infinite ease-in-out;
}
#english-page #copy {
  width: 80%;
  margin: -100px auto 90px;
  z-index: 888;
}
@media screen and (max-width: 740px) {
  #english-page #copy {
    margin: -90px auto 90px;
  }
}
#english-page #introduction {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
#english-page #introduction .img {
  width: 30%;
}
@media screen and (max-width: 740px) {
  #english-page #introduction .img {
    width: 100%;
  }
}
#english-page #introduction .img h2 {
  margin: 0 0 20px auto;
}
@media screen and (max-width: 740px) {
  #english-page #introduction .img h2 {
    width: 80%;
  }
}
#english-page #introduction .text {
  width: 48%;
}
@media screen and (max-width: 740px) {
  #english-page #introduction .text {
    width: 100%;
  }
}
#english-page #introduction .text a.link_btn {
  display: block;
  width: 100%;
  background-image: url("../images/common/gnav_about.png");
  text-align: center;
}
#english-page h3.blue {
  color: #7ac0d9;
  font-size: 36px;
  line-height: 1.5em;
  text-align: center;
  margin: 30px auto;
}
@media screen and (max-width: 740px) {
  #english-page h3.blue {
    font-size: 20px;
  }
}
#english-page h3.red {
  font-size: 36px;
  line-height: 1.5em;
  text-align: center;
  margin: 30px auto;
}
@media screen and (max-width: 740px) {
  #english-page h3.red {
    font-size: 20px;
  }
}
#english-page .line {
  display: block;
  background-color: #000;
  width: 100px;
  height: 1px;
  margin: 0 auto 30px;
}
#english-page #history {
  padding: 60px 0px;
}
#english-page #history img.photo {
  display: block;
  max-width: 940px;
  margin: 30px auto;
}
@media screen and (max-width: 940px) {
  #english-page #history img.photo {
    max-width: 90%;
  }
}
#english-page #heritage {
  padding: 60px 0px;
}
#english-page .kabuki {
  width: 100%;
  height: 20px;
  background-image: url("../images/character/kabuki.png");
  background-repeat: repeat;
  background-size: 20%;
}
#english-page #oshichi {
  background-image: url("../images/character/bg_yellow.png");
  background-repeat: repeat;
  margin-bottom: 90px;
}
@media screen and (max-width: 740px) {
  #english-page #oshichi {
    margin-bottom: 0px;
  }
}
#english-page #oshichi .base_w {
  margin: 60px auto 0;
}
@media screen and (max-width: 940px) {
  #english-page #oshichi .base_w {
    max-width: 100%;
  }
}
#english-page #oshichi .col2 {
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 940px) {
  #english-page #oshichi .col2 {
    flex-wrap: wrap;
  }
}
#english-page #oshichi .col2 div.text {
  width: 60%;
}
@media screen and (max-width: 940px) {
  #english-page #oshichi .col2 div.text {
    width: 100%;
  }
}
#english-page #oshichi .col2 div.img {
  width: 40%;
}
@media screen and (max-width: 940px) {
  #english-page #oshichi .col2 div.img {
    width: 100%;
  }
}
#english-page #oshichi .text {
  background-image: url("../images/character/oshichi_bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0px 0px 90px;
}
@media screen and (max-width: 940px) {
  #english-page #oshichi .text {
    background-size: cover;
    background-position: center center;
  }
}
#english-page #oshichi .text p {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
#english-page #oshichi .name {
  display: block;
  width: 20%;
  margin: 0px auto;
}
#english-page #oshichi .img {
  width: 40%;
  animation: swing 3s infinite;
}
#english-page #chobei {
  position: relative;
  background-image: url("../images/character/bg_green.png");
  background-repeat: repeat;
}
#english-page #chobei .base_w {
  margin: 60px auto;
}
@media screen and (max-width: 940px) {
  #english-page #chobei .base_w {
    max-width: 100%;
  }
}
#english-page #chobei .col2 {
  flex-wrap: nowrap;
}
@media screen and (max-width: 940px) {
  #english-page #chobei .col2 {
    flex-wrap: wrap;
  }
}
#english-page #chobei .col2 div {
  width: 70%;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  #english-page #chobei .col2 div {
    width: 100%;
  }
}
#english-page #chobei .text01 {
  background-image: url("../images/character/gonpachi_bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px 0px 120px;
}
@media screen and (max-width: 940px) {
  #english-page #chobei .text01 {
    background-position: center center;
    padding: 30px 0px 60px;
    margin-bottom: 30px;
    display: flex;
    flex-flow: column;
  }
}
#english-page #chobei .text01 p {
  display: block;
  max-width: 70%;
  margin: 0px auto;
}
@media screen and (max-width: 940px) {
  #english-page #chobei .text01 p {
    max-width: 80%;
    padding: 0px;
  }
}
#english-page #chobei .text02 {
  background-image: url("../images/character/chobei_bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px 0px 120px;
}
@media screen and (max-width: 940px) {
  #english-page #chobei .text02 {
    background-position: center center;
    padding: 30px 0px 60px;
    display: flex;
    flex-flow: column;
  }
}
#english-page #chobei .text02 p {
  display: block;
  max-width: 70%;
  margin: 0px auto;
}
@media screen and (max-width: 940px) {
  #english-page #chobei .text02 p {
    max-width: 80%;
    padding: 0px;
  }
}
#english-page #chobei .name {
  display: block;
  width: 30%;
  margin: 0px auto;
}
@media screen and (max-width: 740px) {
  #english-page #chobei .name {
    width: 30%;
  }
}
#english-page #chobei .illust {
  display: block;
  width: 940px;
  margin: -450px auto 0px;
}
@media screen and (max-width: 940px) {
  #english-page #chobei .illust {
    position: static;
    width: 100%;
    margin: 0px auto 0px;
  }
}
@media screen and (max-width: 740px) {
  #english-page #chobei .illust {
    margin: 0 auto;
  }
}
#english-page #event {
  padding: 60px 0px;
}
#english-page #event ul.event {
  margin: 60px 0px 0px;
  justify-content: space-around;
}
#english-page #event ul.event li {
  margin-bottom: 30px;
}
#english-page #event ul.event li:nth-child(4) {
  margin-right: 1%;
  margin-left: auto;
}
@media screen and (max-width: 740px) {
  #english-page #event ul.event li:nth-child(4) {
    margin-right: 0;
    margin-left: 0;
  }
}
#english-page #event ul.event li:nth-child(5) {
  margin-right: auto;
  margin-left: 1%;
}
@media screen and (max-width: 740px) {
  #english-page #event ul.event li:nth-child(5) {
    margin-right: 0;
    margin-left: 0;
  }
}
#english-page #event ul.calender {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#english-page #event ul.calender li {
  width: 32%;
  margin: 20px 0px;
  border-bottom: 1px solid #7ac0d9;
}
@media screen and (max-width: 740px) {
  #english-page #event ul.calender li {
    width: 48%;
  }
}
#english-page #event ul.calender li .month {
  display: block;
  width: 60%;
  padding: 0.2rem 0.5rem;
  background-color: #ad3125;
  color: #fff;
}
#english-page #event ul.calender li.hidden {
  border-bottom: none;
}
@media screen and (max-width: 740px) {
  #english-page #event ul.calender li.hidden {
    display: none;
  }
}
#english-page #map {
  width: 100%;
  margin: 30px auto;
}
#english-page #map iframe {
  width: 100%;
}
#english-page #access {
  margin-bottom: 120px;
}
#english-page #access h3 {
  border-bottom: 2px solid #ad3125;
  margin: 90px 0px 20px;
}
#english-page #access ul {
  max-width: 600px;
  margin: 0 auto;
}
#english-page #access ul li:before {
  content: "●";
  color: #ad3125;
}