@charset "utf-8";
/*
Theme Name: yamato-train
Version: 1.0
*/
/* COMMON
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  position: relative;
  overflow-x: hidden;
  color: #fff;
  line-height: 1.75;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  letter-spacing: .1rem;
}
.mincho {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.en {
  font-family: 'Poppins', sans-serif;
}
main {
  position: relative;
  /* margin-top: 114px; */
  z-index: 1;
}
.wrapper {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: inherit;
  opacity: .7;
}
a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.container {
  max-width: 1170px;
  width: 90%;
  margin: auto;
}
.invisible {
  visibility: hidden;
}
.hidden_pc {
  display: none;
}
.hidden_sp {
  display: block;
}
.txtRed {
  color: #ed1c24;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width:768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
@media (max-width:767px) {
  body {
    font-size: 1.4rem;
  }
  main {
    margin-top: 0;
  }
  .hidden_pc {
    display: block;
  }
  .hidden_sp {
    display: none;
  }
}
/* HEADER
-------------------------------------------------------------- */
header {
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  background: #E9525D;
  color: #fff;
  z-index: 999;
}
.hamburger {
  display: none;
}
.global-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-nav a {
  display: block;
  padding: 40px 30px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .global-nav a {
    padding: 42px 20px;
    font-size: 2rem;
  }
}
@media (max-width: 1000px) {
  .global-nav a {
    padding: 45px 20px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  header {
    position: fixed;
  }
  header .headWrap {
    padding: 0;
    height: 60px;
  }
  header .logo {
    width: 200px;
    padding: 0 0 0 20px;
  }
  header .logo img {
    vertical-align: -.2rem;
  }
  .global-nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 50px 0 100px;
    background-color: #E9525D;
    z-index: 200;
    overflow-y: auto;
    display: none;
  }
  .hamburger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: #E9525D;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    cursor: pointer;
    z-index: 300;
    transition: all 0.5s ease-in-out;
  }
  .global-nav__list {
    display: block !important;
    padding: 0 15px;
  }
  .global-nav li {
    width: 100%;
  }
  .global-nav a {
    position: relative;
    padding: 20px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .global-nav a:after {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    content: "";
    vertical-align: middle;
  }
  .hamburger__line {
    position: absolute;
    left: 10px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition: all .6s;
  }
  .hamburger__line--1 {
    top: 13px;
  }
  .hamburger__line--2 {
    top: 23px;
  }
  .hamburger__line--3 {
    top: 33px;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    display: block;
  }
  .nav-open .hamburger::before {
    content: "";
  }
  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 23px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 23px;
  }
}
/* common style
-------------------------------------------------------------- */
.bgBlue {
  background: #EE8174 url("images/common/bg_blue.png") top center;
}
.bgNavy {
  background: #E8515D url("images/common/bg_navy.png") top center;
}
.btnMore a {
  display: inline-block;
  position: relative;
  padding: 10px 40px;
  border-radius: 23px;
  box-sizing: border-box;
  width: 100%;
  background: #005489;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .1rem;
  text-indent: .1rem;
  text-align: center;
}
.btnMore a::after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  content: "";
  vertical-align: middle;
}
@media (max-width: 767px) {
  .btnMore a::after {
    width: 6px;
    height: 6px;
  }
}

/* MV
-------------------------------------------------------------- */
#mv {
  position: relative;
}
#mv .container {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 640px;
  transform: translate(-50%,-50%);
  z-index: 100;
}
.bxslider img {
  width: 100%;
}
.bx-wrapper {
  box-shadow: none;
  border: none;
}
@media (max-width: 1400px) {
  #mv .container {
    max-width: 400px;
  }
}
@media (max-width: 1000px) {
  #mv .container {
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  #mv .container {
    max-width: 160px;
  }
}

