@charset "UTF-8";
/* ================================================
pc
================================================ */
/*Anchor==================== */

a {
  color: #fff;
}
a:hover {
  opacity: 0.7;
}

/* common================================================ */
.sp {
  display: none;
}
.pc {
  display: inline-block;
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 120px 0;
}
.g_bg {
  background: rgb(29, 46, 92); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(29, 46, 92, 1) 0%,
    rgba(0, 0, 36, 1) 99%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(29, 46, 92, 1) 0%,
    rgba(0, 0, 36, 1) 99%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(29, 46, 92, 1) 0%,
    rgba(0, 0, 36, 1) 99%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2e5c', endColorstr='#000024',GradientType=0 ); /* IE6-9 */
  color: #fff;
}
.ff_m {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.mb100 {
  margin-bottom: 100px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 45px;
  line-height: 1.5em;
}
.h2_w {
  color: #fff;
}
.h2_b {
  color: #1c2956;
  text-shadow: 0px 0px 3px #666;
}

/* header================================================ */
header {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
  background: #1d2a55;
}
nav.side ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}
nav.side li {
  max-width: 165px;
  padding: 0 15px;
  border-left: 1px solid #fff;
}
nav.side li:nth-child(7),
nav.side li:nth-child(8) {
  padding: 0 5px;
}
nav.side li:nth-child(1),
nav.side li:nth-child(7),
nav.side li:nth-child(8) {
  border-left: 0;
}
nav.side li img {
  width: 100%;
  height: 100%;
}

/* mv================================================ */
#mv {
  width: 100%;
}
#mv img{
  width: 100%;
}

/* concept================================================ */
#concept p {
  font-size: 20px;
}

/* plan================================================ */
.plan_box {
  margin-bottom: 100px;
}
.plan_box:last-child {
  margin-bottom: 0;
}
.plan_box ul {
  display: flex;
  justify-content: space-between;
}
.plan_box li:last-child {
  width: 48%;
  margin-top: 40px;
}
.plan_box dl {
  color: #1c2956;
  margin-bottom: 1.5em;
}
.plan_box dt {
  font-size: 20px;
}
.plan_box dl:nth-child(1) dt::before {
  content: url(../img/n1.jpg);
  margin-right: 5px;
  vertical-align: middle;
}
.plan_box dl:nth-child(2) dt::before {
  content: url(../img/n2.jpg);
  margin-right: 5px;
  vertical-align: middle;
}
.plan_box dl:nth-child(3) dt::before {
  content: url(../img/n3.jpg);
  margin-right: 5px;
  vertical-align: middle;
}
.plan_box dd {
  font-size: 14px;
}

.photo{
max-width:1100px;
margin:0 auto;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.photo li{
width:30%;
margin-bottom:40px;
}

/* equip================================================ */
#equip {
  /*background:#d2d4dd;*/
}
#equip .inner {
  border-top: 3px solid #1c2956;
}
#equip dl {
  margin: 0 auto;
}
#equip dt {
  font-weight: 700;
  margin-top: 30px;
  background: #1c2956;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
#equip dt p span {
  font-size: 0.7em;
  font-feature-settings: "palt";
}

#equip dt p:first-child {
  padding: 20px;
}
#equip dt p:first-child::before {
  content: url(../img/arrow.png);
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  margin-top: -10px;
}
#equip dt p:last-child {
  overflow: hidden;
  padding: 0 20px;
}
#equip dt:first-child {
  margin-top: 0;
}

#equip dd {
  position: relative;
  z-index: 1;
  display: none;
  padding: 50px 100px;
  background: url(../img/bg.png);
}
#equip dd p {
  margin-bottom: 40px;
}
#equip dd p:last-child {
  margin-bottom: 0;
}

/* access================================================ */
#access ul {
  display: flex;
  justify-content: space-between;
}
.a_time{
width:50%;
}
.a_train{
width:50%;
}
#access li p {
  font-size: 12px;
}
#access p {
  font-size: 17px;
  text-align: right;
}

/* location================================================ */
#location .inner {
  padding: 120px 0 0;
}
#location .loca_img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#location .loca_img li {
  margin-bottom: 30px;
width:30%;
}
#location .loca_txt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 25px;
  font-feature-settings: "palt";
}
#location .loca_txt ul {
  margin-bottom: 70px;
