@charset "utf-8";

/*レスポンシブ*/

@media (max-width:1400px){
}
@media (max-width:1025px){
.l_aside {display:none;}
.l_main {width: calc(100% - 185px);margin: 0;}
.l_main .header_intro_wrap {
	width: calc(100% - 185px);
}
.l_main .main {
    margin-top: 100vw;
}
}
@media (max-width:960px){
.mv_inner {width: 100%;height: 100%;position: relative;}
}

@media (max-width:820px){
}

@media (max-width:620px){
.to-top {
    bottom: 100px;
}
.sp_none {display:none;}
.sp_on {display:block;}
#home_product .list_wrap ul li .caption_area p,#home_shopinfo p {line-height: 24px;}
.menu_off .l_menu,.menu_on .header_intro {display: none;}
.menu {opacity:0;}
.l_menu {min-width: unset;width: 100%;}
.l_main {width: 100%;overflow-x: hidden;}
.menu_on .header_button span {background: #fff;}
.menu_on .l_menu .header_button_txt p {color:#fff;}
.header .logo_btn {margin-left:0;}
.menu_inner > .navi_sub ul {display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;}
.menu_inner > .navi_sub {bottom: unset;width: 88%;top: unset;bottom: 2%;}
.menu_on .header_title h1 {display: none;}
/*.mv_wrap .slider_wrap {height: 82%;}*/
.home .header_title {top: unset;bottom: 30px;}
.mv_wrap .scroll_txt {bottom: 2.5%;top: unset;}
.menu_on .header .header_button_wrap {display:none;}
.menu_inner > .navi_main {bottom: 14vh;}
.header {
	display: block;
	position: fixed;
	background: #fff;
	padding: 14px 20px;
	width: calc(100% - 40px);
	z-index: 90;
}
.l_main .header_intro_wrap {
	width: 100%;
}
.header_intro {
	margin-top: 8em;
    margin-left: 4.8%;
}
.l_main .main {
    margin-top: 170vw;
}
div.carousel_wrap {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.bottom-nav {
	display: block;
	position: fixed; /* 画面下部に固定 */
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  color: #333;
  padding: 0;
  z-index: 1000;
}
.nav-list {
  display: flex; /* 子要素を横並びに */
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-item {
  position: relative; /* サブメニュー配置の基準に */
  text-align: center;
	width: calc(100% / 3);
}
	.nav-item:nth-child(2)::before,
	.nav-item:nth-child(2)::after {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
		content: '';
		display: block;
		width: 1px;
		height: 62px;
	}
	.nav-item:nth-child(2)::before {
		left: -0.5px;
		border-left: 1px solid #546222;
	}
	.nav-item:nth-child(2)::after {
		right: -0.5px;
		border-right: 1px solid #546222;
	}
.nav-item a {
  color: #333;
  text-decoration: none;
  padding: 5px;
  display: block;
}
	.nav-item .icon-box {
		height: 34px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.nav-item h3 {
		font-size: 17px;
		font-weight: bold;
		font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", sans-serif;
		line-height: 1;
	}
	.nav-item span {
		font-size: 12px;
		font-weight: 500;
		line-height: 1.3;
        display: block;
	}
	
/* サブメニューの初期状態 */
.submenu {
  position: absolute;
  bottom: 100%; /* 親要素の真上から開始 */
  /*left: 50%;*/
  left: 0;
  transform: /*translateX(-50%) */translateY(10px); /* 中央揃えと位置調整 */
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: rgba(0,0,0,.8);
  border-radius: 5px 5px 0 0;
  min-width: 120px;
  opacity: 0; /* 非表示 */
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.submenu li a {
	color: #fff;
  padding: 10px;
  white-space: nowrap;
}
/* アクティブ時のスタイル (JavaScriptで付与) */
.nav-item.is-active .submenu {
  opacity: 1; /* 表示 */
  visibility: visible;
  transform: /*translateX(-50%) */translateY(0); /* 本来の位置へ移動 */
}
}
@media (max-width:480px){
	.fc-scroller{height:288px !important;}
	.header_intro {
		margin-top: 7em;
	}
	.header_intro p {
		font-size: 18px;
	}
	.header_intro h2 {
		font-size: 2.5em;
		max-width: 80%;
	}
	#home_intro .sec_title, #home_intro .txt_wrap {
		width: 95.5%;
	}
	#home_intro h2 {
		font-size: 20px;
	}
	#home_intro .txt_wrap p {
		font-size: 16px;
	}
	.nav-item h3 {
		font-size: 15px;
	}
	.nav-item span {
		font-size: 11px;
	}
	h2.sectitle-mini,
	h2.sectitle {
		font-size: 8vw;
	}
	h2.sectitle small {
		font-size: 4.2vw;
	}
	.service-txt-wrap h3 {
		font-size: 4.4vw;
		letter-spacing: -0.04em;
	}
	h3.insta_h3 {
		font-size: 4.4vw;
	}
	h3.info_h3 {
		font-size: 5.2vw;
	}
	h3.info_h3 small {
		/*font-size: 3.4vw;*/
	}
	h3.shop_h3 a {
		font-size: 4.4vw;
	}
	.bnr-tit h3,
	h3.info_txt_h3 {
		font-size: 4.4vw;
	}
	ul.info-txt-bnr-ul a {
		padding: 10px 5px;
		font-size: 16px;
	}
	#txt-bnr-calendar::before, #txt-bnr-line::before, #txt-bnr-qa::before, #txt-bnr-tel::before, #txt-bnr-mail::before {
		margin-right: 0.2em;
	}
	li.info-txt-bnr-half a::after {
		right: 10px;
	}
}
@media (max-width:375px) {
	.header_intro {
		margin-top: 6em;
	}
	.header_intro p {
		font-size: 16px;
	}
	.header_intro h2 {
		font-size: 2.2em;
	}
	li.info-txt-bnr-half a::after {
		right: 8px;
	}
}
@media (max-width:360px) {	
	li.info-txt-bnr-half a::after {
		content: none;
	}
	.nav-item h3 {
        font-size: 13px;
    }
}	
	