
@media screen and (min-width:521px) and (max-width:1100px){

header{
  padding: 0;
  margin: 0;
}  

.mobile-list{
  display: block;
}

.header-left{
  display: none;
}

.header-nav{
  margin: auto;
}

.header-nav span{
  display: none;
}

.header-nav button{
  display: none;
}

.header-right button{
  display: none;
}

/*メイン*/
.top-container{
  width:100%;
}

.top-wrapper{
  background-image: url(../images/toumei08.png),linear-gradient(90deg, rgba(141, 139, 226, 1), rgba(253, 187, 203, 1));
  opacity: 0.8;
}

.top-wrapper h1{
  font-size:25px;
}

.top-wrapper h2{
  font-size: 20px;
}

.block-heading h2{
font-size: 28px;
padding:5px;
}

.block-section {
flex-direction: column;
padding: 20px;
}

.block {
width: 100%;
margin-bottom: 20px;
}

.block img {
height: 200px;
}

.block h4 {
font-size: 1.2em;
}

/*スライド画面*/
.slide-container {
  height: 1024px;
}

.slide-container h2 {
  font-size: 1rem;
}

.swiper{
  width: 90%;
  height: 90%;
}

.swiper-wrapper {
  margin-top: 1rem;
}

.swiper-slide {
  line-height: 200px;
}

.swiper-pagination{
  margin-top: 1rem;
}


/*動画ページ*/
#video{
  margin: auto;
  width:90%;
  height:90%;
}

.video-main{
  height: 1024px;
}

#toggleButton{
  display:none;
  writing-mode: horizontal-tb;
  position: static;
  width:80%;
  height:40px;
  margin: 1rem 4.5rem;
  background-color: #79d88f;
  border:none;
  font-weight: bold;
  color: #fff;
}

#memo{
  display:block;
  position: static;
  bottom: 0rem;
  right: 0%;
  width: 100%;
  height: 170px;
  padding: 5px;
  margin-bottom: 1rem;
}

/*動画ページ保存ボタン*/
#saveMemo{
  display:block;
  position: static;
  margin-left: 29rem;
  width:30%;
  height:40px;
  background-color: #8cbff6;
  color: white;
  border: none;
}

.video-memo-mobile{
  display: block;
  padding:2rem;
}

.video-memo{
  display: none;
}


/*一覧*/
.page-grid h1{
  font-size: 30px;
}

.page-item {
  flex: 1 1 calc(50% - 20px); 
}

.tabs {
  margin-top: 20px;
}

.tabs li {
  padding: 10px 10px;
}

/*一覧のメモ欄*/

/*新メモリスト*/

/* 削除ボタン */

/*問い合わせ*/

/*問い合わせ*/

.form-title{
  padding-top: 3rem;
}

.form-container{
  margin: 0px 15px;
  padding: 20px;
}

/*プライバシーポリシー*/
.pri-container {
  padding: 20px;
  padding-top: 4rem;
 }

 .pri-container h1{
  font-size: 28px;
 }

 /*フッター*/

/*初めての方へ*/
 .intro-content{
  padding:1rem;
 }

 .intro-title{
  padding: 1rem;
 }

 .intro-title h2{
  font-size: 1.5rem;
 }

/*モバイル端末の設定*/

.mobile-mokuji{
  margin: auto;
  display: block;
  width:35%;
  background-color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  padding: 30px 40px 10px;
}

.mobile-mokuji h3 {
  font-size: 18px;
  margin-top: 0;
}

.mobile-mokuji ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mobile-mokuji ul li {
  margin: 10px 0;
}

.mobile-mokuji ul li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  transition: color 0.3s;
}

.mobile-mokuji ul li a:hover {
  color: #0073e6; /* ホバー時の色 */
}

/* サイドバー */
.sidebar {
  display:none;
  margin-top: 20px;
}

/*Q&A*/

 /*ログインページ*/

}












