/***  reset.css ***/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}
li{
    list-style: none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* clearfix */
.cf:after {
    content: "";
    display: block;
	clear: both;
}

/* letter spacing none */
.ls_none{
    letter-spacing: 0;
}



/***--------------------
  ここから記述 
--------------------***/
ul {
    display:inline;
}
a {
    display:block;
}
li,p {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.p_go {
  font-family: "ヒラギノ角ゴシック", "游ゴシック", Yu Gothic, sans-serif;
}

.cation {
    color:#bd2a2a !important;
    font-size:16px !important;
}
.cation_line {
    color:#bd2a2a !important;
    font-size:16px !important;
    text-decoration: underline;
}






@media screen and (max-width: 975px) {
    .pc {display: none !important; }
    .sp {display: block !important;}
    .img100 {width:100%;}
  }
  @media screen and (min-width: 976px) {
    .sp {display: none !important;}
    .pc {display: block !important;}
  }




 /* ---------------------------------
 メニュー部分
 -------------------------------------------- */

 body {
  width:100%;
  background:#fff;
}

 header{
   width:100%;
   display:flex;
   justify-content: space-between;
   background:#000;
   position: relative;
   z-index:99;
 }
 .logo img {
   height:15px;
   padding:50px 40px;
 }
  .menu{
    display: flex;
    justify-content: flex-end;
  }

  .menu img {
    height:14px;
  }
  .mv_wrapper {
    background:url(../img/mv.jpg);
    background-size: cover;
    margin:0 auto;
    text-align: center;
    padding:40px 0;
  }

.menu li:nth-child(5) {
  display:none;
}
.menu li {
  padding:0 40px;
}
li+ li {
  border-left:1px solid #fff;
}
#global-navi {
  padding:50px 0 40px 0;
}

 @media screen and (max-width: 975px){
  .menu{
    margin:10vw 0;
    display: block;
    padding: 2vw;
  } 

  /*------------------------
  menu-sp
  ------------------------*/
 
  header nav{
      position: fixed;
      width: 300px;
      top: 0;
      right: -300px;
      background-color: rgba(0,0,0,1);
      height: 100%;
      padding-top: 60px;
    }
  header .menu li {
    width: 100%;
    padding: 7vw 0 7vw 2vw;
    border-top: 1px solid #fff;
}

header .menu li:nth-child(5) {
  display:block;
  padding-top:100px;
  
}
    header nav ul li a{
      color: #ffffff;
      padding-left: 0px;
    }
    header .btn-gnavi{
      position: fixed;
      top: 4vw;
      right: 8vw;
      width: 4vw;
      height: 4vw;
      z-index: 3;
      cursor: pointer;
      transition: all 400ms;
      -webkit-transition:all 400ms;
    }
    header .btn-gnavi span {
        position: absolute;
        width: 30px;
        height: 2px;
        background: #fff;
        border-radius: 0;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }
    header .btn-gnavi span:nth-child(1){
      top: 0;
    }
    header .btn-gnavi span:nth-child(2){
      top: 1.5vw;
    }
    header .btn-gnavi span:nth-child(3){
      top: 3.2vw;
    }
    header .btn-gnavi.hb-open{
      transform: rotate(180deg);
      -webkit-transform:rotate(180deg);
    }
    header .btn-gnavi.hb-open span{
      background: #fff;
    }
    header .btn-gnavi.hb-open span:nth-child(1){
      width: 30px;
      top: 0px;
      left: 0px;
      transform: translateY(6px) rotate(-45deg);
    }
    header .btn-gnavi.hb-open span:nth-child(2){
      opacity: 0;
    } 
    header .btn-gnavi.hb-open span:nth-child(3){
      width: 30px;
      top: 12px;
      left: 0px;
      transform: translateY(-6px) rotate(45deg);
    }
  } 



  /*-----ctt01------*/



.ctt01 {
  position:relative;
  max-width: 1340px;
  margin: 0 auto;
  height: 940px;
}
.ctt01_img {
  background:url(../img/ctt01_mv.jpg);
  background-repeat: no-repeat;
  max-width:1340px;
  width:100%;
  height:543px;
  margin:100px auto 0 auto;
}
.ctt01_box {
  position:absolute;
  top: 590px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-bottom:1000px;
  width:1040px;
  height:520px;
  background: rgb(99,0,0);
background: -moz-linear-gradient(90deg, rgba(99,0,0,1) 0%, rgba(212,0,0,1) 50%, rgba(99,0,0,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(99,0,0,1) 0%, rgba(212,0,0,1) 50%, rgba(99,0,0,1) 100%);
background: linear-gradient(90deg, rgba(99,0,0,1) 0%, rgba(212,0,0,1) 50%, rgba(99,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#630000",endColorstr="#630000",GradientType=1);
mix-blend-mode: multiply;
}
.ctt01_p {
  position:absolute;
  top:370px;
  left:25%;
  margin:0 auto;
  text-align: center;
}
.ttl_about {
  height:65px;
  padding:0 0 40px 0;
}
.ctt01_p p {
  color:#fff;
}
.ctt01_read {
  font-size:30px;
}
.ctt01_txt {
  text-align: left;
  line-height:45px;
  font-size:15px;
}
.ctt01_wrap {
  position:absolute;
  top:190px;
  left:-140px;
  display: flex;
  justify-content: space-between;
  width:950px;
}
.ctt01_ex{
  font-size:30px;
} 
 



  /*-----ctt02------*/

  .ctt02_back01 {
    background:url(../img/back_g.png);
    background-repeat: no-repeat;
    background-size:cover;
    margin-top:0px;
    position: relative;
    z-index: 0;
    text-align: center;
    margin: 0 auto; 
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    width:100%;
    margin-top: -100px;
  } 
  #slanting01 {
    height:auto;
    margin:0 auto;
    width:1400px;
    position: relative;
    text-align: center;
  }
  #slanting01::before {
    content:'';
    width:100%;
    height:600px;
    background: #b50000;
    position: absolute;
    top: 120px; bottom: 0; left: 0; right: 0;
    z-index: 0;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
    margin:0 auto;
    text-align:center;
    transform:skew(0deg,10deg);
    margin-top: 70px;
   }

   .ctt02_ttl {
    z-index: 3;
    padding-top: 0;
    position: relative;
    text-align: left;
  }
  .ctt02_right {
    z-index: 3;
    position: relative;
    padding-top:170px;
  }
  .ctt02_right img {
    width:600px;
  }
  .ctt02_ttl img {
    height:55px;
  }
.ctt02_wrap {
  display: flex;
  padding-top: 220px;
  justify-content: space-evenly;
}
.ctt02_read {
  font-size:30px;
  color:#fff;
}
.ctt02_txt {
  font-size:15px;
  color:#fff;
  text-align: left;
  width:580px;
  line-height:30px;
}
.ctt02_sub {
  z-index:3;
  position:absolute;
  top:600px; left:100px;
}
.ctt02_read {
  padding: 30px 0;
}


  
#slanting02 {
  height:auto;
  margin:0 auto;
  width:1400px;
  position: relative;
  text-align: center;
  margin-top:100px;

}
#slanting02::before {
  content:'';
  width:100%;
  height:600px;
  background: #b50000;
  position: absolute;
  top: 120px; bottom: 0; left: 0; right: 0;
  z-index: 0;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  margin:0 auto;
  text-align:center;
  transform:skew(0deg,-10deg);
  margin-top: 70px;
 }
 .ctt03_ttl {
  z-index: 3;
  padding-top: 0;
  position: relative;
  text-align: left;
}
.ctt03_right {
  z-index: 3;
  position: relative;
  padding-top:250px;
}
.ctt03_left {
  z-index: 3;
  position: relative;
  padding-top:420px;
}
.ctt03_ttl img {
  height:55px;
}
.ctt03_wrap {
display: flex;
padding-top: 0px;
justify-content: space-evenly;
}
.ctt03_read {
font-size:30px;
color:#fff;
}
.ctt03_txt {
font-size:15px;
color:#fff;
text-align: left;
width:580px;
line-height:30px;
}
.ctt03_sub {
z-index:3;
position:absolute;
top:600px; right:100px;
}
.ctt03_read {
padding: 30px 0;
}




