@charset "UTF-8";
/* ===========================================
 css agenda

 -- global --

 1. reset
 2. common
 3. gnav
 4. modal

 -- page --

 5. layout
 6. attender

=========================================== */
/* --------------------
  1. reset
-------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  height: 100%;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: .1em;
}

li,
ul {
  list-style: none;
}

/* --------------------
  2. common_parts
-------------------- */
br.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  br.sp {
    display: inline;
  }
}

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

.pcNone {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcNone {
    display: block;
  }
}

a {
  color: #333;
}

.alL {
  text-align: left;
}

.alR {
  text-align: right;
}

.alC {
  text-align: center;
}

p {
  margin-bottom: 1em;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

img.imgS {
  max-width: 30%;
}

@media screen and (max-width: 767px) {
  img.imgS {
    max-width: 70%;
  }
}

img.imgM {
  max-width: 50%;
}

@media screen and (max-width: 767px) {
  img.imgM {
    max-width: 90%;
  }
}

img.imgL {
  max-width: 80%;
}

@media screen and (max-width: 767px) {
  img.imgL {
    max-width: 90%;
  }
}

small {
  color: #666;
}

@media screen and (max-width: 767px) {
  .SPalLeft {
    text-align: left;
  }
}

.hidden {
  display: none;
}

.sectionArea {
  background-image: url(../img/bg-normal.jpg);
  padding: 4em 0;
}

@media screen and (max-width: 767px) {
  .sectionArea {
    padding: 2em 0;
  }
}

.sectionAreaBlue {
  background-image: url(../img/bg-blue.jpg);
}

.sectionAreaBlue h2 {
  text-align: center;
  color: #066EB7;
  padding: 1.5em 0;
  letter-spacing: .1em;
  font-size: 1.8em;
}

@media screen and (max-width: 767px) {
  .sectionAreaBlue h2 {
    font-size: 1.4em;
    padding: .8em 0;
    line-height: 1.2;
  }
}

.sectionAreaBlue h3 {
  color: #066EB7;
}

.sectionAreaGreen {
  background-image: url(../img/bg-green.jpg);
}

.sectionAreaGreen h1 {
  background-color: #7EA401;
  color: white;
  text-align: center;
  padding: .7em .5em;
  border-radius: 20px;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .sectionAreaGreen h1 {
    font-size: 1.4em;
  }
}

.sectionAreaGreen h2 {
  text-align: center;
  color: #7EA401;
  margin-bottom: 1em;
}

.h1-big {
  background-color: rgba(6, 110, 183, 0.7);
  padding: 1em 0;
}

.h1-big h1 {
  color: white;
  text-align: center;
  background-color: #066EB7;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
  padding: 1em;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
  font-size: 1.8em;
}

@media screen and (max-width: 767px) {
  .h1-big h1 {
    font-size: 1.6em;
  }
}

.inner1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.inner1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .inner1100 {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.inner1000 {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}

.inner900 {
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
}

.inner800 {
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
}

.inner700 {
  max-width: 700px;
  width: 95%;
  margin: 0 auto;
}

.inner600 {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}

.inner500 {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}

.inner400 {
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
}

.btnMail {
  margin: 3em 0;
}

@media screen and (max-width: 767px) {
  .btnMail {
    margin: 1.5em 0 1em;
  }
}

.btnMail a {
  background-color: #066EB7;
  color: white;
  background-image: url(../img/icon-mail.svg);
  background-repeat: no-repeat;
  background-position: 1.5em calc(50% - 2px);
  border-radius: 20px;
  font-size: 1.4em;
  text-decoration: none;
  padding: 1em 1em 1em 3.5em;
  letter-spacing: .2em;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .btnMail a {
    font-size: 1em;
    background-size: 20px;
  }
}

.btnMail a:hover {
  background-color: rgba(6, 110, 183, 0.8);
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.slick-slide {
  height: auto !important;
}

.slick-prev:before, .slick-next:before {
  color: #666 !important;
}

.slick-prev {
  left: 15px !important;
  z-index: 10;
}

.slick-next {
  right: 15px !important;
}

.pagetop {
  margin-bottom: 0 !important;
}

.pagetop a {
  display: block;
  text-decoration: none;
  position: fixed;
  height: 40px;
  bottom: -45px;
  z-index: 100;
  left: 82%;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: .5em .7em 0;
  border-radius: 40px 40px 0 0;
  font-size: 1em;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pagetop a {
    left: 1em;
    height: auto;
  }
}

.pagetop a.visible {
  bottom: 0;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin: 2em auto;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.movieBox {
  background-color: #ccc;
  text-align: center;
  color: white;
  height: 400px;
  padding: 1em;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .movieBox {
    height: 200px;
  }
}

.movieBox span {
  font-size: .8em;
}

/* --------------------
  3. gnav
-------------------- */
.gnav {
  position: fixed;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.gnav-inner {
  height: 120px;
  letter-spacing: .05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .gnav-inner {
    position: fixed;
    height: 100vh;
    display: block;
    top: 0;
    left: -80%;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.gnav-short {
  height: 80px;
}

@media screen and (max-width: 767px) {
  .gnav-short {
    height: 100vh;
  }
}

.gnav a {
  color: #666 !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.gnav a:hover {
  border-bottom: 3px solid #066EB7;
}

.gnav-logo img {
  width: 240px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .gnav h1 {
    display: none;
  }
  .gnav.is-open .gnav-inner {
    left: 0;
  }
  .gnav.is-open .gnavTitle {
    left: 80%;
  }
  .gnav.is-open .gnavTextMenu, .gnav.is-open .gnavIconMenu {
    display: none;
  }
  .gnav.is-open .gnavTextClose, .gnav.is-open .gnavIconClose {
    display: block;
  }
}

.gnav-ul {
  font-size: 18px;
  text-align: right;
  padding-right: 1em;
}

@media screen and (max-width: 767px) {
  .gnav-ul {
    text-align: left;
    font-size: .9em;
    margin-top: 2em;
    margin-bottom: 1em;
  }
}

.gnav-ul li {
  display: inline-block;
  margin-left: 1.2em;
  font-size: .8em;
}

@media screen and (max-width: 767px) {
  .gnav-ul li {
    display: block;
  }
}

.gnav-ul a {
  position: relative;
}

@media screen and (max-width: 767px) {
  .gnav-ul a {
    display: block;
    border-bottom: 1px dotted #999;
    padding: .5em 0;
  }
  .gnav-ul a:first-child {
    border-top: 1px dotted #999;
  }
}

.gnav-ul a::after {
  display: block;
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: calc(50% - 5px);
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .gnav-ul a::after {
    position: static;
    display: inline-block;
    margin-left: .5em;
    width: 16px;
    height: 16px;
  }
}

.gnav-ul a:hover::after {
  opacity: 1;
}

.gnavTitle {
  display: none;
}

@media screen and (max-width: 767px) {
  .gnavTitle {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 10px 0;
    text-align: center;
    padding: .2em .4em;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

.gnavText {
  font-size: .6em;
}

.gnavTextMenu {
  display: block;
}

.gnavTextClose {
  display: none;
}

.gnavIcon {
  width: 18px;
  height: 18px;
  margin: .3em auto;
  background-repeat: no-repeat;
  background-size: 18px;
}

.gnavIconMenu {
  background-image: url(../img/icon-bars.svg);
  display: block;
}

.gnavIconClose {
  background-image: url(../img/icon-close.svg);
  display: none;
}

/* --------------------
  4. ModalSection
-------------------- */
.ModalLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: opacity 0.65s;
  transition: opacity 0.65s;
  pointer-events: none;
  opacity: 0;
  z-index: 10000;
}

.ModalLayer.isShow {
  -webkit-transition: opacity 0.65s;
  transition: opacity 0.65s;
  pointer-events: auto;
  opacity: 1;
}

.ModalLayer-Mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
}

.ModalLayer-Inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 80vh;
  max-width: 1000px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .ModalLayer-Inner {
    height: 50vh;
  }
}

.Modal-Close {
  color: white;
  font-size: 2em;
  text-align: right;
  padding-right: .5em;
}

.ModalSection {
  background: #fff;
}

.Modal-Inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
}

.Modal-Inner iframe {
  width: 100%;
  height: 80vh;
}

@media screen and (max-width: 767px) {
  .Modal-Inner iframe {
    height: 50vh;
  }
}

.Modal-Inner-Headline {
  text-align: center;
  font-size: 24px;
}

.Modal-Inner-Text {
  text-align: center;
}

.js-modalToggle {
  cursor: pointer;
}

/* --------------------
  5. layout
-------------------- */
@media screen and (max-width: 767px) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  background-color: #fff;
  font-family: Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.1em;
  line-height: 1.6;
  color: #333;
}

body .nbsp {
  display: none;
}

@media screen and (max-width: 767px) {
  body .nbsp {
    display: inline;
  }
}

.header-h1 {
  display: none;
}

@media screen and (max-width: 767px) {
  .header-h1 {
    display: none;
  }
}

.breadcrumb {
  text-align: left;
  font-size: .7em;
  background-color: #ededed;
  padding-top: 128px;
  padding-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-top: .6em;
    padding-left: 5em;
  }
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li::after {
  content: ' >';
}

.breadcrumb a {
  color: #666;
}

.pagenav {
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: center bottom;
  clear: both;
}

@media screen and (max-width: 767px) {
  .pagenav {
    background-size: cover;
  }
}

.pagenav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .pagenav ul {
    display: block;
    height: auto;
    padding: 1em 0 2em 2.5em;
  }
}

.pagenav ul li {
  margin: 0 1em;
}

@media screen and (max-width: 767px) {
  .pagenav ul li {
    margin-bottom: 1em;
  }
}

.pagenav ul li a {
  color: white;
  text-decoration: none;
  border-radius: 5px;
  padding: .5em 2em .5em 1em;
  background-image: url(../img/icon-arrowB-wh.svg);
  background-size: 12px;
  background-position: calc(100% - .5em) center;
  background-repeat: no-repeat;
  -webkit-transition: .3s;
  transition: .3s;
}

.pagenav ul li a:hover {
  background-position: calc(100% - .5em) 60%;
}

.pagenav.fixed {
  position: fixed;
  width: 100%;
  top: 80px;
  left: 0;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .pagenav.fixed {
    position: static;
  }
}

main {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }
}

.topLead {
  color: #066EB7;
  text-align: center;
  background-image: url(../img/lead-bg.jpg);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 4em 0 10em;
}

@media screen and (max-width: 767px) {
  .topLead {
    background-size: cover;
  }
}

.topLead h1 {
  font-size: 1.6em;
}

@media screen and (max-width: 767px) {
  .topLead h1 {
    font-size: 1.2em;
  }
}

.topLead img {
  display: block;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .topLead img {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .topLead h2 {
    font-size: 1em;
  }
}

.topMap {
  background-image: url(../img/lead-map.jpg);
  background-size: 100%;
  padding: 1em 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .topMap {
    background-image: url(../img/lead-map-single.jpg);
    background-size: auto 15em;
    background-position: right top;
    padding-top: 13em;
  }
}

.topMap-left {
  width: 600px;
}

@media screen and (max-width: 767px) {
  .topMap-left {
    width: 100%;
  }
}

.topMap h2 {
  font-size: 1.2em;
}

.topMap h3 {
  color: #066EB7;
  margin-bottom: 1em;
}

.topMap h3 img {
  width: 300px;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .topMap h3 img {
    width: 80%;
  }
}

.topAttender {
  padding-top: 0 !important;
}

.topAttender-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 2em 0 4em;
}

@media screen and (max-width: 767px) {
  .topAttender-list ul {
    display: block;
  }
}

.topAttender-list ul li {
  width: 30%;
  background-color: white;
  border-radius: 15px;
  padding: 2em 1em 5em;
  line-height: 1.4;
  position: relative;
}

@media screen and (max-width: 767px) {
  .topAttender-list ul li {
    width: 90%;
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
  }
  .topAttender-list ul li:last-child {
    margin-bottom: 0;
  }
}

.topAttender-list ul li p {
  margin-bottom: .3em;
}

.topAttender-list ul li a {
  text-decoration: none;
}

.topAttender-list ul li img {
  -webkit-transition: .3s;
  transition: .3s;
}

.topAttender-list ul li img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.topAttender-list-flag {
  border-left: 4px solid rgba(6, 110, 183, 0.5);
  padding: .3em 0 1em;
  position: absolute;
  top: -1em;
  font-family: 'Barlow Condensed', sans-serif;
}

.topAttender-list-flag span {
  background-color: #066EB7;
  color: white;
  padding: .3em .5em;
}

.topAttender-list-kana {
  font-weight: bold;
  margin-bottom: 0 !important;
}

.topAttender-list-name {
  font-size: 2em;
}

.topAttender-list-tag {
  margin: .3em 0;
}

.topAttender-list-tag span {
  background-color: #066EB7;
  color: white;
  padding: .2em .4em;
  margin-right: .4em;
  font-size: .7em;
}

.topAttender-list-text {
  font-size: .7em;
  margin-top: .8em;
  width: 65%;
}

.topAttender-list-photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  margin-bottom: 0;
}

.topAttender-list-photo img {
  width: 100%;
}

.topAttender-list-btn {
  position: absolute;
  background-color: #7EA401;
  color: white;
  right: -1em;
  bottom: 1em;
  line-height: 1.2;
  font-size: .9em;
  border-radius: 10px;
  padding: .3em 1.5em .3em .5em;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  background-image: url(../img/icon-arrowR.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
}

@media screen and (max-width: 767px) {
  .topAttender-list-btn {
    right: .5em;
  }
}

.topAttender-plan {
  background-image: url(../img/bg-normal.jpg);
  padding-bottom: 4em;
}

.topAttender-plan-ul {
  text-align: center;
}

.topAttender-plan-ul img {
  margin-bottom: 1em;
}

.topAttender-plan-ul li:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 90px solid transparent;
  border-top-color: rgba(6, 110, 183, 0.3);
  -webkit-transform: scale(1, 0.5);
          transform: scale(1, 0.5);
  margin: -30px auto -50px;
}

.topAttender-plan-ul li:last-child:after {
  border: none;
  margin: 0;
}

.topAttender-planImg1 {
  width: 486px;
}

.topAttender-planImg2 {
  width: 308px;
}

.topAttender-dif {
  background-image: url(../img/bg-blue.jpg);
}

@media screen and (max-width: 767px) {
  .topAttender-dif {
    padding-bottom: 0;
  }
}

.topAttender-dif table {
  table-layout: fixed;
}

.topAttender-dif table thead th {
  color: white;
}

.topAttender-dif table thead th.normal {
  background-color: #999;
}

.topAttender-dif table thead th.murabitravel {
  background-color: #066EB7;
  padding: 1em;
}

.topAttender-dif table thead th.murabitravel img {
  width: 200px;
}

.topAttender-dif table tbody th, .topAttender-dif table tbody td {
  background-color: #fff;
  text-align: center;
  padding: 1em 2em;
}

.topAttender-dif table tbody th, .topAttender-dif table tbody td.normal {
  white-space: nowrap;
}

.topAttender-dif table tbody td.murabitravel {
  border-left: 3px solid #066EB7;
  border-right: 3px solid #066EB7;
}

.topAttender-dif table tbody tr:last-child td.murabitravel {
  border-bottom: 3px solid #066EB7;
}

.topAttender-dif table tbody p {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .topAttender-dif table td:before {
    content: attr(data-label);
    color: white;
    padding: .3em .5em;
    display: block;
    font-size: .8em;
    margin-bottom: .5em;
  }
  .topAttender-dif table td.normal:before {
    background-color: #999;
  }
  .topAttender-dif table td.murabitravel:before {
    background-color: #066EB7;
  }
  .topAttender-dif table thead {
    display: none;
  }
  .topAttender-dif table tbody th, .topAttender-dif table tbody td {
    display: block;
  }
  .topAttender-dif table tbody th, .topAttender-dif table tbody td.normal {
    white-space: normal;
  }
  .topAttender-dif table tbody th {
    border-bottom: 1px dotted #999;
  }
  .topAttender-dif table tbody td {
    padding: 1em;
  }
  .topAttender-dif table tbody td.murabitravel,
  .topAttender-dif table tbody tr:last-child td.murabitravel {
    border: none;
  }
  .topAttender-dif table tr {
    display: block;
    margin-bottom: 1em;
  }
}

.topPeople ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3em 0;
}

