@charset "utf-8";

/*========= レイアウトのためのCSS ===============*/

body{
    word-break: break-all;
}

/* HEADER */

#header{
  position: relative;
  z-index:999;
  /*装飾のためのCSS*/
  background:#222;
  color: #f2f2f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:5px 20px;
}

  
/*全体のエリア設定*/

.ms-section{
  color:#fff;
  padding:20px;
}

.ms-section a{
  color:#fff;
}

/* h1{ */
  /* font-size:1.5rem; */
/* } */

/* h2{ */
  /* font-size:1.3rem; */
  /* margin:0 0 20px 0; */
  /* text-align: center; */
/* } */

/* p{ */
  /* margin:0 0 20px 0; */
/* } */

/*右にある丸ナビゲーション色*/

#multiscroll-nav span{
  background:transparent!important;
  border-color:#fff!important;
}

/*右にある丸のナビゲーション現在地色*/

#multiscroll-nav li .active span{
  background:#fff!important;
}

/*右上のナビゲーション*/

#menu li {
  display:inline-block;
  margin: 10px;
}

#menu li a{
  text-decoration:none;
  color: #fff;
  padding: 5px 10px;
  display:block;
  border-radius: 10px;
}

#menu li.active a{
  color: #666;
}


/*右エリア画像設定*/


/* 別ファイルとしてランダムに読み込ませる */

/* #right1{
  background:url("../img/top_img02/img01.png") no-repeat center;
  background-size:cover;
}

#right2{
  background:url("../img/top_img02/img02.png") no-repeat center;
  background-size:cover;
}

#right3{
  background:url("../img/top_img02/img03.png") no-repeat center;
  background-size:cover;
}

#right4{
  background:url("../img/top_img02/img04.png") no-repeat center;
  background-size:cover;
}

#right5{
  background:url("../img/top_img02/img05.png") no-repeat center;
  background-size:cover;
}

#right6{
  background:url("../img/top_img02/img06.png") no-repeat center;
  background-size:cover;
} */

/*＝＝＝＝＝＝＝＝＝＝＝タブレット以下の見え方＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/* @media screen and (max-width:768px){ */
@media (orientation: portrait) and (max-width:667px){
  
#header{
  justify-content: center;
}

/*全体のボックスについている余白をリセット*/
.ms-section{
  padding:0;
}

/*天地中央になっている見せ方を上ぞろえに上書き*/
.ms-tableCell{
  vertical-align:top;
}

/*右上ナビゲーションと右エリア非表示*/
#menu,
.ms-right{
  display: none;
}

/*左エリアを横幅100%にして画像＋テキストを出す設定*/
.ms-left{
  width:100%!important;
}

 /*左エリア上部画像設定*/
.sp-top{
  position: relative;
  top:30%;
  height:40%;
  /* width:100%; */
  /* top:10px; */
  /* margin:0 0 40px 0; */
}
  


#left1 .sp-top{
  background:url("../img/top_img02/img01.png") no-repeat center;
  background-size:cover;
}

#left2 .sp-top{
  background:url("../img/top_img02/img02.png") no-repeat center;
  background-size:cover;
}

#left3 .sp-top{
  background:url("../img/top_img02/img03.png") no-repeat center;
  background-size:cover;
}
  
#left4 .sp-top{
  background:url("../img/top_img02/img04.png") no-repeat center;
  background-size:cover;
}

#left5 .sp-top{
  background:url("../img/top_img02/img05.png") no-repeat center;
  background-size:cover;
}

#left6 .sp-top{
  background:url("../img/top_img02/img06.png") no-repeat center;
  background-size:cover;
}

/*左エリア下部テキスト余白設定*/
.sp-bottom{
  position: relative;
  top:30%;
  padding:20px;
  z-index: 2500;
}
  
}