#slanting03 {
  height:auto;
  margin:0 auto;
  width:1400px;
  position: relative;
  text-align: center;

}
#slanting03::before {
  content:'';
  width:100%;
  height:600px;
  background: #b50000;
  position: absolute;
  top: 120px; bottom: 0; left: 0; right: 0;
  z-index: 0;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  margin:0 auto;
  text-align:center;
  transform:skew(0deg,10deg);
  margin-top: 140px;
 }



.ctt04_ttl {
  z-index: 3;
  padding-top: 0;
  position: relative;
  text-align: left;
}
.ctt04_right {
  z-index: 3;
  position: relative;
  padding-top:170px;
}
.ctt04_right img {
  width:600px;
}
.ctt04_ttl img {
  height:55px;
}
.ctt04_wrap {
display: flex;
padding-top: 260px;
justify-content: space-evenly;
}
.ctt04_read {
font-size:30px;
color:#fff;
}
.ctt04_txt {
font-size:15px;
color:#fff;
text-align: left;
width:580px;
line-height:30px;
}
.ctt04_sub {
z-index:3;
position:absolute;
top:600px; left:100px;
}
.ctt04_read {
padding: 30px 0;
}
.ctt05 {
  padding:200px 0;
}
.ctt05_access {
  text-align: right;
  max-width: 1200px;
  margin: 0 auto;
}
.ctt05_access img{
  height:55px;
}
.ctt05_wrap {
  display: flex;
  justify-content: space-evenly;
  background:#fff;
  max-width:1200px;
  margin:0 auto;
  padding: 0 50px;
} 
.ctt05_txt {
  text-align: left;
  padding: 60px 0 0 0;
}
.map {
  padding: 60px 0 60px 0;
}
.ctt05_ttl {
  font-size:19px;
  padding-bottom:20px;
}
.ctt05_day {
  border-top:1px solid #000;
  padding-top: 30px;
  line-height:30px;
}
.ctt05_location {
  line-height:30px;
  padding-bottom:30px;
}