@media screen and (max-width: 767px) {
  .topPeople ul {
    display: block;
    margin: 1em 0;
  }
}

.topPeople ul li {
  width: 31%;
  background-color: white;
  border-radius: 10px;
  padding: 1em;
  margin-top: 4em;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .topPeople ul li {
    width: 90%;
    margin: 5em auto 1em;
  }
}

.topPeople ul li h3 {
  color: #784731;
  letter-spacing: 0;
  font-size: .9em;
  line-height: 1.2;
  text-align: center;
}

.topPeople ul li h4 {
  color: #7EA401;
  letter-spacing: 0;
  font-size: 1.3em;
  text-align: center;
}

.topPeople ul li p {
  line-height: 1.4;
  font-size: .9em;
}

.topPeople-prof {
  border-radius: 50%;
  display: block;
  text-align: center;
  width: 80%;
  margin-bottom: .5em;
  margin-top: -5em;
}

@media screen and (max-width: 767px) {
  .topPeople-prof {
    width: 60%;
  }
}

.topPlace h1 {
  background-color: #784731;
  color: white;
  text-align: center;
  padding: .7em .5em;
  border-radius: 20px;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .topPlace h1 {
    font-size: 1.4em;
  }
}

.bannerPlace h1 {
	background-color: #066EB7;
	color: white;
	text-align: center;
	border-radius: 20px;
	padding: .7em .5em;
	margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .bannerPlace h1 {
    font-size: 1.4em;
  }
}

