@charset "UTF-8";

/*----------------------------------------------------
  ▼reset
----------------------------------------------------*/
html{
  overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{
  margin: 0;
  padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
  font-style: normal;
  font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
caption,th{
  font-weight: normal;
  text-align: left;
}
ol,ul{
  list-style: none;
}
fieldset,img{
  border: 0;
}
img{
  border:0px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

a{
  text-decoration: none;
  color: #232323;
}

a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*----------------------------------------------------
  ▼base style
----------------------------------------------------*/
body{
  margin:0px;
  padding:0px;
  text-align:center;
  font-size:16px;
  color:#090909;
  font-family: "游ゴシック",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}

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

#Wrapper{
  width:100%;
  padding:0px;
  margin:0px;
  overflow: hidden;
}


/*----------------------------------------------------
  ▼Header
----------------------------------------------------*/
#Header-SMT{
  display: none;
}

#Header-PC{
  width: 100%;
  height: 75px;
  background-color: white;
}

.Header-Wrapper{
  width: 1600px;
  margin: 0 auto;
  display: flex;
  /*justify-content: space-around;*/
}

.Header-Wrapper ul{
  display: flex;
  justify-content: center;
}

.Header-Wrapper a{
  display: block;
}

.Logo{
  margin-top: 20px;
}

#Navi1{
  margin-top: 30px;
  margin-left: 50px;
}

#Navi1 li{
  margin-right: 20px;
}

#Navi1 span{
  color: #cdcdcd;
  font-size: 85%;
}

.googlesearch{
  width: 320px;
  margin: 5px 0 20px;
}

#Navi2 li{
  width: 155px;
  text-align: center;
  border-left: 1px solid #505050;
}

#Navi2 li:last-child{
  border-right: 1px solid #505050;
}

#Navi3{
  width: 200px;
}

#Navi3 ul{
  height: 50px;
}

#Navi3 li{
  width: 33%;
  background-color: #808080;
  height: 50px;
  line-height: 50px;
  font-size: small;
}

#Navi3 li:first-child{
  background-color: #000;
  border-right: 1px solid white;
}

#Navi3 li:last-child{
  background-color: #d5d2d2;
  border-left: 1px solid white;
}

.SMT2{
  display: none;
}

#Navi3 a{
  color: white;
  display: block;
}

.Global-Button{
  height: 23px;
  line-height: 24px;
  background-color: #A01559;
  border-top: 1px solid white;
  font-size: 16px;
}


/*----------------------------------------------------
  ▼Navi
----------------------------------------------------*/


/*追尾ナビ用*/
.fixed {
  top: 0;
  z-index: 999;
}

/*----------------------------------------------------
  ▼Top Page Contents
----------------------------------------------------*/
section{
  margin: 25px auto 0;
}

/*h2 横線*/
#Section1 h2,#Section2 h2,#Section3 h2 {
  position: relative;
  text-align: center;
  width: 40%;
  margin: 0 auto;
  font-size: xx-large;
}

#Section1 h2:before,#Section2 h2:before,#Section3 h2:before {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

#Section1 h2 span,#Section2 h2 span,#Section3 h2 span {
  background-color: white;
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
}



/*Section1*/
#Section1{
  width: 1200px;
}

.Section1-Slide{
  margin: 30px auto 50px;
}

/*.Section1-Slide ul{
  display: flex;
  justify-content: space-around;
}*/

.Section1-Navi-Wrapper{
  display: flex;
  justify-content: space-around;
  text-align: left;
}

.Section1-Navi-Wrapper h3{
  font-size: large;
  border-bottom: 1px solid #ced1cd;
  padding-bottom: 0.5em;
}

.Section1-Navi-Wrapper li{
  font-size: 14px;
  padding: 5px 1em;
  text-indent: -1em;
  background-color:#ffedfa;
}

.Section1-Navi1{
  width: 100%;
}

.Section1-Navi-Wrapper2{
  width: 40%;
  display: flex;
  justify-content: space-around;
}


.Section1-Navi2,.Section1-Navi3{
  width: 40%;
}

.Section1-Navi1 ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.Section1-Navi1 li{
  width: 19%;
  box-sizing: border-box;
  margin:5px 5px 0 0 ;
}

/*Section2*/
#Section2{
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.Section2-SMT{
  display: none;
}


.tab{
  width: 465px;
  margin: 0px auto 10px;
  display: flex;
  text-align: center;
  overflow:hidden;
}

