/*コメント*/
.white, .white a, .white a:hover, .white a:hover:after{color:#fff;text-decoration:none;}

.black, .black a, .black a:hover, .black a:hover:after{color:#213D32;text-decoration:none;}

@media screen and ( max-width: 768px ) {

/*accordion*/
.wrap-flex, .wrap-flex-3 {
        flex-direction: column; /* 縦並びに変更 */
    }
    
    .item-flex-5-position {margin-bottom:20%;
        width: 100%;
        min-height: 200px; /* 最小高さを確保 */
    }
    
    /* 画像表示のための重要な設定を維持 */
    .item-flex-5-position img {
        opacity: 0;
        visibility: hidden;
    }
    
    .item-flex-5-position img.active {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
    
    .accordion-header-position {
        padding: 12px;
        padding-right: 35px;
    }
    
    .accordion-content-position.active {
        max-height: 300px;
    }
    
    .item-flex-7 li .plus {
        font-size: 14px;
        right: 10px;
    }
    
    .item-flex-7 li {
        margin-bottom: 8px;
    }
    
    .accordion-content-position.active {
        padding: 10px;
    }
/*end*/
.card01 {
  display: grid;
}
.card-image {
  /* 格子のサイズに合わせて画像サイズを変更する */
  justify-self: stretch;
  grid-column-start: 1;
  grid-row-start: 1;
}
.card-description0 {z-index:4;margin:0 2.5% 0 2.5%;
  /* 説明文を水平方向の（横軸の）中央に配置する */
  justify-self: center;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self: center;
  grid-column-start: 1;
  grid-row-start: 1;
}

.card-description {z-index:4;margin:-3% 0% 0 10%;
  /* 説明文を水平方向の（横軸の）中央に配置する */
  justify-self: start;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self: start;
  grid-column-start: 1;
  grid-row-start: 1;
}
.card-description2 {margin:0% 0 -8% 10%;z-index:10;
  /* 説明文を水平方向の（横軸の）中央に配置する */
  justify-self: start;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self:end;
  grid-column-start: 1;
  grid-row-start: 1;
}
.card-description3 {padding:0% 0% 0 5%;z-index:10; 
  /* 説明文を水平方向の（横軸の）中央に配置する */
  justify-self: start;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self:center;
  grid-column-start: 1;
  grid-row-start: 1;
}

.card-description4 {margin:-3% 5% 0% 0%;z-index:10;
  /* 説明文を水平方向の（横軸の）中央に配置する */
  justify-self: end;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self:start;
  grid-column-start: 1;
  grid-row-start: 1;
}
.card-description5 {padding:1% 0% 0% 0%;z-index:10;
  /* 説明文を水平方向の（横軸の）中央に配置する */
  justify-self: center;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self:start;
  grid-column-start: 1;
  grid-row-start: 1;
}

.card-description6 {padding:0 5% 0 0%;
  /* 説明文を水平方向の（横軸の）中央に配置する */
  justify-self: end;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self:end;
  grid-column-start: 1;
  grid-row-start: 1;
}

.card-description7 {margin:0 0% -10% 0%;z-index:10;
  /* 説明文を水平方向の（横軸の）中央に配置する */
  justify-self: center;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self:end;
  grid-column-start: 1;
  grid-row-start: 1;
}

.card-description10 {padding:0 2.5% 8% 2.5%;
  /* 説明文を水平方向の（横軸の）中央に配置する */
  justify-self: center;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self:end;
  grid-column-start: 1;
  grid-row-start: 1;
}

.card-description11 {padding:0 2.5% 0% 2.5%;
  /* 説明文を水平方向の（横軸の）中央に配置する */
  justify-self:center;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self:end;
  grid-column-start: 1;
  grid-row-start: 1;
}

.pagination-second{
    
    display: flex;
    justify-content: space-between;
}
.pagination-second{margin: 0 19% 2.5%;}
.pagination-second a, .pagination-second a:hover, .pagination-second a:hover:after{
    
    color: rgba(182,142,73,1.0);
    font-size: 1.1em;font-weight:bold;
    text-decoration: none;
}

.embed{width:95%;margin:0 auto;}

.embed iframe.youtube-16-9 {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}

.between-left-s{margin:0 0 0 1.5%;}
/**/

/**/
.wrap-flex-3-fixed{display : -webkit-box;    
  display : -webkit-flex;    
  display : -ms-flexbox;    
  display : flex;
  -webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;justify-content:center;}

.item-flex-3-fixed{/*padding:30px;*/
	width:30%;
	/*background-color:#acacac;
	border-radius:15px;border:solid 3px #f00;*/}

.sub_contents{width:95%;margin:0 auto;}

.sub_contents2{width:95%;margin:0 auto;}

.sub_contents3{width:95%;margin:0 auto;}

.between-left-L{margin:0 0 0 10%; }

.pc{display:none;}

.sp{display:block;}

.post-loop-wrap article {color:#151515;
width: 100%;
height:auto;
overflow-y:hidden;
margin: 0px 0% 30px 0%;
padding:0px;
float:none;}

.item-flex-3,.item-flex-7, .item-flex-5,.item-flex-10{
	/*padding:30px;*/
	width:100%;
	/*background-color:#acacac;
	border-radius:15px;border:solid 3px #f00;*/
}
.wrap-flex-next-fixed{
	display:flex;
	justify-content:center;
	align-items:stretch;
}

.item-flex-next-1-fixed{
        position: relative;
  	margin-top: 1em;
  	/*padding: 1em 2em;*/
  	/*border: 0.5px solid #eee;*/
	/*padding:15px;*/
	width:20%;margin:0 1%;
	/*background-color:#FFFFFB;*/
        display:flex;
        flex-direction:column;
	/*border-top-left-radius:30px;*/
}
.item-flex-next-5-fixed{
        position: relative;
  	margin-top: 1em;
  	padding: 1em 2em;
  	/*border: 6px solid #A8D0E6;*/
	/*padding:15px;*/
	width:50%;margin:0 1%;
	/*background-color:#FFFFFB;*/
        display:flex;
        flex-direction:column;
	/*border-top-left-radius:30px;*/
}
/**/
.wrap-flex-next{
	display:flex;
	flex-direction:column;
	align-items:center;
}

.item-flex-next{
        position: relative;
  	margin-top: 1em;
  	padding: 1em 2em;
  	/*border: 0.5px solid #eee;*/
	padding:15px;
	width:100%;
	/*background-color:#FFFFFB;*/
        display:flex;
        flex-direction:column;
	/*border-top-left-radius:30px;*/
}
.item-flex-next2{
	position: relative;
  	/*margin-top: 1em;
  	padding: 1em 2em;
  	border: 6px solid #A8D0E6;
	padding:30px;*/
	width:100%;
	/*background-color:#FFFFFB;*/
        display:flex;
        flex-direction:column;
	/*border-top-left-radius:30px;*/
}

.caption-next{
  position: absolute;
  top: 0;
  right: 0;
  font-weight:bold;
  font-size: 3em;
  padding: 0.25em 0.5em;
  margin:0;color:#8BC8FF;
  background:#FFFEF2;
  border-radius:50%;
  transform: translateY(-50%) translateX(-10%);
}
/**/
/*end*/
.container-z,.container-z-2 {
  /*display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 32px 0;*/
}

.container-reverse{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 0px 0px;margin-top:15vh;
  }

.main_copy,

.main_copy-reverse, .main_copy-up,.main_copy-reverse-up-margin

{display:flex;
  justify-content: center;flex-direction: column;
  align-items: center;
  text-align:left;}

.main_copy-reverse-fixed {white-space:nowrap;
    grid-column: 7 / -1;
    grid-row: 1;
    align-self: center;
    z-index: 2;
  }

.main_copy-fixed {white-space:nowrap;
    grid-column: 4 / 10;
    grid-row: 1;
    align-self: center;
    z-index: 2;
  }

.main_copy-up-fixed{white-space:nowrap;
    
    grid-column: 4 / -4;
    grid-row: 1;
    align-self: center;
    z-index: 2;


 }
.main_copy-reverse-up-fixed{white-space:nowrap;
    
    grid-column: -4 / 4;
    grid-row: 1;
    align-self: center;
    z-index: 2;
 }

.main_img,.main_img-reverse{display:contents;margin:2% auto;}

.main_img-fixed {
    grid-column: 5 / -1;
    grid-row: 1;
    z-index: 1;
  }
.main_img-reverse-fixed {
    grid-column: 1 / -5;
    grid-row: 1;
    z-index: 1;
  }

.only-pc{content-visibility:hidden;}

.only-sh{display:contents;}

.back_news01,.back_restaurant01{background:url("../img/index01_M.jpg") no-repeat;

aspect-ratio: 960/640 ;background-position:center center;

background-size:100%;background-color: rgba(80,34,0,0.3);
  	
background-blend-mode: overlay;}

.back_kaiseki01{background:url("../img/index02_M.jpg") no-repeat;

aspect-ratio:960/640 ;background-position:center center;

background-size:100%;background-color: rgba(80,34,0,0.3);
  	
background-blend-mode: overlay;}

.back_fugu01{background:url("../img/index03_M.jpg") no-repeat;

aspect-ratio:960/640 ;background-position:center center;

background-size:100%;background-color: rgba(80,34,0,0.3);
  	
background-blend-mode: overlay;}

.back_delivery01{background:url("../img/index04_M.jpg") no-repeat;

aspect-ratio:960/640 ;background-position:center center;

background-size:100%;background-color: rgba(80,34,0,0.3);
  	
background-blend-mode: overlay;}

.back_lunch01{background:url("../img/index48_M-waraku.jpg") no-repeat;

aspect-ratio:960/640 ;background-position:center center;

background-size:100%;background-color: rgba(80,34,0,0.3);
  	
background-blend-mode: overlay;}

.back_banquet01{background:url("../img/index19_M-course.jpg") no-repeat;

aspect-ratio:960/640 ;background-position:center center;

background-size:100%;background-color: rgba(80,34,0,0.3);
  	
background-blend-mode: overlay;}

.back_portal01 {
  background: 
    linear-gradient(to right, rgba(35,62,139,0.7), rgba(35,62,139,0.7)),
    url("../img/index0_m.jpg") no-repeat;
  background-position: center center;
  background-size: 100%;
  aspect-ratio: 3000/960;
  justify-self: stretch;
  grid-column-start: 1;
  grid-row-start: 1;
}

.glass {margin:0 auto;
  width: 100%;
  max-width: 95%;
  padding: 10px;
  background-color:#fff; /* 背景色 */
  /*border: 1px solid rgba(164,164,157,1.0);ボーダー */
  /*-moz-backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); 
  backdrop-filter: blur(20px);
  box-shadow: 0 5px 20px rgba(255, 152, 79, 0.5);*/ /* 薄い影 */
}

.glass2 {margin:0 auto;
  width: 100%;
  max-width: 95%;border:1px solid #eee;
  padding: 10px;border-radius:25px;
  background-color:rgba(139,200,255,0.8); /* 背景色 */
  
}
.glass-white {
  width: 100%;
  border-radius:10px;
  padding:10px;
  background-color:rgba(255,255,255,0.5);
}
.glass-white2 {border:1px solid #000;
  width: 100%;
  border-radius:12.5px;
  padding:5px 3.5px;
  background-color:rgba(255,255,255,1.0);
}
.glass-white3 {
  width: 100%;
  border-radius:10px;
  padding:5px;
  background-color:rgba(255,255,255,0.5);
}
/*.container-slide,.container-slide-1 {
    position: relative;
    width: 100%;
}
.title-slide,.title-slide-1 {
      position: absolute;
      top:-30%;
      left:2%;
      width: 100%;
      text-align: left;
    }
.content-slide,.content-slide-1{width:100%;}

.thumb-arrow,.thumb-arrow-1,.thumb-arrow-3,
    .thumb-arrow-4,.thumb-arrow-5 {
        z-index: 10;
        position: absolute;
        left: 50%;
        bottom:-15%; 
        transform: translateX(-50%); 
        display: flex;
        gap: 10px;
        width: auto;
        padding:0;
        margin:0;
    }
    
    .thumb-arrow .prev,.thumb-arrow .next,
    .thumb-arrow-1 .prev-1,.thumb-arrow-1 .next-1,
    .thumb-arrow-3 .prev-3,.thumb-arrow-3 .next-3,
    .thumb-arrow-4 .prev-4,.thumb-arrow-4 .next-4,
    .thumb-arrow-5 .prev-5,.thumb-arrow-5 .next-5 {
        background: transparent;
        color: rgba(54,69,79,1.0);
        padding: 30px 30px;
        cursor: pointer;
        border: 1px solid rgba(54,69,79,1.0);
        border-radius: 50%;
        transition: background 0.3s;
        flex: 1;
        text-align: center;
    }
    
    .thumb-arrow .prev:hover,.thumb-arrow .next:hover,
    .thumb-arrow-1 .prev-1:hover,.thumb-arrow-1 .next-1:hover,
    .thumb-arrow-3 .prev-3:hover,.thumb-arrow-3 .next-3:hover,
    .thumb-arrow-4 .prev-4:hover,.thumb-arrow-4 .next-4:hover,
    .thumb-arrow-5 .prev-5:hover,.thumb-arrow-5 .next-5:hover {
        background: rgba(54,69,79,0.3);
    }*/
/*end*/
.back_button{background:transparent;

aspect-ratio:3000/720;width:100%;background-position:center center;

background-size:100%;}

}

@media screen and ( min-width: 769px ) {

/*gsap-skew-end*/
.item-flex-7 {
        flex: 1; /* 残りのスペースを占める */
    }

.card01 {
  display: grid;
}
.card-image {
  /* 格子のサイズに合わせて画像サイズを変更する */
  justify-self: stretch;
  grid-column-start: 1;
  grid-row-start: 1;
}
.card-description0 {z-index:4;margin:0 2.5% 0 2.5%;
  /* 説明文を水平方向の（横軸の）中央に配置する */
  justify-self: center;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self: center;
  grid-column-start: 1;
  grid-row-start: 1;
}

.card-description {z-index:4;margin:-3% 0% 0 10%;
  /* 説明文を水平方向の（横軸の）中央に配置する */
  justify-self: start;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self: start;
  grid-column-start: 1;
  grid-row-start: 1;
}
.card-description2 {margin:0% 0 -8% 10%;z-index:10;
  /* 説明文を水平方向の（横軸の）中央に配置する */
  justify-self: start;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self:end;
  grid-column-start: 1;
  grid-row-start: 1;
}
.card-description3 {padding:0% 0% 0 5%;z-index:10; 
  /* 説明文を水平方向の（横軸の）中央に配置する */
  justify-self: start;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self:center;
  grid-column-start: 1;
  grid-row-start: 1;
}

.card-description4 {margin:-3% 5% 0% 0%;z-index:10;
  /* 説明文を水平方向の（横軸の）中央に配置する */
  justify-self: end;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self:start;
  grid-column-start: 1;
  grid-row-start: 1;
}
.card-description5 {padding:1% 0% 0% 0%;z-index:10;
  /* 説明文を水平方向の（横軸の）中央に配置する */
  justify-self: center;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self:start;
  grid-column-start: 1;
  grid-row-start: 1;
}

.card-description6 {padding:0 5% 0 0%;
  /* 説明文を水平方向の（横軸の）中央に配置する */
  justify-self: end;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self:end;
  grid-column-start: 1;
  grid-row-start: 1;
}

.card-description7 {margin:0 0% -10% 0%;z-index:10;
  /* 説明文を水平方向の（横軸の）中央に配置する */
  justify-self: center;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self:end;
  grid-column-start: 1;
  grid-row-start: 1;
}

.card-description10 {padding:25% 4% 0% 0%;
  /* 説明文を水平方向の（横軸の）中央に配置する */
  justify-self: end;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self:center;
  grid-column-start: 1;
  grid-row-start: 1;
}

.card-description11 {padding:25% 0% 0% 4%;
  /* 説明文を水平方向の（横軸の）中央に配置する */
  justify-self:start;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self:center;
  grid-column-start: 1;
  grid-row-start: 1;
}

.pagination-second{
    
    display: flex;
    justify-content: space-between;
}
.pagination-second{margin: 0 19% 3.5%;}

.pagination-second a, .pagination-second a:hover, .pagination-second a:hover:after{
    
    color: rgba(182,142,73,1.0);
    font-size: 1.2em;font-weight:bold;
    text-decoration: none;
}

.embed{width:80%;margin:0 auto;}

.embed iframe.youtube-16-9 {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}

.between-left-s{margin:0 0 0 3%;}
 
.sub_contents{width:65%;margin:0 auto;}

.sub_contents2{width:45%;margin:0 auto;}

.sub_contents3{width:55%;margin:0 auto;}

.between-left-L{margin:0 0 0 15%; }

.post-loop-wrap article {
width: 32%;
height:auto;
overflow-y:hidden;
margin: 0px 0% 0px 0.2%;
padding:0.2%;
float:left;}

.pc{display:contents;}

.sp{display:none;}

/**/
.wrap-flex-next{
	display:flex;
	justify-content:center;
	align-items:stretch;
}

.item-flex-next{
        position: relative;
  	margin-top: 1em;
  	padding: 1em 2em;
  	/*border: 0.5px solid #eee;*/
	padding:15px;
	width:30%;margin:0 2%;
	/*background-color:#FFFFFB;*/
        display:flex;
        flex-direction:column;
	/*border-top-left-radius:30px;*/
}
.wrap-flex-next-fixed{
	display:flex;
	justify-content:center;
	align-items:stretch;
}

.item-flex-next-1-fixed{
        position: relative;
  	margin-top: 1em;
  	/*padding: 1em 2em;*/
  	/*border: 0.5px solid #eee;*/
	/*padding:15px;*/
	width:12%;margin:0 1%;
	/*background-color:#FFFFFB;*/
        display:flex;
        flex-direction:column;
	/*border-top-left-radius:30px;*/
}
.item-flex-next-5-fixed{
        position: relative;
  	margin-top: 1em;
  	/*padding: 1em 2em;*/
  	/*border: 6px solid #A8D0E6;*/
	/*padding:15px;*/
	width:50%;margin:0 1%;
	/*background-color:#FFFFFB;*/
        display:flex;
        flex-direction:column;
	/*border-top-left-radius:30px;*/
}

.item-flex-next .caption-next, .float-left .caption-next,.float-left-half.caption-next{
  position: absolute;
  top: 0;
  right: 0;
  font-weight:bold;
  /*font-size: 1em;*/
  padding: 0.25em 0.5em;
  margin: 0;color:#8BC8FF;font-size:3em;
  background:#FFFEF2;
  border-radius:50%;
  transform: translateY(-50%) translateX(25%);
}
/**/
.wrap-flex{
	display:flex;
	
}

.wrap-flex-5-reverse,.wrap-flex-reverse{display:flex;
	/*justify-content:space-between;*/
	/*align-items:stretch;*//*align-items: flex-start;*/
	flex-direction: row-reverse;
}

.wrap-flex-3{display:flex;align-items:stretch;}

.archive-ttl {flex-grow: 1;}

.item-flex-3{
	/*margin-top: 1em;
  	padding: 1em 2em;
	padding:30px;*/
	width:30%;/*margin:0 2%;
	background-color:#acacac;
	border-radius:15px;border:solid 3px #f00;*/
}


.item-flex-7{
	
	width:65%;
}

.item-flex-4{
	
	width:100%;/*margin:0 2%;
	background-color:#fff;
	border-radius:10px;*/
}

.item-flex-5{
	width:45%;
}

.archive-ttl {margin: 0; /* 余計なマージンを取り除く */
      flex-grow: 1;}

.flex-btn{margin-top: auto !important;}

.item-flex-10{width:100%;}

.only-sh{display:none;}

.only-sh a{display:none;}

.only-pc{visibility:visible;}

   .container-z {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 0px;
  }
  .container-z-3 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    grid-gap: auto auto;
  }
  .main_copy,.main_copy-fixed {
    grid-column: 1 / 7;
    grid-row: 1;
    align-self: center;
    z-index: 2;
  }
  
  .main_img, .main_img-fixed {
    grid-column: 5 / -1;
    grid-row: 1;
    z-index: 1;
  }
  .main_img-reverse,.main_img-reverse-fixed {
    grid-column: 1 / -5;
    grid-row: 1;
    z-index: 1;
  }

.container-z-2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows:1fr;
    grid-gap:0em 0em;
  }

.container-reverse{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 0px 0px;margin-top:15vh;
  }

  .main_copy-reverse,.main_copy-reverse-fixed {
    grid-column: 7 / -1;
    grid-row: 1;
    align-self: center;
    z-index: 2;
  }
  .main_copy-end{
    
    grid-column: 1 / 7;
    grid-row: 2;
    align-self:end;
    z-index: 2;


 }
 .main_copy-reverse-end,.main_copy-reverse-up-fixed{
    
    grid-column: 7 / -1;
    grid-row: 2;
    align-self: end;
    z-index: 2;
 }
 .main_copy-reverse-up-end{
    
    grid-column: 5 / 13;
    grid-row: 2;
    align-self: end;
    
    z-index: 2;
 }

.back_news01,.back_restaurant01{background:url("../img/index01_ML.jpg") no-repeat;

aspect-ratio: 3000/960 ;background-position:center center;

background-size:100%;background-color: rgba(80,34,0,0.3);
  	
background-blend-mode: overlay;}

.back_kaiseki01{background:url("../img/index02_ML.jpg") no-repeat;

aspect-ratio:3000/960 ;background-position:center center;

background-size:100%;background-color: rgba(80,34,0,0.3);
  	
background-blend-mode: overlay;}

.back_fugu01{background:url("../img/index03_ML.jpg") no-repeat;

aspect-ratio:3000/960 ;background-position:center center;

background-size:100%;background-color: rgba(80,34,0,0.3);
  	
background-blend-mode: overlay;}

.back_delivery01{background:url("../img/index04_ML.jpg") no-repeat;

aspect-ratio:3000/960 ;background-position:center center;

background-size:100%;background-color: rgba(80,34,0,0.3);
  	
background-blend-mode: overlay;}

.back_lunch01{background:url("../img/index48_ML-waraku.jpg") no-repeat;

aspect-ratio:3000/960 ;background-position:center center;

background-size:100%;background-color: rgba(80,34,0,0.3);
  	
background-blend-mode: overlay;}

.back_banquet01{background:url("../img/index19_ML-course.jpg") no-repeat;

aspect-ratio:3000/960 ;background-position:center center;

background-size:100%;background-color: rgba(80,34,0,0.3);
  	
background-blend-mode: overlay;}

.back_portal01 {
  background: 
    linear-gradient(to right, rgba(35,62,139,0.7), rgba(35,62,139,0.7)),
    url("../img/index101_LL.jpg") no-repeat;
  background-position: center center;
  background-size: 100%;
  aspect-ratio: 3000/1688;
  justify-self: stretch;
  grid-column-start: 1;
  grid-row-start: 1;
}

.glass {margin:0 auto;
  width: 100%;
  max-width: 95%;
  padding: 10px;
  background-color:#fff; /* 背景色 */
  /*border: 1px solid rgba(164,164,157,1.0);ボーダー */
  /*-moz-backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); 
  backdrop-filter: blur(20px);
  box-shadow: 0 5px 20px rgba(255, 152, 79, 0.5);*/ /* 薄い影 */
}
.glass2 {margin:0 auto;
  width: 100%;
  max-width: 95%;border:1px solid #eee;
  padding: 10px;border-radius:25px;
  background-color:rgba(139,200,255,0.8); /* 背景色 */
  
}
.glass-white {
  width: 100%;
  border-radius:10px;
  padding:20px;
  background-color:rgba(255,255,255,0.5);
}

.glass-white2 {border:1px solid #000;
  width: 100%;
  border-radius:25px;
  padding:20px 15px;
  background-color:rgba(255,255,255,1.0);
}
.glass-white3 {
  width: 100%;
  border-radius:10px;
  padding:5px;
  background-color:rgba(255,255,255,0.5);
}
/*.container-slide,.container-slide-1,.container-slide-2,.container-slide-3 {
    position: relative;
    width: 100%;
}
.title-slide,.title-slide-1,.title-slide-2,.title-slide-3 {
      position: absolute;
      top:-30%;
      left:2%;
      width: 100%;
      text-align: left;
    }
.content-slide,.content-slide-1,.content-slide-2,.content-slide-3{width:100%;}

.thumb-arrow,.thumb-arrow-1,.thumb-arrow-3,
    .thumb-arrow-4,.thumb-arrow-2 {
        z-index: 10;
        position: absolute;
        left: 50%;
        bottom:-35%; 
        transform: translateX(-50%); 
        display: flex;
        gap: 10px;
        width: auto;
        padding:0;
        margin:0;
    }
    
    .thumb-arrow .prev,.thumb-arrow .next,
    .thumb-arrow-1 .prev-1,.thumb-arrow-1 .next-1,
    .thumb-arrow-3 .prev-3,.thumb-arrow-3 .next-3,
    .thumb-arrow-4 .prev-4,.thumb-arrow-4 .next-4,
    .thumb-arrow-2 .prev-2,.thumb-arrow-2 .next-2 {
        background: transparent;
        color: rgba(54,69,79,1.0);
        padding: 30px 30px;
        cursor: pointer;
        border: 1px solid rgba(54,69,79,1.0);
        border-radius: 50%;
        transition: background 0.3s;
        flex: 1;
        text-align: center;
    }
    
    .thumb-arrow .prev:hover,.thumb-arrow .next:hover,
    .thumb-arrow-1 .prev-1:hover,.thumb-arrow-1 .next-1:hover,
    .thumb-arrow-3 .prev-3:hover,.thumb-arrow-3 .next-3:hover,
    .thumb-arrow-4 .prev-4:hover,.thumb-arrow-4 .next-4:hover,
    .thumb-arrow-2 .prev-2:hover,.thumb-arrow-2 .next-2:hover {
        background: rgba(54,69,79,0.3);
    }*/
/*end*/

.back_button{background:transparent;

aspect-ratio:3000/320;width:100%;background-position:center center;

background-size:100%;}

}