.topFreePlan li {
  border: 5px solid #7EA401;
  background-color: #fff;
  padding: 1em;
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .topFreePlan li {
    display: block;
  }
}

.topFreePlan li img {
  margin-right: 1em;
}

.topFreePlan li p {
  margin-top: .5em;
}

@media screen and (max-width: 767px) {
  .topFreePlan li p {
    font-size: .9em;
    line-height: 1.4;
    margin-bottom: 0;
  }
}

.topFreeTour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3em 0;
}

@media screen and (max-width: 767px) {
  .topFreeTour {
    display: block;
    margin: 1em 0;
  }
}

.topFreeTour li {
  width: 31%;
  background-color: white;
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .topFreeTour li {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
}

.topFreeTour li:last-child {
  font-weight: bold;
  padding-top: 7em;
}

@media screen and (max-width: 767px) {
  .topFreeTour li:last-child {
    padding-top: 2em;
  }
}

.topFreeTour li h3 {
  color: #784731;
  letter-spacing: 0;
  font-size: .9em;
  line-height: 1.2;
}

.topFreeTour li h4 {
  color: #7EA401;
  letter-spacing: 0;
  font-size: 1.3em;
}

.topFreeTour li p {
  line-height: 1.4;
  font-size: .9em;
}

.topEnjoy h1 {
  text-align: center;
  color: #7EA401;
  padding: 0 0 1.5em;
  letter-spacing: .1em;
  font-size: 1.8em;
}

@media screen and (max-width: 767px) {
  .topEnjoy h1 {
    font-size: 1.4em;
  }
}

.topEnjoyBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .topEnjoyBox {
    display: block;
  }
}