/* about
-------------------------------------------------------------- */
#about {
  padding: 50px 0;
  text-align: center;
  color: #173662;
}
#about dt {
  padding-bottom: 20px;
}
#about dd {
  padding-bottom: 50px;
}
#about p {
  line-height: 1;
  font-weight: 800;
}
#about .date {
  padding-bottom: 10px;
  font-size: 6rem;
}
#about .date strong {
  font-size: 9rem;
}
#about .date span {
  display: inline-block;
  margin: 0 -2rem;
  font-weight: 800;
}
#about .time strong {
  font-size: 4rem;
}
#about .place {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}
#about .place strong {
  font-size: 5rem;
}
#about .price {
  font-size: 2.5rem;
  line-height: 1.3;
}
#about .price strong {
  font-size: 4rem;
}
#about .btnMore a {
  padding: 15px 40px;
  max-width: 470px;
  border-radius: 34px;
  font-size: 1.9rem;
}
#about .yellowBox {
  margin: 50px auto 0;
  padding: 50px;
  max-width: 800px;
  background: #FDF0D5;
}
#about .yellowBox p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
#about .yellowBox strong {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 2.5rem;
  font-weight: 500;
}
@media (max-width: 1000px) {
  #about .date {
    font-size: 5rem;
  }
  #about .date strong {
    font-size: 8rem;
  }
  #about .date span {
    margin: 0 -1.5rem;
  }
  #about .time strong {
    font-size: 3rem;
  }
  #about .place {
    font-size: 2rem;
  }
  #about .place strong {
    font-size: 4rem;
  }
  #about .price {
    font-size: 1.5rem;
  }
  #about .price strong {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  #about {
    padding: 40px 0;
  }
  #about dt {
    padding-bottom: 10px;
  }
  #about dt img {
    max-width: 200px;
  }
  #about dd {
    padding-bottom: 30px;
  }
  #about .date {
    padding-bottom: 10px;
    font-size: 2.4rem;
  }
  #about .date strong {
    font-size: 3.2rem;
  }
  #about .date span {
    margin: 0 -1rem;
  }
  #about .time strong {
    font-size: 1.8rem;
  }
  #about .place {
    font-size: 1.5rem;
  }
  #about .place strong {
    font-size: 2rem;
  }
  #about .price {
    font-size: 1.3rem;
  }
  #about .price strong {
    font-size: 2rem;
  }
  #about .btnMore a {
    padding: 15px 40px;
    max-width: 80%;
    font-size: 1.6rem;
  }
  #about .yellowBox {
    margin: 30px auto 0;
    padding: 20px;
  }
  #about .yellowBox p {
    font-size: 1.4rem;
  }
  #about .yellowBox strong {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}


/* concept
-------------------------------------------------------------- */
#concept {
  padding: 60px 0 80px;
  text-align: center;
}
#concept h2 {
  margin-bottom: 20px;
  font-size: 4.5rem;
  font-weight: 800;
}
#concept p {
  font-weight: 800;
}
@media (max-width: 767px) {
  #concept {
    padding: 30px 0 40px;
  }
  #concept h2 {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  #concept p {
    text-align: left;
  }
}

/* stage
-------------------------------------------------------------- */
#stage {
  padding-bottom: 150px;
}
#stage h2 {
  margin-bottom: 80px;
  text-align: center;
}
#stage figure {
  width: 45%;
}
#stage .txtArea {
  width: 50%;
}
#stage .ptn2 {
  padding-top: 100px;
}
#stage .ptn2 .txtArea {
  order: -1;
}
#stage h3 {
  padding-bottom: 30px;
  line-height: 1.2;
  text-align: center;
  font-size: 4.5rem;
  font-weight: 800;
}
#stage .btnMore {
  margin: 50px auto;
}
#stage .btnMore a {
  max-width: 240px;
}
@media (max-width: 767px) {
  #stage {
    padding-bottom: 50px;
  }
  #stage h2 {
    margin-bottom: 40px;
  }
  #stage h2 img {
    max-width: 300px;
  }
  #stage figure {
    padding-bottom: 10px;
    width: 100%;
  }
  #stage .txtArea {
    width: 100%;
  }
  #stage .ptn2 {
    padding-top: 50px;
  }
  #stage .ptn2 .txtArea {
    order: 1;
  }
  #stage h3 {
    padding-bottom: 10px;
    font-size: 2.2rem;
  }
  #stage .btnMore {
    margin: 20px auto;
  }
}

/* info
-------------------------------------------------------------- */
#info {
  padding-bottom: 150px;
}
#info h2 {
  margin-bottom: 80px;
  text-align: center;
}
#info dl {
  margin: auto;
  max-width: 850px;
  font-size: 1.9rem;
}
#info dt {
  padding: 30px;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
  width: 150px;
  font-weight: 800;
}
#info dd {
  padding: 30px;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
  width: calc(100% - 150px);
}
#info .btnMore a {
  padding: 15px 40px;
  max-width: 240px;
}
@media (max-width: 767px) {
  #info {
    padding-bottom: 50px;
  }
  #info h2 {
    margin-bottom: 40px;
  }
  #info h2 img {
    max-width: 300px;
  }
  #info dl {
    margin: auto;
    max-width: 850px;
    font-size: 1.4rem;
  }
  #info dt {
    padding: 20px;
    width: 70px;
  }
  #info dd {
    padding: 20px;
    width: calc(100% - 70px);
  }
  #info .btnMore a {
    font-size: 1.5rem;
  }
}