.footer_wrap {
  background:#000;
  padding:50px 0 100px 0;
  margin:0 auto;
  text-align: center;
}
.footer_logo {
  margin: 0 auto;
  text-align: center;
}
.footer_logo img {
  width:225px;
}
.menu_footer {
  display: flex;
  justify-content: center;
  margin-right: 50px;
} 

.menu_footer img {
  height:14px;
}


.menu_footer li:nth-child(5) {
display:none;
}
.menu_footer li {
padding:0 40px;
}
li+ li {
border-left:1px solid #fff;
}
#global-navi {
padding-bottom:40px;
}
.footer_c {
  background:#1a1a1a;
  padding:10px 0;
}
.footer_c p {
  text-align: center;
  color:#fff;
}



/*-------------------------------------------------------------------


SP


---------------------------------------------------------------------*/

@media screen and (max-width: 975px) {

    /*-----------------------
    共通部分
    -------------------------*/


header{
  position: fixed;
  height:13vw;
}
.mv_sp img {width:100%;}
.logo {
  display:none;
}
.ctt01 {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  padding:60px 0 0 0;
}

.sp_ctt01_main img {
  width: 100%;
}
.sp_ctt01_main {
  width:96%;
  margin:0 auto;
  text-align: center;
  padding:3vw 0 6vw 0;
}

  /*-----ctt02------*/
.ctt02_back01 {
  background:url(../img/sp_back.jpg);
  background-repeat: no-repeat;
  margin-top:0px;
  position: relative;
  z-index: 0;
  text-align: center;
  margin: 0 auto; 
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  width:100%;
  background-size: cover;
}  

  #slanting01 {
    height:auto;
    margin:0 auto;
    width:100%;
    position: relative;
    text-align: center;
    padding-bottom: 10vw;
  }
  #slanting01::before {
    content:'';
    width:90%;
    height:170vw;
    background: #b50000;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: 0;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
    margin:0 auto;
    text-align:center;
    transform:skew(0deg,10deg);
    margin-top: 70px;
   }

   .ctt02_ttl {
    z-index: 3;
    padding-top: 0;
    position: relative;
    text-align: left;
    width: 80%;
    margin: 0 auto;

  }
  .ctt02_right {
    z-index: 3;
    position: static;
    padding-top:170px;
  }
  .ctt02_right img {
    width:600px;
  }
  .ctt02_ttl img {
    width:100%;
    height: auto;
  }