.topEnjoyThumb {
  background-color: #7EA401;
  color: white;
  text-align: center;
  padding: 2em 3em 1em;
}

.topEnjoyThumb p {
  margin-top: 1em;
  margin-bottom: 0;
}

.topEnjoyCheck {
  border: 5px solid #7EA401;
  background-color: #fff;
  border-left: none;
  padding: 3em 2em 1em;
}

@media screen and (max-width: 767px) {
  .topEnjoyCheck {
    padding: 1em;
    border-left: 5px solid #7EA401;
    border-top: none;
  }
}

.topEnjoyCheck li {
  background-image: url(../img/icon-check.svg);
  background-repeat: no-repeat;
  padding-left: 2em;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .topEnjoyCheck li {
    padding-left: 1.6em;
    background-position: left 3px;
    line-height: 1.4;
  }
}

.contact {
  padding: 2em 0;
  text-align: center;
}

.contact h1 {
  text-align: center;
  color: #066EB7;
  padding: 1.5em 0;
  letter-spacing: .1em;
  font-size: 1.8em;
}

@media screen and (max-width: 767px) {
  .contact h1 {
    font-size: 1.4em;
    padding: 0 0 1em;
  }
}

@media screen and (max-width: 767px) {
  .contact h2 {
    font-size: 1em;
  }
}

.contact-address {
  font-size: .8em;
  line-height: 1.4;
}

footer {
  background-color: #ededed;
  text-align: center;
  font-size: .8em;
  padding: 2em 0;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  footer {
    font-size: .6em;
  }
}

/* --------------------
  6. attender
-------------------- */
.attender-profile-lead .topAttender-list-flag {
  top: -3em;
}

.attender-profile-lead .topAttender-list-kana, .attender-profile-lead .topAttender-list-name, .attender-profile-lead .topAttender-list-tag {
  display: inline;
}

@media screen and (max-width: 767px) {
  .attender-profile-lead .topAttender-list-kana, .attender-profile-lead .topAttender-list-name, .attender-profile-lead .topAttender-list-tag {
    display: block;
  }
}

.attender-profile-lead .topAttender-list-text {
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .attender-profile-lead .topAttender-list-text {
    font-size: .8em;
  }
}

.attender-profile-lead .topAttender-list-photo {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .attender-profile-lead .topAttender-list-photo {
    width: 240px;
  }
}

.attender-profile-lead .topAttender-list-sns a {
  margin-right: .5em;
}

.attender-profile {
  background-image: url(../img/bg-blue.jpg);
  text-align: center;
  padding: 3em 0;
}

.attender-profile-inner {
  background-color: white;
  border-radius: 15px;
  padding: 2em 4em;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .attender-profile-inner {
    padding: 2em 1em;
  }
}

.attender-profile-lead {
  position: relative;
  border-bottom: 1px dashed #999;
  padding-bottom: 2em;
}

.attender-profile-detail {
  padding-top: 2em;
}

.attender-profile-detail h2 {
  font-size: 1.2em;
  color: #066EB7;
  margin-bottom: .5em;
}

.attender-rule {
  text-align: center;
  color: #066EB7;
  font-weight: bold;
  font-size: 1.2em;
  padding-top: 1em;
}

.attender-plan-ul {
  position: relative;
  z-index: 0;
}

.attender-plan-ul li {
  border-radius: 20px;
  border: 4px solid #7EA401;
  background-color: white;
  padding: 1em 2em;
  position: relative;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .attender-plan-ul li {
    padding: 1em;
  }
}

.attender-plan-ul li h4 {
  font-size: 1.2em;
}

@media screen and (max-width: 767px) {
  .attender-plan-ul li h4 {
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: .3em;
  }
}

.attender-plan-ul li p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .attender-plan-ul li p {
    font-size: .8em;
    line-height: 1.4;
  }
}

.attender-plan-ulborder:after {
  position: absolute;
  width: 10px;
  height: 100%;
  background-color: #7EA401;
  content: '';
  display: block;
  top: 0;
  left: 50%;
  z-index: -1;
}

.attender-plan-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.attender-plan-gallery li {
  width: 48%;
  margin-top: 1em;
}

.attender-plan-green {
  text-align: center;
  background-color: #7EA401 !important;
  color: white;
}

.attender-plan-thumb {
  width: 200px;
  height: auto;
  float: right;
  padding-left: 1em;
  padding-bottom: 1em;
}

.attender-plan-time {
  background-color: #7EA401;
  border-radius: 20px;
  padding: .2em .8em;
  display: inline-block;
  color: white;
  position: absolute;
  top: -1em;
  left: -1em;
}

@media screen and (max-width: 767px) {
  .attender-plan-time {
    left: 0;
  }
}

.attender-plan-time + h4 {
  margin-top: .5em;
}

.attender-plan-free-area {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .attender-plan-free-area {
    display: block;
    margin-bottom: 2em;
  }
}