/* access
-------------------------------------------------------------- */
#access {
  padding-bottom: 150px;
}
#access h2 {
  margin-bottom: 80px;
  text-align: center;
}
#access .txtArea {
  width: 46%;
}
#access .txtArea p {
  font-size: 1.9rem;
  line-height: 1.2;
}
#access .txtArea h3 {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 20px;
  background: #ED7B6B;
  border-radius: 11px;
  line-height: 1;
  text-align: center;
  font-size: 1.4rem;
}
#access .txtArea h4 {
  padding-bottom: 10px;
  font-size: 1.4rem;
}
#access table {
  width: 100%;
}
#access th {
  padding: 10px;
  background: #ED7B6B;
  border: 1px solid #9E9E9F;
  font-size: 1.6rem;
  font-weight: 400;
}
#access td {
  padding: 20px;
  background: #fff;
  border: 1px solid #9E9E9F;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}
#access .gmap {
  width: 48%;
}
#access .gmap iframe {
  width: 100%;
}
#access .mapBox {
  padding-top: 80px;
  text-align: center;
}
#access .mapBox h3 {
  display: block;
  margin: 0 auto 15px;
  padding: 20px;
  max-width: 600px;
  background: #D85016;
  border-radius: 40px;
  line-height: 1;
  text-align: center;
  font-size: 4.5rem;
  font-weight: 800;
}
#access .btnMore {
  margin: 50px auto;
}
#access .btnMore a {
  max-width: 240px;
}
@media (max-width: 767px) {
  #access {
    padding-bottom: 50px;
  }
  #access h2 {
    margin-bottom: 40px;
  }
  #access h2 img {
    max-width: 300px;
  }
  #access .txtArea {
    width: 100%;
  }
  #access .txtArea p {
    font-size: 1.4rem;
  }
  #access th {
    padding: 10px;
    font-size: 1.4rem;
  }
  #access td {
    padding: 15px;
    font-size: 1.4rem;
  }
  #access .gmap {
    margin-top: 30px;
    width: 100%;
  }
  #access .gmap iframe {
    height: 250px;
  }
  #access .mapBox {
    padding-top: 40px;
  }
  #access .mapBox h3 {
    font-size: 2rem;
  }
  #access .btnMore {
    margin: 30px auto;
  }
}

/* event
-------------------------------------------------------------- */
.post-type-archive h1 {
  margin-bottom: 150px;
  text-align: center;
}
#eventList {
  padding-bottom: 150px;
}
#eventList li {
  margin-bottom: 50px;
  width: 48%;
  background: #fff;
  border: 3px solid #FFE849;
  color: #000;
}
#eventList .date {
  padding: 10px;
  text-align: center;
  background: #FFE849;
  font-size: 3rem;
  font-weight: 800;
  color: #173662;
}
#eventList h2 {
  padding: 30px 30px 20px;
  line-height: 1.2;
  font-size: 2.5rem;
  font-weight: 800;
}
#eventList .photo {
  margin: auto;
  width: calc(100% - 60px);
  height: 284px;
  background-position: center;
  background-size: cover;
}
#eventList .detail {
  padding: 20px 30px;
  font-size: 1.6rem;
}
#eventList .prof {
  padding: 20px 30px 30px;
}
#eventList h3 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
  line-height: 1;
  color: #173662;
  font-size: 1.9rem;
  font-weight: 800;
}
#eventList h3::before {
  position: absolute;
  margin: auto;
  top: -5px;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid #3072CF;
  border-right: 2px solid #3072CF;
  transform: rotate(135deg);
  content: "";
  vertical-align: middle;
}
#eventList h3.open::before {
  top: 5px;
  transform: rotate(-45deg);
}
#eventList dl {
  display: none;
}
#eventList dt {
  padding: 10px 0;
  line-height: 1.2;
  font-size: 1.9rem;
  font-weight: 800;
}
#eventList dd {
  padding-bottom: 30px;
  font-size: 1.4rem;
}
#eventList .btnMore {
  margin: 50px auto;
}
#schedule {
  padding-bottom: 150px;
}
#schedule h2 {
  padding: 20px;
  margin: 0 auto 60px;
  max-width: 600px;
  background: #D85016;
  border-radius: 40px;
  text-align: center;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1;
}
#schedule table {
  margin: 0 auto 80px;
  width: 100%;
  max-width: 800px;
  font-size: 1.9rem;
}
#schedule th {
  padding: 10px 20px;
  border: 1px solid #fff;
}
#schedule td {
  padding: 10px 20px;
  border: 1px solid #fff;
  vertical-align: top;
}
#schedule .time {
  width: 20%;
  text-align: center;
}
#schedule .date {
  width: 40%;
}
#schedule .btnMore a {
  max-width: 240px;
}
@media (max-width: 767px) {
  .post-type-archive h1 {
    margin-bottom: 50px;
  }
  #eventList {
    padding-bottom: 50px;
  }
  #eventList li {
    margin-bottom: 30px;
    width: 100%;
  }
  #eventList .date {
    padding: 5px;
    font-size: 1.8rem;
  }
  #eventList h2 {
    padding: 20px 20px 10px;
    font-size: 1.7rem;
  }
  #eventList .photo {
    margin: auto;
    width: calc(100% - 40px);
    height: 200px;
  }
  #eventList .detail {
    padding: 20px 30px;
    font-size: 1.6rem;
  }
  #eventList .prof {
    padding: 20px 30px 30px;
  }
  #eventList h3 {
    position: relative;
    margin-bottom: 30px;
    padding-left: 30px;
    line-height: 1;
    color: #173662;
    font-size: 1.9rem;
    font-weight: 800;
  }
  #eventList h3::before {
    position: absolute;
    margin: auto;
    top: -5px;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid #3072CF;
    border-right: 2px solid #3072CF;
    transform: rotate(135deg);
    content: "";
    vertical-align: middle;
  }
  #eventList h3.open::before {
    top: 5px;
    transform: rotate(-45deg);
  }
  #eventList dl {
    display: none;
  }
  #eventList dt {
    padding: 10px 0;
    line-height: 1.2;
    font-size: 1.9rem;
    font-weight: 800;
  }
  #eventList dd {
    padding-bottom: 30px;
    font-size: 1.4rem;
  }
  #schedule {
    padding-bottom: 50px;
  }
  #schedule h2 {
    padding: 15px;
    margin: 0 auto 30px;
    font-size: 2.2rem;
  }
  #schedule table {
    margin: 0 auto 40px;
    font-size: 1.5rem;
     white-space: nowrap;
  }
  #schedule th {
    padding: 10px 20px;
  }
  #schedule td {
    padding: 10px 20px;
  }
}