.ctt02_wrap {
  display: flex;
  padding-top: 23vw;
  justify-content: space-evenly;
  flex-flow: column;
}
.ctt02_left {
  width:100%;
  margin: 0 auto;
  padding-left:0;
  padding-bottom:6vw;
}
.ctt02_read {
  font-size: 7vw;
  color:#fff;
}
.ctt02_txt {
  font-size: 3.6vw;
  color:#fff;
  text-align: left;
  width:100%;
  line-height: 5.3vw;
  margin: 0 auto;
}
.ctt02_sub {
  z-index: 3;
  position: relative;
  top: 0;
  left: -4vw;

}
.ctt02_sub img {
  width:60%;
}
.ctt02_read {
  padding: 3vw 0;
}
.ctt02_main {
  width: 80%;
  height: auto;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 6vw 0 0 0;
}

  
#slanting02 {
  height:auto;
  margin:0 auto;
  width:100%;
  position: relative;
  text-align: center;
  margin-top:0px;

}
#slanting02::before {
  content:'';
  width:90%;
  height:170vw;
  background: #b50000;
  position: absolute;
  top: 24vw; bottom: 0; left: 0; right: 0;
  z-index: 0;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  margin:0 auto;
  text-align:center;
  transform:skew(0deg,-10deg);
  margin-top: -6vw;
 }
 .ctt03_ttl {
  z-index: 3;
  padding-top: 0;
  position: relative;
  text-align: right;
}
.ctt03_ttl img {
  width: 100%;
}
.ctt03_right {
  order: 1;
  z-index: 3;
  padding-top: 0;
  position: relative;
  text-align: left;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 6vw;
}
.ctt03_left {
  z-index: 3;
  position: relative;
  padding-top:0;
  order:2;
}
.ctt03_left img {
  width:100%;
}
.ctt03_ttl img {
  height:auto;
}
.ctt03_wrap {
display: flex;
padding-top: 32vw;
justify-content: space-evenly;
flex-flow: column;
}
.ctt03_ttl01 {
  width:90% !important;
  padding-bottom:6vw;
}
.ctt03_read {
font-size:7vw;
color:#fff;
padding-bottom:20vw;
}
.ctt03_txt {
font-size:3.6vw;
color:#fff;
text-align: left;
width:100%;
line-height: 5.3vw;
}
.ctt03_sub {
  z-index: 3;
  position: relative;
  top: 0;
  left: -4vw;
}
.ctt03_sub img {
  width:60%;
}
.ctt03_sub a {
  display: inline;
}
.ctt03_read {
padding: 3vw 0;
text-align: left;
}




#slanting03 {
  height:auto;
  margin:0 auto;
  width:100%;
  position: relative;
  text-align: center;

}
#slanting03::before {
  content:'';
  width:90%;
  height:150vw;
  background: #b50000;
  position: absolute;
  top: 14vw; bottom: 0; left: 0; right: 0;
  z-index: 0;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  margin:0 auto;
  text-align:center;
  transform:skew(0deg,10deg);
  margin-top: 0;
 }



.ctt04_ttl {
  z-index: 3;
  padding-top: 0;
  position: relative;
  text-align: left;
  width: 80%;
    margin: 0 auto;
}
.ctt04_right {
  z-index: 3;
  position: relative;
  padding-top: 5vw;
}
.ctt04_right img {
  width: 90%;
}
.ctt04_ttl img {
  height:auto;
  width:80%;
}
.ctt04_wrap {
display: flex;
padding-top: 30vw;
justify-content: space-evenly;
flex-flow: column;
}
.ctt04_read {
font-size:7vw;
color:#fff;
}
.ctt04_txt {
font-size:15px;
color:#fff;
text-align: left;
width:580px;
line-height:30px;
}
.ctt04_sub {
  z-index: 3;
  position: relative;
  top: 0;
  left: -4vw;
  padding-top: 5vw;
}
.ctt04_sub img {
  width:60%;
}
.ctt04_read {
padding: 3vw 0;
}
.sp_ctt04_img {
  padding-top:5vw;
}
.sp_ctt04_img img {
  width:100%;
}


.ctt05 {
  padding:10vw 0;
}
.ctt05_access {
  text-align: right;
  max-width: auto;
  width:90%;
  margin: 0 auto;
}
.ctt05_access img{
  height:auto;
  width: 60%;
  padding-top: 6vw;
}
.ctt05_wrap {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  background:#fff;
  max-width:1200px;
  padding: 0;
  margin:0 5vw;
} 
.ctt05_txt {
  text-align: left;
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0 5vw 0;
}
.map {
  padding:0 0 5vw 0;
}
.map iframe {
  width:90%;
}
.ctt05_ttl {
  font-size:19px;
  padding-bottom:20px;
}
.ctt05_day {
  border-top:1px solid #000;
  padding-top: 30px;
  line-height:30px;
}
.ctt05_location {
  line-height:30px;
  padding-bottom:30px;
}

.footer_wrap {
  background:#000;
  padding:20px 0 50px 0;
  margin:0 auto;
  text-align: center;
}
.footer_logo {
  margin: 0 auto;
  text-align: center;
}
.footer_logo img {
  width:225px;
}
.menu_footer {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-right: 0px;

} 

.menu_footer img {
  height:2.6vw;
}