.attender-plan-free-box {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .attender-plan-free-box {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

.attender-plan-free h3 {
  color: white;
  background-color: #ED8002;
  border-radius: 20px;
  text-align: center;
  padding: 1em;
  font-size: 1.2em;
  margin: .5em 0;
}

.attender-plan-free h4 {
  color: #ED8002;
  text-align: center;
}

.attender-plan-free p {
  font-size: .9em;
  line-height: 1.4;
  margin-top: .5em;
}

.attender-plan-detail {
  background-image: url(../img/bg-normal.jpg);
  padding: 2em 0 4em;
}

.attender-plan-detail dl {
  border-bottom: 1px dotted #999;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.attender-plan-detail dt {
  display: inline-block;
  width: 5em;
  margin-right: .5em;
  vertical-align: top;
  font-weight: bold;
  font-size: .9em;
}

.attender-plan-detail dd {
  display: inline-block;
  width: calc(100% - 6em);
}

/* --------------------
  1. reset
-------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  height: 100%;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: .1em;
}

li,
ul {
  list-style: none;
}

/* --------------------
  2. common_parts
-------------------- */
br.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  br.sp {
    display: inline;
  }
}

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

.pcNone {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcNone {
    display: block;
  }
}

a {
  color: #333;
}

.alL {
  text-align: left;
}

.alR {
  text-align: right;
}

.alC {
  text-align: center;
}

p {
  margin-bottom: 1em;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

img.imgS {
  max-width: 30%;
}

@media screen and (max-width: 767px) {
  img.imgS {
    max-width: 70%;
  }
}

img.imgM {
  max-width: 50%;
}

@media screen and (max-width: 767px) {
  img.imgM {
    max-width: 90%;
  }
}

img.imgL {
  max-width: 80%;
}

@media screen and (max-width: 767px) {
  img.imgL {
    max-width: 90%;
  }
}

small {
  color: #666;
}

@media screen and (max-width: 767px) {
  .SPalLeft {
    text-align: left;
  }
}

.hidden {
  display: none;
}

.sectionArea {
  background-image: url(../img/bg-normal.jpg);
  padding: 4em 0;
}

@media screen and (max-width: 767px) {
  .sectionArea {
    padding: 2em 0;
  }
}

.sectionAreaBlue {
  background-image: url(../img/bg-blue.jpg);
}

.sectionAreaBlue h2 {
  text-align: center;
  color: #066EB7;
  padding: 1.5em 0;
  letter-spacing: .1em;
  font-size: 1.8em;
}

@media screen and (max-width: 767px) {
  .sectionAreaBlue h2 {
    font-size: 1.4em;
    padding: .8em 0;
    line-height: 1.2;
  }
}

.sectionAreaBlue h3 {
  color: #066EB7;
}

.sectionAreaGreen {
  background-image: url(../img/bg-green.jpg);
}

.sectionAreaGreen h1 {
  background-color: #7EA401;
  color: white;
  text-align: center;
  padding: .7em .5em;
  border-radius: 20px;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .sectionAreaGreen h1 {
    font-size: 1.4em;
  }
}

.sectionAreaGreen h2 {
  text-align: center;
  color: #7EA401;
  margin-bottom: 1em;
}

.h1-big {
  background-color: rgba(6, 110, 183, 0.7);
  padding: 1em 0;
}

.h1-big h1 {
  color: white;
  text-align: center;
  background-color: #066EB7;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
  padding: 1em;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
  font-size: 1.8em;
}

@media screen and (max-width: 767px) {
  .h1-big h1 {
    font-size: 1.6em;
  }
}

.inner1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.inner1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .inner1100 {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.inner1000 {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}

.inner900 {
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
}

.inner800 {
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
}

.inner700 {
  max-width: 700px;
  width: 95%;
  margin: 0 auto;
}

.inner600 {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}

.inner500 {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}

.inner400 {
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
}

.btnMail {
  margin: 3em 0;
}

@media screen and (max-width: 767px) {
  .btnMail {
    margin: 1.5em 0 1em;
  }
}

.btnMail a {
  background-color: #066EB7;
  color: white;
  background-image: url(../img/icon-mail.svg);
  background-repeat: no-repeat;
  background-position: 1.5em calc(50% - 2px);
  border-radius: 20px;
  font-size: 1.4em;
  text-decoration: none;
  padding: 1em 1em 1em 3.5em;
  letter-spacing: .2em;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .btnMail a {
    font-size: 1em;
    background-size: 20px;
  }
}

.btnMail a:hover {
  background-color: rgba(6, 110, 183, 0.8);
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.slick-slide {
  height: auto !important;
}

.slick-prev:before, .slick-next:before {
  color: #666 !important;
}

.slick-prev {
  left: 15px !important;
  z-index: 10;
}

.slick-next {
  right: 15px !important;
}

.pagetop {
  margin-bottom: 0 !important;
}

.pagetop a {
  display: block;
  text-decoration: none;
  position: fixed;
  height: 40px;
  bottom: -45px;
  z-index: 100;
  left: 82%;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: .5em .7em 0;
  border-radius: 40px 40px 0 0;
  font-size: 1em;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pagetop a {
    left: 1em;
    height: auto;
  }
}

.pagetop a.visible {
  bottom: 0;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin: 2em auto;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.movieBox {
  background-color: #ccc;
  text-align: center;
  color: white;
  height: 400px;
  padding: 1em;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .movieBox {
    height: 200px;
  }
}

.movieBox span {
  font-size: .8em;
}

/* --------------------
  3. gnav
-------------------- */
.gnav {
  position: fixed;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.gnav-inner {
  height: 120px;
  letter-spacing: .05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .gnav-inner {
    position: fixed;
    height: 100vh;
    display: block;
    top: 0;
    left: -80%;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.gnav-short {
  height: 80px;
}

@media screen and (max-width: 767px) {
  .gnav-short {
    height: 100vh;
  }
}

.gnav a {
  color: #666 !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.gnav a:hover {
  border-bottom: 3px solid #066EB7;
}

.gnav-logo img {
  width: 240px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .gnav h1 {
    display: none;
  }
  .gnav.is-open .gnav-inner {
    left: 0;
  }
  .gnav.is-open .gnavTitle {
    left: 80%;
  }
  .gnav.is-open .gnavTextMenu, .gnav.is-open .gnavIconMenu {
    display: none;
  }
  .gnav.is-open .gnavTextClose, .gnav.is-open .gnavIconClose {
    display: block;
  }
}

.gnav-ul {
  font-size: 18px;
  text-align: right;
  padding-right: 1em;
}

@media screen and (max-width: 767px) {
  .gnav-ul {
    text-align: left;
    font-size: .9em;
    margin-top: 2em;
    margin-bottom: 1em;
  }
}

.gnav-ul li {
  display: inline-block;
  margin-left: 1.2em;
  font-size: .8em;
}

@media screen and (max-width: 767px) {
  .gnav-ul li {
    display: block;
  }
}

.gnav-ul a {
  position: relative;
}

@media screen and (max-width: 767px) {
  .gnav-ul a {
    display: block;
    border-bottom: 1px dotted #999;
    padding: .5em 0;
  }
  .gnav-ul a:first-child {
    border-top: 1px dotted #999;
  }
}

.gnav-ul a::after {
  display: block;
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: calc(50% - 5px);
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .gnav-ul a::after {
    position: static;
    display: inline-block;
    margin-left: .5em;
    width: 16px;
    height: 16px;
  }
}

.gnav-ul a:hover::after {
  opacity: 1;
}

.gnavTitle {
  display: none;
}

@media screen and (max-width: 767px) {
  .gnavTitle {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 10px 0;
    text-align: center;
    padding: .2em .4em;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

.gnavText {
  font-size: .6em;
}

.gnavTextMenu {
  display: block;
}

.gnavTextClose {
  display: none;
}

.gnavIcon {
  width: 18px;
  height: 18px;
  margin: .3em auto;
  background-repeat: no-repeat;
  background-size: 18px;
}

.gnavIconMenu {
  background-image: url(../img/icon-bars.svg);
  display: block;
}

.gnavIconClose {
  background-image: url(../img/icon-close.svg);
  display: none;
}

/* --------------------
  4. ModalSection
-------------------- */
.ModalLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: opacity 0.65s;
  transition: opacity 0.65s;
  pointer-events: none;
  opacity: 0;
  z-index: 10000;
}

.ModalLayer.isShow {
  -webkit-transition: opacity 0.65s;
  transition: opacity 0.65s;
  pointer-events: auto;
  opacity: 1;
}

.ModalLayer-Mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
}

.ModalLayer-Inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 80vh;
  max-width: 1000px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .ModalLayer-Inner {
    height: 50vh;
  }
}

.Modal-Close {
  color: white;
  font-size: 2em;
  text-align: right;
  padding-right: .5em;
}

.ModalSection {
  background: #fff;
}

.Modal-Inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
}

.Modal-Inner iframe {
  width: 100%;
  height: 80vh;
}

@media screen and (max-width: 767px) {
  .Modal-Inner iframe {
    height: 50vh;
  }
}

.Modal-Inner-Headline {
  text-align: center;
  font-size: 24px;
}

.Modal-Inner-Text {
  text-align: center;
}

.js-modalToggle {
  cursor: pointer;
}

/* --------------------
  5. layout
-------------------- */
@media screen and (max-width: 767px) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  background-color: #fff;
  font-family: Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.1em;
  line-height: 1.6;
  color: #333;
}

body .nbsp {
  display: none;
}

@media screen and (max-width: 767px) {
  body .nbsp {
    display: inline;
  }
}

.header-h1 {
  display: none;
}

@media screen and (max-width: 767px) {
  .header-h1 {
    display: none;
  }
}

.breadcrumb {
  text-align: left;
  font-size: .7em;
  background-color: #ededed;
  padding-top: 128px;
  padding-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-top: .6em;
    padding-left: 5em;
  }
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li::after {
  content: ' >';
}

.breadcrumb a {
  color: #666;
}

.pagenav {
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: center bottom;
  clear: both;
}

@media screen and (max-width: 767px) {
  .pagenav {
    background-size: cover;
  }
}

.pagenav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .pagenav ul {
    display: block;
    height: auto;
    padding: 1em 0 2em 2.5em;
  }
}

.pagenav ul li {
  margin: 0 1em;
}

@media screen and (max-width: 767px) {
  .pagenav ul li {
    margin-bottom: 1em;
  }
}

.pagenav ul li a {
  color: white;
  text-decoration: none;
  border-radius: 5px;
  padding: .5em 2em .5em 1em;
  background-image: url(../img/icon-arrowB-wh.svg);
  background-size: 12px;
  background-position: calc(100% - .5em) center;
  background-repeat: no-repeat;
  -webkit-transition: .3s;
  transition: .3s;
}

.pagenav ul li a:hover {
  background-position: calc(100% - .5em) 60%;
}

.pagenav.fixed {
  position: fixed;
  width: 100%;
  top: 80px;
  left: 0;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .pagenav.fixed {
    position: static;
  }
}

main {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }
}

.topLead {
  color: #066EB7;
  text-align: center;
  background-image: url(../img/lead-bg.jpg);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 4em 0 10em;
}

@media screen and (max-width: 767px) {
  .topLead {
    background-size: cover;
  }
}

.topLead h1 {
  font-size: 1.6em;
}

@media screen and (max-width: 767px) {
  .topLead h1 {
    font-size: 1.2em;
  }
}

.topLead img {
  display: block;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .topLead img {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .topLead h2 {
    font-size: 1em;
  }
}

.topMap {
  background-image: url(../img/lead-map.jpg);
  background-size: 100%;
  padding: 1em 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .topMap {
    background-image: url(../img/lead-map-single.jpg);
    background-size: auto 15em;
    background-position: right top;
    padding-top: 13em;
  }
}

.topMap-left {
  width: 600px;
}

@media screen and (max-width: 767px) {
  .topMap-left {
    width: 100%;
  }
}

.topMap h2 {
  font-size: 1.2em;
}

.topMap h3 {
  color: #066EB7;
  margin-bottom: 1em;
}

.topMap h3 img {
  width: 300px;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .topMap h3 img {
    width: 80%;
  }
}

.topAttender {
  padding-top: 0 !important;
}

.topAttender-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 2em 0 4em;
}

@media screen and (max-width: 767px) {
  .topAttender-list ul {
    display: block;
  }
}

.topAttender-list ul li {
  width: 30%;
  background-color: white;
  border-radius: 15px;
  padding: 2em 1em 5em;
  line-height: 1.4;
  position: relative;
}

@media screen and (max-width: 767px) {
  .topAttender-list ul li {
    width: 90%;
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
  }
  .topAttender-list ul li:last-child {
    margin-bottom: 0;
  }
}

.topAttender-list ul li p {
  margin-bottom: .3em;
}

.topAttender-list ul li a {
  text-decoration: none;
}

.topAttender-list ul li img {
  -webkit-transition: .3s;
  transition: .3s;
}

.topAttender-list ul li img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.topAttender-list-flag {
  border-left: 4px solid rgba(6, 110, 183, 0.5);
  padding: .3em 0 1em;
  position: absolute;
  top: -1em;
  font-family: 'Barlow Condensed', sans-serif;
}

.topAttender-list-flag span {
  background-color: #066EB7;
  color: white;
  padding: .3em .5em;
}

.topAttender-list-kana {
  font-weight: bold;
  margin-bottom: 0 !important;
}

.topAttender-list-name {
  font-size: 2em;
}

.topAttender-list-tag {
  margin: .3em 0;
}

.topAttender-list-tag span {
  background-color: #066EB7;
  color: white;
  padding: .2em .4em;
  margin-right: .4em;
  font-size: .7em;
}

.topAttender-list-text {
  font-size: .7em;
  margin-top: .8em;
  width: 65%;
}

.topAttender-list-photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  margin-bottom: 0;
}

.topAttender-list-photo img {
  width: 100%;
}

.topAttender-list-btn {
  position: absolute;
  background-color: #7EA401;
  color: white;
  right: -1em;
  bottom: 1em;
  line-height: 1.2;
  font-size: .9em;
  border-radius: 10px;
  padding: .3em 1.5em .3em .5em;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  background-image: url(../img/icon-arrowR.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
}

@media screen and (max-width: 767px) {
  .topAttender-list-btn {
    right: .5em;
  }
}

.topAttender-plan {
  background-image: url(../img/bg-normal.jpg);
  padding-bottom: 4em;
}

.topAttender-plan-ul {
  text-align: center;
}

.topAttender-plan-ul img {
  margin-bottom: 1em;
}

.topAttender-plan-ul li:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 90px solid transparent;
  border-top-color: rgba(6, 110, 183, 0.3);
  -webkit-transform: scale(1, 0.5);
          transform: scale(1, 0.5);
  margin: -30px auto -50px;
}

.topAttender-plan-ul li:last-child:after {
  border: none;
  margin: 0;
}

.topAttender-planImg1 {
  width: 486px;
}

.topAttender-planImg2 {
  width: 308px;
}

.topAttender-dif {
  background-image: url(../img/bg-blue.jpg);
}

@media screen and (max-width: 767px) {
  .topAttender-dif {
    padding-bottom: 0;
  }
}

.topAttender-dif table {
  table-layout: fixed;
}

.topAttender-dif table thead th {
  color: white;
}

.topAttender-dif table thead th.normal {
  background-color: #999;
}

.topAttender-dif table thead th.murabitravel {
  background-color: #066EB7;
  padding: 1em;
}

.topAttender-dif table thead th.murabitravel img {
  width: 200px;
}

.topAttender-dif table tbody th, .topAttender-dif table tbody td {
  background-color: #fff;
  text-align: center;
  padding: 1em 2em;
}

.topAttender-dif table tbody th, .topAttender-dif table tbody td.normal {
  white-space: nowrap;
}

.topAttender-dif table tbody td.murabitravel {
  border-left: 3px solid #066EB7;
  border-right: 3px solid #066EB7;
}

.topAttender-dif table tbody tr:last-child td.murabitravel {
  border-bottom: 3px solid #066EB7;
}

.topAttender-dif table tbody p {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .topAttender-dif table td:before {
    content: attr(data-label);
    color: white;
    padding: .3em .5em;
    display: block;
    font-size: .8em;
    margin-bottom: .5em;
  }
  .topAttender-dif table td.normal:before {
    background-color: #999;
  }
  .topAttender-dif table td.murabitravel:before {
    background-color: #066EB7;
  }
  .topAttender-dif table thead {
    display: none;
  }
  .topAttender-dif table tbody th, .topAttender-dif table tbody td {
    display: block;
  }
  .topAttender-dif table tbody th, .topAttender-dif table tbody td.normal {
    white-space: normal;
  }
  .topAttender-dif table tbody th {
    border-bottom: 1px dotted #999;
  }
  .topAttender-dif table tbody td {
    padding: 1em;
  }
  .topAttender-dif table tbody td.murabitravel,
  .topAttender-dif table tbody tr:last-child td.murabitravel {
    border: none;
  }
  .topAttender-dif table tr {
    display: block;
    margin-bottom: 1em;
  }
}

.topPeople ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3em 0;
}

@media screen and (max-width: 767px) {
  .topPeople ul {
    display: block;
    margin: 1em 0;
  }
}

.topPeople ul li {
  width: 31%;
  background-color: white;
  border-radius: 10px;
  padding: 1em;
  margin-top: 4em;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .topPeople ul li {
    width: 90%;
    margin: 5em auto 1em;
  }
}

.topPeople ul li h3 {
  color: #784731;
  letter-spacing: 0;
  font-size: .9em;
  line-height: 1.2;
  text-align: center;
}

.topPeople ul li h4 {
  color: #7EA401;
  letter-spacing: 0;
  font-size: 1.3em;
  text-align: center;
}

.topPeople ul li p {
  line-height: 1.4;
  font-size: .9em;
}

.topPeople-prof {
  border-radius: 50%;
  display: block;
  text-align: center;
  width: 80%;
  margin-bottom: .5em;
  margin-top: -5em;
}

@media screen and (max-width: 767px) {
  .topPeople-prof {
    width: 60%;
  }
}

.topPlace h1 {
  background-color: #784731;
  color: white;
  text-align: center;
  padding: .7em .5em;
  border-radius: 20px;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .topPlace h1 {
    font-size: 1.4em;
  }
}

.topFreePlan li {
  border: 5px solid #7EA401;
  background-color: #fff;
  padding: 1em;
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .topFreePlan li {
    display: block;
  }
}

.topFreePlan li img {
  margin-right: 1em;
}

.topFreePlan li p {
  margin-top: .5em;
}

@media screen and (max-width: 767px) {
  .topFreePlan li p {
    font-size: .9em;
    line-height: 1.4;
    margin-bottom: 0;
  }
}

.topFreeTour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3em 0;
}