.tab li{
  width: 220px;
  height: 50px;
  line-height: 50px;
  font-size: large;
  background:#8b8b8b;
  cursor: pointer;
  color: white;
  margin: 1.5em 0;
  padding: 7px 10px;
  transition: all .5s ease;
  border-right: 1px solid #8b8b8b;
}

.tab li:hover{
  background: black;
  font-weight: bold;
}

.tab li.select{
  background:black;
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  font-weight: bold;
}

.tab li.select:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top: 25px solid black;
}

.hide {
  display:none;
}

.content{
  width: 1000px;
  margin: 0 auto;
}

.content-img{
  margin: 24px 0 70px;
}


figure {
  position: relative;
  overflow: hidden;
  width: 320px;
  float: left;
}
figcaption {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  display: table;
  width:220px;
}

figcaption p{
  color: white;
  font-size: 150%;
  font-weight: bold;
  text-shadow:7px 5px 2px #000000;
  vertical-align: middle;
  display: table-cell;
}

figure:hover figcaption {
  top: 0;
  left: 0;
  cursor: pointer;
}

figure a:hover{
  opacity: 1;
}

#content2 img {
  float: left;
  /*margin: 14px;*/
}


#Section2 a{
  display: block;
  color: white;
}

/*
#Section2 h2 span{
  background-color: #cfd2ce;
}
*/

area{
  border:none;
  outline:none;
}

/*.content-SMT{
  display: none;
}*/


/*Section3*/
#Section3{
  overflow: hidden;
}

.Section3-Wrapper{
  width: 100%;
}

.Section3-Button{
  padding-top: 50px;
}

.Section3-Button img{
  width: 100% !important;
}

.Section3-Button ul{
  display: flex;
  flex-wrap: wrap;
  /*height: 600px;*/
  margin: 0 !important;
}

.Section3-Button li{
  width: 50%;
  /*height: 600px;*/
}

.Section3-Button2 {
  width: 50%;
  float: left;
}

.Section3-Button3 {
  width: 50%;
  float: right;
}

.Section3-SMT{
  display: none;
}

/*Section4*/
#Section4{
  margin-top: 0 !important;
  background-color: #F3F3F3;
}

.Section4-Wrapper{
  width: 1200px;
  margin: 0 auto;
  display: table;
}

.Section4-Left{
  width: 200px;
  background-color: #C3C3C3;
  display: table-cell;
  vertical-align: middle;
}

.Section4-Left p{
  color: white;
  font-size: large;
}

.Section4-Left-Button{
  width: 80%;
  margin: 1em auto;
  padding: 0.5em 0;
  background-color: white;
}

.Section4-Left-Button a{
  display: block;
}

.Section4-Right{
  width: 100%;
  font-size: 14px;
}

.Section4-Right dl{
  font-size: 14px;
  margin: 20px 0 20px 20px;
}

.Section4-Right dt{
  width: 6em;
  padding: 10px;
  float: left;
  text-align: left;
}

.mark{
  width: 5em;
  color: white;
  text-align: center;
  float: left;
  padding: 1px;
  margin: 9px;
  text-align: center;
  font-size: 12px;
}

.News{
  background-color: #9D1258;
}

.Event{
  background-color: #808080;
}

.CSR{
  background-color: #d5d2d2;
}



.text{
  margin-left: 13em;
  padding: 10px;
  text-align: left;
}

.Section4-Right a{
  color: #b93b69;
}

/*----------------------------------------------------
  ▼Footer
----------------------------------------------------*/
footer{
}