.menu_footer li:nth-child(5) {
display:none;
}
.menu_footer li {
padding:4vw 0;
}
li+ li {
  border-left: none;
}
#global-navi {
padding:0;
}
.footer_c {
  background:#1a1a1a;
  padding:10px 0;
}
.footer_c p {
  text-align: center;
  font-size: 3vw;
  color:#fff;
} 







}


@media screen and (min-width: 976px) and (max-width:1413px){
  .ctt01_img {
    background: url(../img/ctt01_mv.jpg);
    background-repeat: no-repeat;
    max-width: auto;
    width: 100%;
    height: 543px;
    margin: 100px auto 0 auto;
}
.ctt01_box {
  position: absolute;
  top: 600px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-bottom: 1000px;
  width: 90%;
  height: 800px;
  background: rgb(99,0,0);
  background: -moz-linear-gradient(90deg, rgba(99,0,0,1) 0%, rgba(212,0,0,1) 50%, rgba(99,0,0,1) 100%);
  background: -webkit-linear-gradient(
90deg
, rgba(99,0,0,1) 0%, rgba(212,0,0,1) 50%, rgba(99,0,0,1) 100%);
  background: linear-gradient(
90deg
, rgba(99,0,0,1) 0%, rgba(212,0,0,1) 50%, rgba(99,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#630000",endColorstr="#630000",GradientType=1);
  mix-blend-mode: multiply;
}
.ctt01_p {
  position: absolute;
  top: 260px;
  left: 20%;
  margin: 0 auto;
  text-align: center;
}
.ctt01_wrap {
  position: relative;
  top: 10%;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-flow: column;
}

  #slanting01 {
    height:auto;
    margin:0 auto;
    width:100%;
    position: relative;
    text-align: center;
  }
    
#slanting02 {
  height:auto;
  margin:0 auto;
  width:100%;
  position: relative;
  text-align: center;
  margin-top:100px;

}

#slanting03 {
  height:auto;
  margin:0 auto;
  width:100%;
  position: relative;
  text-align: center;

}
.ctt01 {
  position: relative;
  max-width: 1413px;
  width:100%;
  margin: 0 auto;
  height: 1030px;

}

.ctt02_left {
  padding-left:5vw;
}
.ctt02_txt {
  font-size: 15px;
  color: #fff;
  text-align: left;
  width: 410px;
  line-height: 30px;
}
.ctt02_right img {
  width:370px;
}
.ctt02_sub img {
  width:340px;
}

#slanting02::before {
  content:'';
  width:100%;
  height:600px;
  background: #b50000;
  position: absolute;
  top: 330px; bottom: 0; left: 0; right: 0;
  z-index: 0;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  margin:0 auto;
  text-align:center;
  transform:skew(0deg,-10deg);
  margin-top: -6vw;
 }
.ctt03_sub img{
  width:300px;
}
.ctt03_txt {
  font-size: 15px;
  color: #fff;
  text-align: left;
  width: 380px;
  line-height: 30px;
}
.ctt03_left img {
  width:390px;
}
.ctt03_left {
  z-index: 3;
  position: relative;
  padding-top: 320px;
}
.ctt03_sub {
  z-index: 3;
  position: absolute;
  top: 640px;
  right: 100px;
}

#slanting03::before {
  content:'';
  width:100%;
  height:600px;
  background: #b50000;
  position: absolute;
  top: 340px; bottom: 0; left: 0; right: 0;
  z-index: 0;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  margin:0 auto;
  text-align:center;
  transform:skew(0deg,10deg);
  margin-top: 140px;
 }


.ctt04_right img {
width:370px;
}



.ctt05_access {
  width:80%;
}

.menu li {
    padding: 0 2vw;
}
.menu li:nth-child(4) {
  padding: 0 0 0 2vw;
}
.ctt04_wrap {
  display: flex;
  padding-top: 520px;
  justify-content: space-evenly;
}

.ctt04_sub {
  z-index: 3;
  position: absolute;
  top: 864px;
  left: 100px;
}
.ctt04_sub img {
  width:340px;
}
.ctt05 {
    padding: 330px 0 200px 0;
}
.ctt05_wrap {
  display: flex;
  justify-content: space-evenly;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  width: 80%;
}
.map iframe {
  width: 380px;
}
.ctt05_access img {
  height: 60px;
}
.ctt05_txt {
  text-align: left;
  padding: 60px 0 60px 20px;
}
.map {
  padding: 60px 20px 60px 0;
}
#global-navi {
  margin-right: 2vw;
}
}