@media screen and (max-width: 767px) {
  .topFreeTour {
    display: block;
    margin: 1em 0;
  }
}

.topFreeTour li {
  width: 31%;
  background-color: white;
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .topFreeTour li {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
}

.topFreeTour li:last-child {
  font-weight: bold;
  padding-top: 7em;
}

@media screen and (max-width: 767px) {
  .topFreeTour li:last-child {
    padding-top: 2em;
  }
}

.topFreeTour li h3 {
  color: #784731;
  letter-spacing: 0;
  font-size: .9em;
  line-height: 1.2;
}

.topFreeTour li h4 {
  color: #7EA401;
  letter-spacing: 0;
  font-size: 1.3em;
}

.topFreeTour li p {
  line-height: 1.4;
  font-size: .9em;
}

.topEnjoy h1 {
  text-align: center;
  color: #7EA401;
  padding: 0 0 1.5em;
  letter-spacing: .1em;
  font-size: 1.8em;
}

@media screen and (max-width: 767px) {
  .topEnjoy h1 {
    font-size: 1.4em;
  }
}

.topEnjoyBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .topEnjoyBox {
    display: block;
  }
}

.topEnjoyThumb {
  background-color: #7EA401;
  color: white;
  text-align: center;
  padding: 2em 3em 1em;
}