.Footer-Wrapper{
  background-image: url(../../../common/image/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.Footer1-Wrapper{
  width: 1200px;
  margin: 0px auto;
  display:flex;
  padding: 50px 0;
  padding-left: 200px;
  text-align: left;
}

.Footer1-Wrapper a{
  color: white !important;
}

.Footer1-Wrapper li{
  padding: 5px 0;
}

.Footer1-Navi1{
  width: 46%;
  border-left: 1px solid white;
  padding: 20px;
}

.Footer1-Navi1 ul{
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 1em;
}

.Footer1-Navi1 li{
  width: 50%;
}

.Footer1-Navi2,.Footer1-Navi3{
  width: 22%;
  border-left: 1px solid white;
  padding: 20px;
}

.Footer1-Navi3{
  border-right: 1px solid white;
}

.Footer1-Navi2 ul,.Footer1-Navi3 ul{
  margin: 10px 0 0 1em;
}

.Footer1-Navi4{
  margin-left:20px;
  padding: 20px;
  width:20%;
  position:relative;
}
.Footer1-Navi4 p{
    position:absolute;
    bottom:0;
}

.h3-center{
  margin: 2.5em 0;
}

.Footer2-Wrapper{
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  height: 110px;
}

.Footer2-Navi{
  width: 1200px;
}

.Footer2-Navi ul{
  display: flex;
  margin: 1em auto 0 1em;
}

.Footer2-Navi li{
  text-align: center;
  width: 33%;
  border-left: 1px solid #090909;
}

.Footer2-Navi li:first-child{
  border-left:none;
}

.Footer2-Navi p{
  color: #090909;
}
.Footer2-Navi a{
    color: white;
}

.Footer3-Wrapper{
    width: 1200px;
    margin: 0 auto;
    padding-top: 5px;
}

/*----------------------------------------------------
  ▼pege topボタン
----------------------------------------------------*/
#page-top {
  right:1%;
  bottom:3%;
  position: fixed;
  z-index: 1;
}

#page-top a:hover {
  opacity: 0.7;
}

#page-top a {
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  background-color: #A01559;
  border-radius: 100px;
  transition:1.0s;
  -moz-transition:1.0s;
  -webkit-transition:1.0s;
}

#page-top p{
  font-size:16px;
  font-weight: bold;
  line-height: 5em;
}

.mainVisual {
  position: relative;
  overflow: hidden;
//  width: 70%;
//  margin-left: 15%;
  /*padding-bottom: 80vh; */
  display: none !important;
}

@media only screen and (max-width: 750px) {
.mainVisual { display: 500px !important; }
.flexslider { display: block !important; }
}

#mainVisual  video {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  mainVisual {
    height: 500px;
  }
}

video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.img_wrap{
  overflow: hidden;
  cursor: pointer;
  background-color: #000000;
  position:relative;
  width: 220px;
}
.img_wrap img{
  width: 100%;
  transition-duration: 0.5s;
  display: block;
  opacity: 0.50;
}
.img_wrap:hover img{
  transform: scale(1.1);
  transition-duration: 0.5s;
  display: block;
  opacity: 0.50;
}
.img_wrap-outer{
  position:relative;
}

.img_wrap-inner {
  position:absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color:white;
  font-size:18px;
  font-weight:bold;
//  background-color: rgba(0,0,0,0.5);
  width:100%;
}
.library_pdf {
  width:300px;
  padding:10px;
  margin-left:2%;
}
.library_pdf img{
  margin:0px;
  margin-bottom: 10px;
}
.library_pdf a{
  text-decoration: underline;
  color: #A01559;
}
.library_movie {
  float:left;
  width:350px;
  padding:10px;
}
.library_movie iframe {
  width:359px;
  height:202px;
}
.bottom{
  margin-bottom:8px;
}
.buiding{
  width:600px;
  margin-left:0;
}
.about_morimura{
  margin:20px;
  text-align:left;
  line-height:28px;
}
.english_url{
  color: #b93b69;
}
@media screen and (max-width: 679px) {
  .img_wrap{
    overflow: hidden;
    cursor: pointer;
    background-color: #000000;
    position:relative;
    width: 220px;
  }
  .img_wrap img{
    width: 100%;
    display: block;
    opacity: 0.50;
  }
  .img_wrap:hover img{
  }
  .img_wrap-outer{
    position:relative;
  }
  .img_wrap-inner {
    position:absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    color:white;
    font-size:12px;
    font-weight:bold;
  //  background-color: rgba(0,0,0,0.5);
    width:100%;
  }
  #Section1 h2,#Section2 h2,#Section3 h2 {
    position: relative;
    text-align: center;
    width: 40%;
    margin: 0 auto;
    font-size: 16px;
  }
/*	.library_pdf {
    width:40%;
    font-size:12px;
  } */
  .library_movie {
    float:left;
    width:290px;
    margin-left:2%;
    margin-right:2%;
    padding:10px;
  }
  .library_movie iframe {
    width:290px;
    height:163px;
  }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.mainVisual { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

@media only screen and (max-width: 1150px) {
.mainVisual { display: none !important; }
.sp { display: block !important; }
}