width:48%;
}
#location .loca_txt ul:nth-child(odd) {
width:43%;
}
#location .loca_txt ul:nth-child(even) {
width:51%;
}
#location .loca_txt ul img{
width:auto;
max-width:100%;
}
#location .loca_txt ul:last-child {
  font-size: 20px;
  /*width: 51%;*/
}
#location .loca_txt ul li span {
  float: right;
}
#location #map iframe {
  width: 100%;
  height: 840px;
}
#location .briefing {
  text-align: center;
  border-bottom: 2px solid;
  padding-bottom: 100px;
}
#location .briefing h3 {
  font-size: 39px;
  border-bottom: 2px solid;
  color: #1c2956;
  display: inline-block;
  padding-bottom: 15px;
}
#location .briefing p {
  font-size: 24px;
}
#location .briefing ul {
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
#location .briefing ul li {
  margin: 0 20px;
}

/* outline================================================ */
.ol_box {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-feature-settings: "palt";
}
.outline1 {
  width: 57%;
}
.outline1 p {
  margin-bottom: 1em;
}
.outline1 li {
  border-bottom: dotted 2px #000;
  padding: 10px 0 5px 0;
}
.outline1 li:last-child {
  border-bottom: 0;
}
.outline2 {
  width: 38%;
}
.outline2 p {
  margin-bottom: 1em;
}
.outline2 p.conditional {
  margin-top: 2.5em;
  margin-bottom: 1em;
}
.outline2 dl {
  display: flex;
  border-bottom: dotted 2px #000;
  padding: 10px 0 5px 0;
}
.outline2 dl:last-child {
  border-bottom: 0;
}
.outline2 dt {
  width: 40%;
}
.outline2 dd {
  margin: 0;
}
.notice p {
  margin-bottom: 1.5em;
}
.notice p:first-child {
  border: 2px solid;
  display: inline-block;
  padding: 5px 1em;
}

/* ================================================
tab
================================================ */
@media screen and (max-width: 1200px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  body {
    width: 100%;
  }
  .inner {
    max-width: 90%;
    padding: 12% 0;
  }
  img {
    width: 100%;
  }
  /* plan================================================ */
  .plan_box {
    margin-bottom: 10%;
  }
  .plan_box ul {
    display: block;
  }
  .plan_box li:last-child {
    width: 100%;
    margin-top: 4%;
  }
  .plan_box dt {
    font-size: 15px;
  }
  .plan_box dd {
    font-size: 12px;
  }
.photo{
max-width:1100px;
margin:0 auto;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.photo li{
width:48%;
margin-bottom:4%;
}


  /* equip================================================ */
  #equip dt p span {
    font-size: 0.7em;
    font-feature-settings: "palt";
    margin-left: 40px;
    display: block;
  }
  #equip dd {
    padding: 3%;
  }
  /* location================================================ */
  #location .loca_img li {
    width: 48%;
  }
  #location .loca_txt ul {
    width: 100%;
  }
  #location .loca_txt ul:last-child {
    width: 100%;
  }
  /* outline================================================ */
  .ol_box {
    display: block;
  }
  .outline1 {
    width: 100%;
    margin-bottom: 12%;
  }
  .outline2 {
    width: 100%;
  }
}
/* ================================================
sp
================================================ */
@media screen and (max-width: 768px) {
  /* common================================================ */
  .sp {
    display: block;
  }
  .pc,
  .tab {
    display: none;
  }
  body {
    width: 100%;
  }
  img {
    width: 100%;
  }
  .inner {
    max-width: 90%;
    padding: 12% 0;
  }
  .mb100 {
    margin-bottom: 10%;
  }
  .mb80 {
    margin-bottom: 8%;
  }
  .mb70 {
    margin-bottom: 7%;
  }
  .mb50 {
    margin-bottom: 5%;
  }
  .mb40 {
    margin-bottom: 4%;
  }
  .mb20 {
    margin-bottom: 2%;
  }
  h2 {
    font-size: 5vw;
  }
  .h2_w {
    color: #fff;
  }
  .h2_b {
    color: #1c2956;
    text-shadow: 0px 0px 3px #666;
  }

  /* header================================================ */
  header {
    display: flex;
    padding: 2%;
    background: #1d2a55;
    height: 60px;
  }
  h1 {
    width: auto;
    height: 40px;
    padding-top: 0;
  }
  h1 img {
    height: 40px;
    width: auto;
  }
  nav ul {
    display: block;
  }
  .sp_nav {
  }
  .sp_nav dt {
    width: 35px;
  }
  .sp_nav dd {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #d2d4dd;
    clear: both;
    padding: 0 3%;
    display: none;
    font-size: 20px;
  }
  .sp_nav dd a {
    color: #333;
    display: block;
  }
  .sp_nav dd span {
    color: #1c2956;
  }
  .sp_nav dd ul {
    padding-bottom: 2%;
  }
  .sp_nav dd li {
    border-bottom: 1px dotted #000;
    padding: 2%;
  }
  .sp_nav dd li span {
    float: right;
  }
  .sp_nav dd .sp_contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sp_nav dd .sp_contact li {
    width: 48%;
    border-bottom: 0;
    text-align: center;
  }
  .sp_nav dd .sp_contact li img {
    width: 100%;
  }
  .sp_nav dd .sp_contact a {
    display: block;
  }
  .sp_nav dd .sp_contact li:nth-child(3) {
    width: 100%;
  }
  .sp_nav dd .sp_contact li:nth-child(3) img {
    width: 90%;
  }

  /* mv================================================ */

  /* concept================================================ */
  #concept p {
    font-size: 12px;
  }

  /* plan================================================ */
  .plan_box {
    margin-bottom: 10%;
  }
  .plan_box ul {
    display: block;
  }
  .plan_box li:last-child {
    width: 100%;
    margin-top: 4%;
  }
  .plan_box dt {
    font-size: 15px;
  }
  .plan_box dd {
    font-size: 12px;
  }

  /* equip================================================ */
  #equip {
  }
  #equip dl {
    margin: 0 auto;
  }
  #equip dt {
    font-weight: 700;
    margin-top: 30px;
    background: #1c2956;
    font-size: 15px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
  }

  #equip dt p span {
    margin-left: 3.8em;
  }
  #equip dt p:first-child {
    padding: 10px;
  }
  #equip dt p:first-child::before {
    content: url(../img/arrow.png);
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    margin-top: -10px;
  }

  #equip dt p:last-child {
    overflow: hidden;
    padding: 0 0;
    width: 25%;
  }

  #equip dd {
    position: relative;
    z-index: 1;
    display: none;
    padding: 3%;
    background: url(../img/bg.png);
  }
  #equip dd p {
    margin-bottom: 40px;
  }
  #equip dd p:last-child {
    margin-bottom: 0;
  }

  /* access================================================ */
  #access ul {
    display: block;
  }
  .a_time{
width:100%;
}
.a_train{
width:100%;
}
  #access p {
    font-size: 12px;
    text-align: left;
  }

  /* location================================================ */
  #location .inner {
    padding: 12% 0 0;
  }
  #location .loca_img {
    display: block;
  }
  #location .loca_img li {
    margin-bottom: 30px;
    width: 100%;
  }
  #location .loca_txt {
    display: block;
    font-size: 20px;
  }
  #location .loca_txt ul {

    margin-bottom: 7%;
  }
  #location .loca_txt ul:last-child {
    font-size: 15px;
    width: 100%;
  }