.topEnjoyThumb p {
  margin-top: 1em;
  margin-bottom: 0;
}

.topEnjoyCheck {
  border: 5px solid #7EA401;
  background-color: #fff;
  border-left: none;
  padding: 3em 2em 1em;
}

@media screen and (max-width: 767px) {
  .topEnjoyCheck {
    padding: 1em;
    border-left: 5px solid #7EA401;
    border-top: none;
  }
}

.topEnjoyCheck li {
  background-image: url(../img/icon-check.svg);
  background-repeat: no-repeat;
  padding-left: 2em;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .topEnjoyCheck li {
    padding-left: 1.6em;
    background-position: left 3px;
    line-height: 1.4;
  }
}

.contact {
  padding: 2em 0;
  text-align: center;
}

.contact h1 {
  text-align: center;
  color: #066EB7;
  padding: 1.5em 0;
  letter-spacing: .1em;
  font-size: 1.8em;
}

@media screen and (max-width: 767px) {
  .contact h1 {
    font-size: 1.4em;
    padding: 0 0 1em;
  }
}

@media screen and (max-width: 767px) {
  .contact h2 {
    font-size: 1em;
  }
}

.contact-address {
  font-size: .8em;
  line-height: 1.4;
}

footer {
  background-color: #ededed;
  text-align: center;
  font-size: .8em;
  padding: 2em 0;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  footer {
    font-size: .6em;
  }
}

