@charset "utf-8";
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}


.bg-lightgreen {
	background-color: #e6ede9;
}
.mainimage {
	
}
.heading {
	border-left: 6px solid #aaa;
	padding: 0 0 0 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}
.footer-copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}
.map iframe {
	width: 100%;
	height: 450px;
}


.swiper-container {
position: absolute;
    top: 0;
    background-color: #000;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 450px;
}
.swiper-slide {
	padding-top: 180px; /* 画像位置の調整用 */
	text-align: center;
	color: #fff;
	font-size: 30px;
}

.swiper-wrapper img {
    width: 100%;
    height: auto;
}

.card-img-top
{margin-bottom:10px;}


#topimglink
{text-decoration:none;
 color:#FFF;
 text-shadow: 3px 3px 3px black;}

#sec4 {margin-top:-2rem}


h3.font-weight-bold {
    font-size: 2rem;
}



.text-muted{
	font-size: 1.25rem;
	margin-bottom:20px;
}

.lead{font-size: 1rem}


.tyuui{font-size: 0.75rem;
       text-align:left;
	   color:#666;
	   margin-top:-10px;}

.gazou_title{
	font-size: 1rem;
	font-weight:500;
	orphans:3;
	page-break-after:avoid;
	line-height:1.3;
	margin-top:-10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.otoiawase {margin-top:-50px;}

/* ====== 共通 ====== */

a.btn-secondary:hover {
    text-decoration: none;
    opacity: 0.8;
}




/*ギャラリー設定
============================================== */

.textsmall{font-size: 1.5rem;}



.col-lg-2{
	margin-top:-2rem}

.gallaly-title{padding-bottom:20px;}

/* カフェメニュー設定
============================================== */

#sec1 .card:nth-of-type(2) {
  border-left: none;
  border-right: none; }

.ttl-bdr {
    font-size: 3rem;
  line-height: 1.5;
  position: relative;
margin-bottom: 50px;
}
  .ttl-bdr::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 5px solid #000;
    width: 20%;
    margin: 0 auto -15px; }



.coloum-title{
    font-size: 2.5rem;
}



#formWrap {
	width:700px;
	margin:30px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:20px auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}



/* ====== TOTOP ====== */
/* ページトップ */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%; }

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 25px 0;
  text-align: center;
  display: block;
  border-radius: 10px; }

#page-top a:hover {
  text-decoration: none;
  background: #999; }

.btn-outline-secondary:hover {
    color: #6c757d;
}



div.vid01 {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
background: #e6e6e6;/*余白の背景色*/
}
video.vid02 {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}

div.vid03 {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
background: #e6e6e6;/*余白の背景色*/
}
video.vid04 {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}


/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
.footer-logo {
	width: 100%;
}

}

} /* END */

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
.gnav-item {
	display: block;
	width: 100%;
	border: none;
}
.gnav-item+ .gnav-item {
	border: none;
}
table th, table td {
	padding: .25rem !important;
}
table th:first-child {
	width: 25%;
}





} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width: 576px) and (max-width: 991.98px) {
 #sec2  {
     height: 500px;
 } 
 


} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上）
============================================== */
@media screen and (min-width: 576px) {
 #sec2 .message {
    position: absolute;
     left: 0;
 } 
 

 
 
 /* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
  .display-3 {
    line-height: 0.8em; }

  .display-4 {
    font-size: 2rem;
    line-height: 1.2; } }
/* END */
 
 
} /* END */

/* Instagramウィジェットのレスポンシブ調整 */
.insta-embed-wrap {
  max-width: 980px;      /* 適度な最大幅（必要に応じて変更） */
  margin: 0 auto;
}

.instagram-widget {
  width: 100%;
  height: 500px;         /* 軽く縦長に。ウィジェットに合わせて調整 */
  border: 0;
  overflow: hidden;
}


/* 体験教室案内画像 */
.taiken-img {
  max-width: 500px;   /* 画像をPCでちょうどよい大きさに */
  width: 80%;        /* スマホでは横幅いっぱいに縮小 */
  height: auto;       /* 縦横比維持 */
  margin-bottom: 40px; /* 下に余白をつけてボタンと分離 */
}

/* お問い合わせボタンの位置調整 */
.otoiawase {
  margin-top: 0;  /* -50px をリセット */
}


/* スライダーを背面に */
.swiper-container { z-index: 0; }

/* メインセクションは前面に */
#sec1, #sec_insta, #sec_cafe, #sec3, #sec9, footer {
  position: relative;
  z-index: 1;
}

/* お問合せブロックの食い込みをやめる */
.otoiawase { margin-top: 0; }