/* company
-------------------------------------------------------------- */
#companyList {
  padding-bottom: 150px;
}
#companyList li {
  margin-bottom: 50px;
  background: #fff;
  border: 3px solid #ffe849;
  color: #000;
}
#companyList h2 {
  padding: 10px;
  text-align: center;
  background: #ffe849;
  font-size: 3rem;
  font-weight: 800;
  color: #173662;
}
#companyList .txtArea {
  padding: 30px;
}
#companyList h3 {
  margin-bottom: 20px;
  line-height: 1.2;
  color: #173662;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
}
#companyList .detail {
  padding-bottom: 20px;
  font-size: 1.6rem;
}
#companyList .btnMore {
  text-align: center;
}
#companyList .btnMore a {
  max-width: 240px;
}
#companyList .flex {
  padding: 30px;
}
#companyList .flex .txtArea {
  padding: 0;
  width: 50%;
}
#companyList .flex h3 {
  text-align: left;
}
#companyList .flex .btnMore {
  text-align: left;
}
#companyList figure {
  width: 46%;
}
#companyList .photo {
  margin: 0 -1%;
  padding: 30px;
  justify-content: flex-start;
}
#companyList .photo li {
  margin: 0 1%;
  width: 31.333%;
  border: none;
}
@media (max-width: 767px) {
  #companyList {
    padding-bottom: 50px;
  }
  #companyList li {
    margin-bottom: 30px;
  }
  #companyList h2 {
    padding: 5px;
    font-size: 2.2rem;
  }
  #companyList .txtArea {
    padding: 20px;
  }
  #companyList h3 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 1.8rem;
  }
  #companyList .detail {
    font-size: 1.4rem;
  }
  #companyList .flex {
    padding: 20px;
  }
  #companyList .flex .txtArea {
    padding: 10px 0 0;
    width: 100%;
  }
  #companyList .flex .btnMore {
    text-align: center;
  }
  #companyList figure {
    width: 100%;
  }
  #companyList .photo {
    margin: 0;
    padding: 20px;
  }
  #companyList .photo li {
    margin: 0 0 20px;
    width: 100%;
  }
}

/* footer
-------------------------------------------------------------- */
footer {
  padding: 60px 0 10px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
}
/*page-top*/
#Pagetop {
  position: fixed;
  bottom: 50px;
  right: 3%;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0 10px;
    font-size: 1.1rem;
  }

  #Pagetop img {
    max-width: 40px;
  }
}

/* 404
-------------------------------------------------------------- */
#errormsg {
  padding-bottom: 100px;
}
#errormsg p {
  margin-bottom: 30px;
}
#errormsg .txt {
  font-weight: 700;
  line-height: 1.4;
}
#errormsg a {
  padding: 20px 70px 20px 0;
  width: 120px;
}
@media (max-width: 767px) {
  #errormsg {
    padding-bottom: 50px;
  }
  #errormsg p {
    margin-bottom: 20px;
  }
  #errormsg a {
    padding: 20px 40px 20px 0;
    width: 100px;
  }
}