/* --------------------
  6. attender
-------------------- */
.attender-profile-lead .topAttender-list-flag {
  top: -3em;
}

.attender-profile-lead .topAttender-list-kana, .attender-profile-lead .topAttender-list-name, .attender-profile-lead .topAttender-list-tag {
  display: inline;
}

@media screen and (max-width: 767px) {
  .attender-profile-lead .topAttender-list-kana, .attender-profile-lead .topAttender-list-name, .attender-profile-lead .topAttender-list-tag {
    display: block;
  }
}

.attender-profile-lead .topAttender-list-text {
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .attender-profile-lead .topAttender-list-text {
    font-size: .8em;
  }
}

.attender-profile-lead .topAttender-list-photo {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .attender-profile-lead .topAttender-list-photo {
    width: 240px;
  }
}

.attender-profile-lead .topAttender-list-sns a {
  margin-right: .5em;
}

.attender-profile {
  background-image: url(../img/bg-blue.jpg);
  text-align: center;
  padding: 3em 0;
}

.attender-profile-inner {
  background-color: white;
  border-radius: 15px;
  padding: 2em 4em;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .attender-profile-inner {
    padding: 2em 1em;
  }
}

.attender-profile-lead {
  position: relative;
  border-bottom: 1px dashed #999;
  padding-bottom: 2em;
}

.attender-profile-detail {
  padding-top: 2em;
}

.attender-profile-detail h2 {
  font-size: 1.2em;
  color: #066EB7;
  margin-bottom: .5em;
}

.attender-rule {
  text-align: center;
  color: #066EB7;
  font-weight: bold;
  font-size: 1.2em;
  padding-top: 1em;
}

.attender-plan-ul {
  position: relative;
  z-index: 0;
}

.attender-plan-ul li {
  border-radius: 20px;
  border: 4px solid #7EA401;
  background-color: white;
  padding: 1em 2em;
  position: relative;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .attender-plan-ul li {
    padding: 1em;
  }
}

.attender-plan-ul li h4 {
  font-size: 1.2em;
}

@media screen and (max-width: 767px) {
  .attender-plan-ul li h4 {
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: .3em;
  }
}

.attender-plan-ul li p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .attender-plan-ul li p {
    font-size: .8em;
    line-height: 1.4;
  }
}

.attender-plan-ulborder:after {
  position: absolute;
  width: 10px;
  height: 100%;
  background-color: #7EA401;
  content: '';
  display: block;
  top: 0;
  left: 50%;
  z-index: -1;
}

.attender-plan-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.attender-plan-gallery li {
  width: 48%;
  margin-top: 1em;
}

.attender-plan-green {
  text-align: center;
  background-color: #7EA401 !important;
  color: white;
}

.attender-plan-thumb {
  width: 200px;
  height: auto;
  float: right;
  padding-left: 1em;
  padding-bottom: 1em;
}

.attender-plan-time {
  background-color: #7EA401;
  border-radius: 20px;
  padding: .2em .8em;
  display: inline-block;
  color: white;
  position: absolute;
  top: -1em;
  left: -1em;
}

@media screen and (max-width: 767px) {
  .attender-plan-time {
    left: 0;
  }
}

.attender-plan-time + h4 {
  margin-top: .5em;
}

.attender-plan-free-area {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .attender-plan-free-area {
    display: block;
    margin-bottom: 2em;
  }
}

.attender-plan-free-box {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .attender-plan-free-box {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

.attender-plan-free h3 {
  color: white;
  background-color: #ED8002;
  border-radius: 20px;
  text-align: center;
  padding: 1em;
  font-size: 1.2em;
  margin: .5em 0;
}

.attender-plan-free h4 {
  color: #ED8002;
  text-align: center;
}

.attender-plan-free p {
  font-size: .9em;
  line-height: 1.4;
  margin-top: .5em;
}

.attender-plan-detail {
  background-image: url(../img/bg-normal.jpg);
  padding: 2em 0 4em;
}

.attender-plan-detail dl {
  border-bottom: 1px dotted #999;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.attender-plan-detail dt {
  display: inline-block;
  width: 5em;
  margin-right: .5em;
  vertical-align: top;
  font-weight: bold;
  font-size: .9em;
}

.attender-plan-detail dd {
  display: inline-block;
  width: calc(100% - 6em);
}