#location .loca_txt ul:nth-child(odd),
#location .loca_txt ul:nth-child(even){
width:100%;
}
  #location .loca_txt ul li {
    margin-bottom: 2%;
  }
  #location .loca_txt ul li span {
    float: none;
    /*display:block;*/
  }
  #location #map iframe {
    height: 420px;
  }
  #location .briefing {
    text-align: center;
    padding-bottom: 10%;
  }
  #location .briefing h3 {
    font-size: 20px;
    padding-bottom: 1.5%;
  }
  #location .briefing p {
    font-size: 12px;
  }
  #location .briefing ul {
    display: block;
    margin: 0 2%;
  }
  #location .briefing ul li {
    margin: 2% 0;
  }

  /* outline================================================ */
  .ol_box {
    display: block;
    font-size: 12px;
  }
  .outline1 {
    width: 100%;
    margin-bottom: 10%;
  }
  .outline1 li {
    border-bottom: dotted 2px #000;
    padding: 1% 0 0.5% 0;
  }
  .outline2 {
    width: 100%;
  }
  .outline2 dl {
    padding: 1% 0 1% 0;
  }
  .notice p:first-child {
    padding: 1% 1em;
  }

  /*btn-area*/
  .btn-area {
    width: 100%;
    position: fixed;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    background: #ddd;
  }
  .btn-area .f_sp_contact {
    width: 90%;
    margin: 0 auto;
  }
  .btn-area .f_sp_contact li {
    width: 48%;
    border-bottom: 0;
    margin: 3% 0;
    text-align: center;
    border-radius: 4px;
  }
  .btn-area .f_sp_contact li img {
    width: 50%;
  }
  .btn-area .f_sp_contact a {
    display: block;
    padding: 3% 2%;
  }
  .btn-area .f_sp_contact a.tel {
    padding: 1% 2%;
  }
  .btn-area .f_sp_contact li:nth-child(1) {
    background: #fff;
    float: left;
  }
  .btn-area .f_sp_contact li:nth-child(1) a {
    color: #1c2956;
  }
  .btn-area .f_sp_contact li:nth-child(2) {
    background: #c79f62;
    float: right;
  }
  .btn-area .f_sp_contact li:nth-child(3) {
    clear: both;
    width: 100%;
    background: #1c2956;
  }
}

