@charset "utf-8";

html{
	overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}
html, body{
	scroll-behavior: smooth;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	background-color: #000;
}

header {
	position: absolute;
    width: 100%;
}

.relative {
	position: relative;
}















/*/////////ヒーローイメージ//////////*/
.hero-main {
	text-align: center;
	width: 100%;
    height: 1000px;
}
.hero-main.top {
	background-color: #fff;
}
.hero-main.top .mv-catch {
	color: #fff;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-align: left;
    font-size: 3.5em;
    letter-spacing: 0.5em;
    position: absolute;
    top: 40%;
    padding: 0 0 0 10%;
	z-index: 1;
}
.hero-main.top .mv-logo {
	position: absolute;
    bottom: 10%;
    padding: 0 0 0 10%;
	z-index: 1;
}
.hero-main.top .mv-logo img {
	width: 200px;
    height: auto;
}
.category-hero .hero-main {
    height: 600px;
}
.hero-title {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #fff;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 100%;
}
.hero-title h3 {
	font-size: 3.5vw;
    font-weight: normal;
    letter-spacing: 0.3em;
	margin: 0;
}
.hero-title p {
	font-size: 1.5vw;
    letter-spacing: 0.5em;
    margin: 0;
}
.hero-title img {
	width: 40%;
    margin: 2% 0 0 0;
}
.fade-img-box {
	width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.fade-img-box .bgImg {
	position   : absolute;
	top        : 0;
	left       : 0;
	bottom     : 0;
	right      : 0;
	opacity    : 0;
	animation  : bgAnime 16s infinite;   /* 2画像 × 各8s = 16s */
	background-size: cover;
	background-position: top right;
}
.fade-img-box .src1 {
	background-image : url(https://www.pcg-recruit.com/chitose/image/moeka_mv.jpg);
}
.fade-img-box .src2 {
	background-image : url(https://www.pcg-recruit.com/chitose/image/kasumi_mv.jpg);
	animation-delay  : 8s;
}
@keyframes bgAnime {
	0% { opacity: 0; }
	25% { opacity: 1; }
	50% { opacity: 1; }
	75% { opacity: 0; }
	100% { opacity: 0; }
}


.swiper-container {
	height: 100%;
    width: 100%;
    overflow: hidden;
}
.swiper-wrapper,
.swiper-slide>div {
    height: 100%;
    width: 100%;
}
.swiper-slide.sw-1>div {
    background: url("https://www.pcg-recruit.com/chitose/image/header_bg01.jpg") center center / cover no-repeat;
}
.swiper-slide.sw-2>div {
    background: url("https://www.pcg-recruit.com/chitose/image/header_bg02.jpg") center center / cover no-repeat;
}
.swiper-slide.sw-3>div {
    background: url("https://www.pcg-recruit.com/chitose/image/header_bg03.jpg") center center / cover no-repeat;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}
.swiper-slide-active>div, .swiper-slide-duplicate-active>div, .swiper-slide-prev>div {
    animation: zoomUp 10s linear 0s 1 normal both;
}



/*//////////動画MV//////////*/
.mv-movie {
	width: 100%;
    background-image: url(https://www.pcg-recruit.com/chitose/image/mv_movie_bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#random_content {
	width: 600px;
    height: auto;
}
#bg-video {
	display: block;
	max-width: 100%;
    height: auto;
}
.mv-left-content {
	    margin: 0 0 150px 0;
}
.mv-left-text {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #fff;
    font-size: 4em;
    line-height: 1.5em;
    letter-spacing: 0.6em;
    margin: 0 0 4em 0;
}
.mv-left-logo img {
	width: 200px;
	height: auto;
	
}
.mv-video {
	position: relative;
}
.mv-video .full-button {
	position: absolute;
	bottom: 30px;
    right: 30px;
	z-index: 100;
}
.mv-video .full-button img {
	width: 100px;
    height: auto;
	transition: all 0.5s ease-out;
}
.mv-video .full-button img:hover {
	opacity: 0.6;
}
@media only screen and (max-width: 1600px) {
	.mv-movie {
		padding: 0 0 0 10vw;
		align-items: center;
	}
	.mv-left-content {
	    margin: 0;
	}
	.mv-left-text {
		font-size: 3.5vw;
        letter-spacing: 0.3em;
        margin: 0 0 5vw 0;
	}
}
@media only screen and (max-width: 960px) {
	.mv-movie {
		display: block;
		position: relative;
		padding: 0;
	}
	#random_content {
		width: 100%;
	}
	.mv-left-content {
		position: absolute;
        bottom: 0;
        margin: 0 0 10vw 5vw;
	}
	.mv-left-text {
		font-size: 9vw;
        letter-spacing: 0.3em;
        margin: 0 0 10vw 0;
    }
	.mv-left-logo img {
		width: 150px;
	}
}






/*//////////共通//////////*/
.sp-br {
	display: none;
}
.breadcrumb-content {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 8% 0 0 0;
    font-size: 0.8em;
    color: #c3c3c3;
}
.breadcrumb-content a,
.breadcrumb-shopdetail a {
    color: #9c9a9a;
    text-decoration: none;
}
.breadcrumb-content a:hover,
.breadcrumb-shopdetail a:hover {
    color: #9c9a9a;
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap; 
	list-style: none;
}
.breadcrumb_list:not(:last-of-type)::after {
	content: "/"; 
	margin: 0 .6em;
}

.container h3,
.container-fluid h3 {
	color: #706859;
	font-family: 'Cardo', serif;
	font-weight: normal;
	font-size: 4em;
	line-height: 1em;
	margin: 0;
}
.store.container h3,
.store.container-fluid h3 {
	color: #fff;
}
.introduction-main
.container p.sub-title,
.container-fluid p.sub-title {
	color: #706859;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 0.4em;
    margin: 1% 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.container p.sub-title:before,
.container p.sub-title:after,
.container-fluid p.sub-title:before,
.container-fluid p.sub-title:after {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.container p.sub-title:before,
.container-fluid p.sub-title:before {
  margin-right: 1em; /* 文字の右隣 */
}
.container p.sub-title:after,
.container-fluid p.sub-title:after {
  margin-left: 1em; /* 文字の左隣 */
}
.clearfix::after{
   content: "";
   clear: both;
   display: block;
}
.back-list {
	width: 100%;
	text-align: center;
	padding: 0 0 8% 0;
}
.back-list a.back-list-button {
	color: #fff;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    text-decoration: none;
    background-color: #357861;
    padding: 1.5% 5%;
    display: inline-block;
    border-radius: 1000px;
	transition: all 0.5s ease;
}
.back-list a.back-list-button:hover {
    background-color: #80a498;
}
.lb-cancel {
    background: url(https://www.pcg-recruit.com/chitose/image/spin.svg) no-repeat !important;
}
.content-thumbs {
	width: 800px;
    margin: 5% auto 0 auto;
}
.content-thumbs img {
	width: 100%;
	border-radius: 1em;
}
.content-text {
	width: 1000px;
    color: #706859;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.4em;
    font-weight: 100;
    text-align: left;
    letter-spacing: 0.2em;
    line-height: 2em;
    padding: 5% 0;
    margin: 0 auto;
}

/*/////////ピックアップスライダー//////////*/
.pickup-content {
	text-align: center;
	padding: 6% 0;
	background-color: #fff;
	z-index: 1;
}
.pickup-main {
}
.slider {
  margin: 50px auto 0 auto;
  max-width: 1000px;
  width: 80%;
}
.slick-img img {
  height: auto;
  width: 100%;
}
.slick-dotted .slick-slider {
	margin-bottom: 0!important;
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
}
.pickup-content .background-color {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 50%;
    background: #f4ede2;
    z-index: -1;
}



.pickup-video {
    display: flex;
    justify-content: space-evenly;
    width: 1000px;
    margin: 4em auto 0 auto;
}
.pickup-video iframe {
    width: 450px;
    aspect-ratio: 9 / 16;
}
@media screen and (max-width: 1100px) {
	.pickup-video {
		width: 100%;
	}
	.pickup-video iframe {
		width: 45%;
	}
}
@media screen and (max-width: 768px) {
	.pickup-video {
		flex-wrap: wrap;
		padding: 0 12vw;
		margin: 6vw 0 0 0;
	}
	.pickup-video iframe {
		width: 100%;
	}
	.pickup-video iframe:first-child {
		margin: 0 0 5vw 0;
	}
}

/*/////////グループ紹介//////////*/
.introduction-content {
	background-color: #f7f1e9;
	text-align: center;
	color: #706859;
	padding: 10% 0;
}
.introduction-content .store.container, 
.introduction-content .store.container-fluid {
	color: #fff;
}
.introduction-content .container-fluid {
	padding: 0;
}
.introduction-main p.text-area {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-align: left;
    font-size: 1.4em;
    letter-spacing: 0.2em;
    line-height: 2em;
    width: 1000px;
    margin: 5% auto 0 auto;
    padding: 3% 0 0 0;
    border-top: #706859 1px solid;
}

/*/////////店舗一覧//////////*/
.shoplist-content {
	text-align: center;
	padding: 8% 10%;
	background-color: #fff;
}
.shoplist-content .container-fluid {
	padding: 0;
}
.shoplist-content .multi-columns-row {
	margin: 5% 0 0 0;
}
.shoplist-content .shoplist {
	margin: 0 0 5% 0;
}
.shoplist-main {
}
.shop-thumbs {
	overflow: hidden;
	border-radius: 1em;
}
.shop-thumbs img {
	width: 100%;
}
.shop-category {
	color: #ebe9e7;
    font-size: 1em;
    letter-spacing: 0.2em;
    line-height: 1em;
    background-color: #998b80;
	padding: 2.5% 0 3% 0;
    margin: 0;
}
.club .shop-category {
    background-color: #998091;
}
.girlsbar .shop-category {
    background-color: #809699;
}
.shop-name {
	margin: 4% 0 3% 0;
}
.image_link{
	display:block; 
	position:relative;
	text-decoration:none;
}
.image_link img{
	display:block;
	width:100%;
}
.image_link:before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	z-index:8;
	background:#000;
	opacity:0;
	transition: 0.3s;
}
.image_link:after{
    content: "VIEW SHOP";
    display: block;
    color: #fff;
    line-height: 3em;
    width: 180px;
    border: solid 1px #fff;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 42.5%;
    left: 50%;
    margin-top: -1em;
    margin-left: -90px;
    opacity: 0;
    z-index: 9;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.image_link.coming-soon:after{
    content: "COMING SOON";
}
.image_link:hover:before{
	opacity:0.5;
}
.image_link:hover:after{
	opacity:1;
	margin-top:-0.5em;
}
.image_link > .new_tag {
    position: absolute;
    top: 0;
    left: 0;
}
.image_link > .new_tag:before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 5.5em solid transparent;
    border-left: 5.5em solid #c12748;
    position: absolute;
    z-index: 1;
}
.image_link > .new_tag:after {
    content: "NEW OPEN";
    display: block;
    top: 13px;
    transform: rotate(-45deg);
    color: #fff;
    left: 3px;
    position: absolute;
    z-index: 2;
    line-height: 1;
    letter-spacing: 0.1em;
}
.shop-name a {
	color: #998b80;
    font-family: 'Cardo', serif;
    font-size: 1.5em;
    letter-spacing: 0.05em;
    line-height: 1em;
    padding: 3% 0;
	border: #998b80 1px solid;
    text-decoration: none;
    display: block;
	transition: 0.5s ease;
}
.shop-name a:hover {
	color: #fff;
	background-color: #998b80;
}
.club .shop-name a {
	color: #998091;
	border: #998091 1px solid;
}
.club .shop-name a:hover {
	color: #fff;
	background-color: #998091;
}
.shop-address {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 0.8em;
	line-height: 1em;
}


/*//////////内装紹介//////////*/
.interior-content {
	text-align: center;
	padding: 8% 0;
	background-color: #f7f1e9;
    z-index: 1;
}
.interior-content .container-fluid {
	padding: 0;
}



/*//////////従業員//////////*/
.staff-content {
	text-align: center;
	padding: 8% 0;
	background-color: #fff;
	z-index: 1;
	color: #706859;
}
.staff-content .container-fluid {
	padding: 0;
}


/*//////////グループの歴史//////////*/
.history-content {
	text-align: center;
	padding: 8% 0;
	background-color: #f7f1e9;
	color: #706859;
}
.history-content .container-fluid {
	padding: 0;
}

/*//////////福利厚生//////////*/
.benefits-content {
	text-align: center;
    padding: 8% 0;
	color: #706859;
}
.benefits-content .container-fluid  {
	padding: 0;
}


/*//////////トップページQ＆A//////////*/
.faq-content.top-content {
	background-color: #f7f1e9;
}
.faq-content.top-content .container-fluid {
	padding: 0;
}
.faq-content.top-content .accordion-text {
    color: #fff;
    background-color: #2d2d2d;
}
.faq-content.top-content .view-more-button {
	margin: 5% 0 0 0;
}
.faq-content.top-content .view-more-button a {
	font-family: 'Cardo', serif;
    font-size: 1em;
    letter-spacing: 0.2em;
    line-height: 1em;
    color: #706859;
    border: #706859 1px solid;
    text-decoration: none;
    padding: 1% 2%;
	transition: all 0.5s ease;
}
.faq-content.top-content .view-more-button a:hover {
    color: #000;
    border: #706859 1px solid;
	background-color: #706859;
}


/*/////////バックホームエリア//////////*/
.backhome-content {
	text-align: center;
	padding: 8% 0;
	background-image: url("https://www.pcg-recruit.com/chitose/image/pagetop_bg.jpg");
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	background-color: #000;
}
.backhome-link {
	width: 20%;
    margin: 0 auto;
}
.backhome-link a {
	font-family: 'Cardo', serif;
    font-size: 1em;
    letter-spacing: 0.2em;
    color: #000;
    text-decoration: none;
    background-color: #ffffffc7;
    display: block;
    padding: 6% 0;
    border-radius: 3px;
	transition: 0.5s ease;
}
.backhome-link a:hover {
	color: #fff;
    background-color: #c3a995c7;
}


/*/////////店舗詳細ページ//////////*/
.shop-introduction {
	padding: 15% 0 8% 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.introduction-content .shop-logo {
	margin: 6% 0 0 0;
}
.introduction-content .shop-logo img {
	width: 30%;
	height: auto;
}
.introduction-content .shop-logo.wide-logo img {
	width: 20%;
	height: auto;
}
.introduction-content .shop-logo.narrow-logo img {
	width: 6%;
	height: auto;
}
.shop-introduction.regentclub-chitose {
	background-image: url("/chitose/image/shop/regentclub_chitose/top_bg.jpg");
}
.shop-introduction.gb328 {
	background-image: url("/chitose/image/shop/328/top_bg.jpg");
}
.shop-introduction.wave {
	background-image: url("/chitose/image/shop/wave/top_bg.jpg");
}
.shop-introduction.hanamomiji {
	background-image: url("/chitose/image/shop/hanamomiji/top_bg.jpg");
}
.inside-content {
	text-align: center;
	padding: 8% 20%;
	background-color: #fff;
	z-index: 1;
}
.shop-gallery {
	margin: 5% 0 0 0 !important;
}
.shop-gallery-content {
	margin: 0 0 2% 0;
}
.shop-gallery-content img.thumbs {
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
	border-radius: 0.5em;
}
.shop-gallery-content img.thumbs:hover {
	filter: brightness(0.4);
}
.inside-main.container-fluid {
	padding: 0;
}
#lightbox {
	position: fixed;
	top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
#lightbox .lb-image {
	border:none;
}
#lightbox .lb-outerContainer {
	background-color: #000;
}



.shop-feature {
	color: #706859;
	background-color: #f7f1e9;
    padding: 5em 0;
}
.shop-feature-main {
	text-align: center;
}
.shop-feature-main h3 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 3.2em;
    font-weight: normal;
    letter-spacing: 0.2em;
    border-bottom: 1px solid;
    margin: 0 0 4% 0;
    display: inline-block;
}
.feature-box-container {
	display: flex;
	justify-content: center;
}
.feature-box {
	text-align: center;
}
.feature-box:nth-child(2) {
	margin: 0 2em;
}
.feature-box table {
	color: #706859;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 1.2em;
	letter-spacing: 0.1em;
    border: 1px solid;
}
.feature-box th {
	color: #fff;
    background-color: #706859;
    padding: 0.5em 1em;
}
.feature-box td {
	font-weight: 600;
    padding: 0.5em;
}










.job-escription-content {
	text-align: center;
}
.job-escription-main {
	width: 100%;
	padding: 8% 20%;
	background-color: #fff;
	z-index: 1;
}
.job-escription-main h3 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #706859;
    font-size: 3.2em;
    font-weight: normal;
    letter-spacing: 0.2em;
    border-bottom: #706859 1px solid;
    margin: 0 0 5% 0;
    display: inline-block;
}
.job-escription-main table.escription {
	background-color: #5c524b;
    color: #fff;
    text-align: left;
    font-size: 1em;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    font-weight: normal;
}
.job-escription-main table.escription tr {
	border-bottom: #848484 1px solid;
}
.job-escription-main table.escription th {
	font-weight: normal;
    width: 22%;
    padding: 2%;	
}
.job-escription-main table.escription td {
	    padding: 2% 2% 2% 0;
}
.job-escription-main table.escription td a {
	color: #7fb8d3;
    text-decoration: none;
    padding: 0 0 0 2%;
}
.job-escription-main table.escription td span {
	color: #ffe4ca;
    font-size: 1.5em;
    letter-spacing: 0.05em;
	line-height: 1.2em;
}

.contact-content {
	padding: 8% 0 0 0;
	text-align: center;
	background-color: #f4ede2;
}
.contact-main h2 {
	color: #706859;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 5% 0 0 0;
	border-bottom: #706859 1px solid;
    display: inline-block;
}
.contact-main p.supplement {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1em;
    color: #706859;
    letter-spacing: 0.1em;
	padding: 0 0 7% 0;
    margin: 0;
}
.breadcrumb-shopdetail {
	font-size: 0.8em;
    color: #c3c3c3;
	margin: 5% 0 0 0;
}
.breadcrumb-shopdetail .breadcrumb {
	justify-content: center;
}

/*////button(3ボタン用 LINE,TEL,MAIL)////*/
.content-button {
	padding: 0 20%;
	margin: 3% 0;
}
.line-button {
	width: 100%;
}
.line-button a {
	color: #fff;
    font-size: 2em;
    letter-spacing: 0.3em;
	line-height: 1em;
	font-weight: bold;
    text-decoration: none;
    background-color: #2aca4e;
	display: block;
	padding: 2.5% 0;
	border-radius: 5px;
	transition: all 0.5s ease;
}
.line-button a:hover {
	color: #fff;
    background-color: #60e27d;
}
.button-area {
	display: flex;
	margin: 3% 0 0 0;
}
.button-area a, .button-area-2 a{
	color: #fff;
    font-size: 2em;
    letter-spacing: 0.3em;
	line-height: 1em;
    font-weight: bold;
    text-decoration: none;
	padding: 5% 0;
	border-radius: 5px;
	background-color: #a09c94;
	transition: all 0.5s ease;
	display: flex;
    justify-content: center;
    align-items: center;
}
.button-area a:hover, .button-area-2 a:hover {
	color: #fff;
    background-color: #c3c0b9;
}
.mail-button,
.tel-button {
	width: 50%;
}
.mail-button {
	padding: 0 1.5% 0 0;
}
.tel-button {
	padding: 0 0 0 1.5%;
}
.line-button img,
.tel-button img {
	width: 8%;
    height: auto;
	margin: 0 2% 0 0;
}
.button-area-2 {
    display: flex;
    margin: 0;
}

.button-area-2 > .line-button {
    width: 50%;
}

.button-area-2 > .line-button a {
    background-color: #2aca4e;
    color: #fff;
    font-size: 2em;
    letter-spacing: 0.3em;
    line-height: 1em;
    font-weight: bold;
    text-decoration: none;
    padding: 5% 0;
    border-radius: 5px;
    transition: all 0.5s ease;
	display: flex;
    justify-content: center;
    align-items: center;
}

.button-area-2 > .line-button a:hover {
    color: #fff;
    background-color: #60e27d;
}

/*////button(4ボタン用 LINE,TEL(担当者),TEL(店舗),MAIL)////*/
.button-area-top {
    display: flex;
    margin: 3% 0 0 0;
}

.button-area-bottom {
    display: flex;
    margin: 3% 0 0 0;
}

.shop-button {
    flex: 1;
}

.shop-button:nth-child(odd){
    padding-right: 1.5%;
}
.shop-button.single-column:nth-child(odd){
    padding-right: 0;
}
.shop-button:nth-child(even){
    padding-left: 1.5%;
}

.shop-button a {
    color: #fff;
    font-size: 1.8em;
    letter-spacing: 0.2em;
    line-height: 1em;
    font-weight: bold;
    text-decoration: none;
    padding: 5% 0;
    border-radius: 5px;
    display: block;
    transition: all 0.5s ease;
}

.shop-button.single-column a {
    padding: 2.5% 0;
}

.shop-button span {
    font-size: 0.6em;
    vertical-align: top;
}

.bt-line a { background-color: #2aca4e; }
.bt-mail a { background-color: #9b866a; }
.bt-tel-person a { background-color: #3f5767; }
.bt-tel-shop a { background-color: #812828; }

.bt-line a:hover, .bt-mail a:hover,
.bt-tel-person a:hover, .bt-tel-shop a:hover {
    color: #fff;
    opacity: 0.6;
}


/*/////////リンクコンテンツ//////////*/
.link-content {
	text-align: center;
	padding: 8% 20%;
	background-image: url(/chitose/image/shop/link-content_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
	background-color: #352114;
	
}

.link-content .button-area {
	margin: 0;
}
.link-content .official-link {
	width: 50%;
	padding: 0 1.5% 0 0;
}
.link-content .instagram-link {
	width: 50%;
	padding: 0 0 0 1.5%;
}
.link-content .tiktok-link {
	width: 50%;
	padding: 0 0 0 3%;
}
.link-content .button-area a {
	font-family: 'Tenor Sans', sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: 0.1em;
	transition: all 0.5s ease;
}
.link-content .button-area .official-link a {
	background: rgb(172,148,112);
}
.link-content .button-area .instagram-link a {
	background: rgb(252,176,69);
	background: linear-gradient(90deg, rgba(252,176,69,1) 0%, rgba(253,29,29,1) 30%, rgba(131,58,180,1) 100%);
}
.link-content .button-area .tiktok-link a {
	/* background: linear-gradient(90deg, #010101 0%, #25F4EE 50%, #FE2C55 100%); */
	background: rgb(0,0,0);

}
.link-content .button-area .official-link a:hover,
.link-content .button-area .instagram-link a:hover {
	opacity: 0.7;
}

/* 3ボタン用レイアウト */

.link-three .button-area {
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin: 0;
}
.link-three .button-area > div {
	width: 33%;
	padding: 0 1.5%;
	display: flex;
}

.link-three .button-area {
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin: 0;
}

.link-three .button-area a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 8% 0;
	color: #fff;
	font-family: 'Tenor Sans', sans-serif;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	text-decoration: none;
	transition: all 0.5s ease;
	border-radius: 5px;
	text-align: center;
}




/*/////////Q＆Aページ//////////*/
.faq-content {
	padding: 8% 0;
	text-align: center;
	background-color: #fff;
}
.accordion-container {
	margin: 50px auto 0;
	width: 60%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.accordion-list:not(:first-child) {
	margin-top: 10px;
}
.accordion-title {
	background: #DDD;
    cursor: pointer;
    font-size: 1em;
	letter-spacing: 0.1em;
    padding: 2% 0 2% 3%;
    position: relative;
    text-align: left;
    transition: all 0.5s ease;
    border-radius: 3px;
}
.accordion-title span {
    color: #998b80;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 1% 0 0;
	vertical-align: bottom;
	transition: all 0.5s ease;
}
.accordion-title.open span {
    color: #fff;
	transition: all 0.5s ease;
}
.accordion-title.open {
	color: #fff;
	background-color: #998b80;
	transition: all 0.5s ease;
}
.accordion-title.open:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.accordion-title:after {
	position: absolute;
	display: block;
	content: '';
	top: 35%;
	right: 22px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(135deg);
	transition: all .3s ease-in-out;
}
.accordion-title.open:after {
	transform: rotate(-45deg);
	top: 45%;
}
.accordion-text {
	text-align: left;
    padding: 4% 2% 4% 5%;
    display: none;
    border-left: 1px solid #998b80;
    border-right: 1px solid #998b80;
    border-bottom: 1px solid #998b80;
}
.accordion-text p {
	font-size: 1em;
    line-height: 1.2em;
    text-indent: -1.6em;
    margin: 0;
}
.accordion-text span {
	color: #998b80;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 1% 0 0;
	vertical-align: bottom;
}


/*/////////お問合せページ//////////*/
.contact-page {
	padding: 5% 25%;
}
.contact-page .container-fluid {
	padding: 0;
}
.contact-page .contact-main h2 {
    margin: 0 0 2% 0;
}
.contact-page .contact-main p.incharge {
	font-size: 1em;
    letter-spacing: 0.1em;
    color: #9b866a;
    border: #9b866a 1px solid;
    padding: 1% 0;
    margin: 0 0 4% 0;
    background-color: #fff;
}
.contact-page .contact-main p.supplement {
    letter-spacing: 0em;
}
.contact-page .content-button {
    padding: 4% 0 0 0;
    border-top: #9b866a7d 2px dashed;
}


#contact-form .form-content {
    display: flex;
    align-items: center;
    margin-bottom: 4%;
    padding-top: 4%;
    border-top: #9b866a7d 1px dotted;
}

#contact-form .form-content:first-child,
#contact-form .form-content:last-child {
    border: none;
}

#contact-form .form-left {
    display: flex;
    flex: 1;
    align-items: center;
}

#contact-form .v-top {
    align-self: flex-start;
    margin-top: 0.35em;
}

#contact-form .form-right {
    flex: 1.5;
}

#contact-form .form-label {
    color: #706859;
    font-size: 1em;
    letter-spacing: 0.1em;
    margin-right: 10px;
    margin-bottom: 0;
}

#contact-form .req-label {
    background: #fff;
    color: #db4444;
    border: 1px solid #db4444;
    margin: 0;
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    padding: 0.15em 0.35em;
    border-radius: 3px;
}

#contact-form .opt-label {
    background: #fff;
    color: #67a4db;
    border: 1px solid #67a4db;
    margin: 0;
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    padding: 0.15em 0.35em;
    border-radius: 3px;
}

#contact-form input[type="text"],
#contact-form select {
    color: #9b866a;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0.5em 0 0.5em 0.5em;
    border: 1px solid #9b866a;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

#contact-form input[type="text"]:focus {
    border: 2px solid #9b866a;
    box-shadow: 1px 1px 3px rgba(155, 134, 106, 0.8);
}

#contact-form select {
	font-size: 15px;
}
@media screen and (max-width: 768px) {
	#contact-form select {
		font-size: 3vw;
	}
}

#contact-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#contact-form select::-ms-expand {
	display: none;
}
#contact-form textarea {
    color: #9b866a;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    padding: 0.5em 0 0.5em 0.5em;
    border: 1px solid #9b866a;
    border-radius: 4px;
}

#contact-form textarea:focus {
    border: 2px solid #9b866a;
    box-shadow: 1px 1px 3px rgba(155, 134, 106, 0.8);
}

#contact-form #submit {
    background-color: #9b866a;
    color: #fff;
    padding: 2% 20%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
    transition: background-color 0.3s ease;
}

#contact-form #submit:hover {
    background-color: #b7a48b;
}



/*/////////ページトップボタン//////////*/
.pagetop {
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease;
	z-index: 5;
	position: absolute;
}
.pagetop-active {
	opacity: 1;
	visibility: visible;
	transition: all 1s ease;
}
.pagetop-button {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #797979c2;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.pagetop-arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}


/*/////////フッター//////////*/
#footer {
	text-align: center;
    padding: 6% 0 0 0;
    background-color: #0f0f0f;
}
.footer-menu {
	display: flex;
    justify-content: center;
    margin: 0 auto 4% auto;
    padding: 0 0 1% 0;
    border-bottom: #383838 1px solid;
    width: 80%;
}
.footer-menu-item {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #fff;
    text-decoration: none;
    font-size: 1em;
    letter-spacing: 0.1em;
    padding: 0 15px;
	transition: 0.5s ease;
}
.footer-menu-item:hover {
	color: #d1b68e;
}
.footer-logo {
	margin: 0 0 2% 0;
}
.footer-logo img {
	width: 20%;
}
.footer-instagram {
	margin: 0 0 4% 0;
}
.footer-instagram img {
	width: 36px;
    height: auto;
}
.footer-copyright {
	background-color: #322f2b;
	padding: 1% 0 1.5% 0;
}
.footer-copyright span {
	font-family: 'Cardo', serif;
    color: #fff;
    font-size: 0.6em;
    letter-spacing: 0.2em;
}



/* ==========================================================================
	min-width 1400px
========================================================================== */

@media screen and (min-width: 1400px) {
	.hero-title h3 {
		font-size: 3em;
	}
	.hero-title p {
		font-size: 1.3em;
	}
	.hero-title img {
		width: 560px;
		margin: 20px 0 0 0;
	}
	.interior-content .container-fluid {
		padding: 0 8%;
	}
}



/* ==========================================================================
	max-width 1400px
========================================================================== */

@media screen and (max-width: 1400px) {
	.shoplist-content {
		padding: 8% 5%;
	}
}



/* ==========================================================================
	max-width 1300px
========================================================================== */
@media screen and (max-width: 1300px) {
	.shop-introduction {
		padding: 20% 0;
	}
}



/* ==========================================================================
	max-width 1200px
========================================================================== */
@media screen and (max-width: 1200px) {
	.shop-button a {
	    font-size: 2.5vw;
        letter-spacing: 0.15em;
	}

	.shop-button span {
	    font-size: 1.3vw;
	}
}



/* ==========================================================================
	max-width 1100px
========================================================================== */
@media screen and (max-width: 1100px) {
	#footer {
		padding: 12% 0 0 0;
	}
	.footer-menu {
		flex-flow: column;
		border-bottom: none;
	}
	.footer-menu-item {
		font-size: 1em;
		background-color: #202020;
		padding: 5% 0;
		margin: 0 0 2% 0;
		border-radius: 4px;
	}
	.footer-menu-item:hover {
		color: #0f0f0f;
		background-color: #c3a995c7;
	}
	.footer-logo {
		margin: 0 0 6% 0;
	}
	.footer-logo img {
		width: 50%;
	}
	.footer-instagram {
		margin: 0 0 5% 0;
	}
}



/* ==========================================================================
	max-width 1024px
========================================================================== */
@media screen and (max-width: 1024px) {
	.introduction-content {
		background-attachment: scroll;
	}
	.shop-introduction {
		padding: 20% 0;
		background-attachment: scroll;
	}
	.history-content {
		background-attachment: scroll;
	}
	.backhome-content {
		background-attachment: scroll;
	}
	.job-escription-main .background-color {
		background-attachment: scroll;
	}
	.link-content {
		background-attachment: scroll;
	}
}



/* ==========================================================================
	max-width 991px
========================================================================== */
@media screen and (max-width: 991px) {
	.hero-main.top {
		background-position: 75% 0%;
	}
	.hero-main.top .mv-catch {
		font-size: 7vw;
		letter-spacing: 0.3em;
		line-height: 1.4em;
		top: 62%;
		padding: 0 0 0 5%;
	}
	.hero-main.top .mv-logo {
		bottom: 5%;
		padding: 0 0 0 5%;
	}
	.hero-main.top .mv-logo img {
		width: 30vw;
	}
	.fade-img-box .bgImg {
		background-position: 75% 0%;
	}
	.sp-br {
		display: block;
	}
	.back-list {
		padding: 0 0 15% 0;
	}
	.back-list a.back-list-button {
		font-size: 4vw;
		padding: 3% 0;
		width: 65%;
	}
	.shop-introduction {
		padding: 25% 0 10% 0;
	}
	.shop-name a {
		font-size: 2.8vw;
		padding: 4% 0 3.2% 0;
	}
	.shop-address {
		font-size: 2vw;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
	.introduction-main p.text-area {
		width: 80%;
	}
	.interior-content {
		padding: 15% 0;
	}
	.content-thumbs {
		width: 90%;
	}
	.content-thumbs img {
		border-radius: 5%;
	}
	.content-text {
		width: 80%;
        margin: 5% auto 0 auto;
		font-size: 3.5vw;
        letter-spacing: 0.15em;
        line-height: 1.7em;
        padding: 0;
	}
	.staff-content {
		padding: 15% 0;
	}
	.history-content {
		padding: 15% 0;
	}
	.benefits-content {
		padding: 15% 0;
		background-position: top right -55vw;
	}
	.faq-content.top-content {
		background-size: cover;
		background-blend-mode: hard-light;
	}
	.faq-content.top-content .view-more-button {
		margin: 10% 0 0 0;
	}
	.faq-content.top-content .view-more-button a {
		font-size: 3.5vw;
		letter-spacing: 0.2em;
		padding: 2% 6%;
	}
	.backhome-content {
		padding: 15% 0;
	}
	.backhome-link {
		width: 40%;
	}
	.backhome-link a {
		font-size: 2vw;
	}
	.shop-gallery-content {
		margin: 0 0 4% 0;
	}
	.inside-content {
		padding: 18% 3%;
	}
	.job-escription-main h3 {
		font-size: 7vw;
		margin: 0 0 10% 0;
	}
	.job-escription-main {
		    padding: 15% 8% 22% 8%;
	}
	.job-escription-main table.escription {
		font-size: 3vw;
		line-height: 1.5em;
	}
	.job-escription-main table.escription th {
		width: 24%;
		padding: 4% 3%;
	}
	.job-escription-main table.escription td {
		padding: 4% 2% 4% 0;
	}
	.job-escription-main table.escription td span {
		font-size: 5vw;
	}
	.contact-content {
		padding: 18% 0 4% 0;
	}
	.contact-main h2 {
		font-size: 4vw;
		margin: 10% 0 0 0;
	}

	.content-button {
		padding: 0 5%;
		margin: 5% 0;
	}
	.line-button a {
		font-size: 5vw;
		letter-spacing: 0.3em;
		padding: 3.5% 0 4.2% 0;
	}
    .button-area-2 > .line-button a {
        font-size: 5vw;
        padding: 7% 0 8% 0;
    }
	.button-area a, .button-area-2 a {
		font-size: 5vw;
		letter-spacing: 0.2em;
		padding: 7% 0 8% 0;
	}
	.line-button img, .tel-button img {
		width: 10%;
		margin: 0 5% 0 0;
	}
    .shop-button a {
        font-size: 3vw;
        letter-spacing: 0.13em;
        padding: 7% 0 8% 0;
    }
	.shop-button.single-column a {
		padding: 4% 0;
    }

    .shop-button span {
	    font-size: 2vw;
	}

	.contact-main p.supplement {
		font-size: 2.5vw;
		margin: 5% 0 0 0;
		padding: 0 0 14% 0;
	}
	.contact-content.contact-page {
		padding: 10%;
	}
	.contact-page .contact-main h2 {
		font-size: 6vw;
		padding: 0 0 1% 0;
		margin: 0 0 5% 0;
	}
    .contact-page .contact-main h3 {
        font-size: 6vw;
        padding: 0 0 1% 0;
        margin: 10% 0 5% 0;
    }
	.contact-page .contact-main p.incharge {
		font-size: 3vw;
		letter-spacing: 0.1em;
		padding: 2%;
	}
    #contact-form .form-label {
        font-size: 2.5vw;
        letter-spacing: 0.1em;
    }
    #contact-form input[type="text"],
    #contact-form textarea {
        font-size: 2vw;
        letter-spacing: 0.1em;
        padding: 0.5em 0 0.5em 0.5em;
    }
    #contact-form textarea {
        height: 150px;
    }
    #contact-form #submit {
        font-size: 3vw;
    }
    #submit-message {
        font-size: 3vw;
    }
	.link-content {
		padding: 14% 15%;
	}
	.link-content .button-area {
		flex-direction: column;
	}
	.link-content .official-link {
		margin: 0 0 10% 0;
	}
	.link-content .official-link,
	.link-content .instagram-link {
		width: 100%;
		padding: 0;
	}
	.link-content .button-area a {
		font-size: 4vw;
	}
	.faq-content {
		padding: 15% 0;
	}
	.accordion-container {
		width: 85%;
	}
	.accordion-title {
		font-size: 3.3vw;
		letter-spacing: 0;
		padding: 3% 0 3% 3%;
	}
	.accordion-title span {
		font-size: 3.3vw;
	}
	.accordion-title:after {
		top: 44%;
		right: 3%;
		width: 1.2vw;
		height: 1.2vw;
		border-top: 0.4vw solid #000;
		border-right: 0.4vw solid;
	}
	.accordion-text p {
		font-size: 2.8vw;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		text-indent: 0;
	}
    .pagetop {
        display: none;
    }

    .link-three .button-area {
		flex-direction: column;
	}
	.link-three .button-area > div {
		width: 100%;
		padding: 1% 0;
	}
	.link-three .button-area a {
        letter-spacing: 0.2em;
        padding: 7% 0 8% 0;
        margin: 0 0 10% 0;
        display: inline-block;
    }
    .link-three .official-link {
        margin-bottom: 0;
    }
	.shop-thumbs {
		border-radius: 5%;
	}
}



/* ==========================================================================
	max-width 767px
========================================================================== */

@media screen and (max-width: 767px) {
	.hero-main {
		height: 700px;
	}
	/*.hero-main.top .mv-name {
		left: 25%;
	}*/
	/*.hero-main.top .mv-name img {
		width: 120px;
		height: auto;
	}*/
	.hero-main.top .mv-catch {
		font-size: 8vw;
		line-height: 1.2em;
		top: unset;
		bottom: 15%;
	}
	.hero-title h3 {
		font-size: 6.5vw;
		letter-spacing: 0.2em;
	}
	.hero-title p {
		font-size: 4vw;
		letter-spacing: 0.2em;
	}
	.hero-title img {
		width: 65%;
		margin: 5% 0 0 0;
	}
	.breadcrumb-content {
		margin: 15% 0 0 0;
		font-size: 2vw;
	}
	.breadcrumb-shopdetail {
		font-size: 2vw;
		margin: 10% 0 0 0;
	}
	.container h3, .container-fluid h3 {
		font-size: 8vw;
		line-height: 1em;
	}
	.container p.sub-title, .container-fluid p.sub-title {
		font-size: 4vw;
		font-weight: normal;
		letter-spacing: 0.1em;
		margin: 1% 0 0 0;
	}
	.pickup-content {
		padding: 12% 0;
	}
	.slider {
		margin: 5% auto;
		width: 100%;
	}
	.slick-dots li {
		margin: 0 !important;
	}
	
	.shop-feature {
		padding: 10vw 0;
	}
	.shop-feature-main h3 {
		font-size: 7vw;
		margin: 0 0 8vw 0;
	}
	.feature-box-container {
		display: block;
	}
	.feature-box table {
	    width: 60%;
		margin: 0 auto;
	}
	.feature-box:nth-child(2) {
		margin: 5vw 0;
	}
	.feature-box table {
		font-size: 3.5vw;
	}
	
	.pickup-content .background-color {
		left: 0;
        width: 100%;
        height: 25%;
	}
	.shop-category {
		font-size: 2.5vw;
	}
	.image_link:after {
		font-size: 0.8em;
		letter-spacing: 0.1em;
		top: 40%;
		border: none;
	}
    .image_link > .new_tag:before {
        border-bottom: 12vw solid transparent;
        border-left: 12vw solid #c12748;
    }
    .image_link > .new_tag:after {
        top: 1em;
        left: 0.3em;
        font-size: 2vw;
    }
	.introduction-content {
		padding: 20% 0;
		background-size: cover;
		background-position: center;
	}
	.introduction-main p.text-area {
		font-size: 3.5vw;
        letter-spacing: 0.15em;
        line-height: 1.7em;
        width: 80%;
        margin: 5% auto 0 auto;
	}
	.shop-introduction {
		background-size: cover;
		background-repeat: no-repeat;
		padding: 25% 0 15% 0;
		
	}
	.introduction-content .shop-logo img {
		width: 50%;
		height: auto;
	}
	.introduction-content .shop-logo.wide-logo img {
		width: 40%;
		height: auto;
	}
	.introduction-content .shop-logo.narrow-logo img {
		width: 10%;
		height: auto;
	}
	.shoplist-content {
		padding: 15% 0;
	}
	.shoplist-content .shoplist {
		margin: 0 0 5% 0;
	}
	.backhome-link {
		width: 50%;
	}
	.backhome-link a {
		font-size: 4vw;
		letter-spacing: 0.1em;
	}

    #contact-form .form-content {
        display: block;
        width: 100%;
    }
    #contact-form .form-label {
        font-size: 3vw;
    }
    #contact-form .req-label,
    #contact-form .opt-label {
        font-size: 2.5vw;
    }
    #contact-form .form-left {
        margin-bottom: 2%;
    }
    #contact-form input[type="text"],
    #contact-form textarea {
        font-size: 3vw;
    }
    #submit-message {
        font-size: 3vw;
    }
	
	.footer-copyright {
		padding: 1vw 0 15vw 0;
	}
}



/*/////////店舗表示タブ切替//////////*/
.shop-tab-list {
	display: flex;
}
ul.shop-tab-list {
	padding: 0;
	border: #706859 1px solid;
    border-bottom: none;
	margin: 0 0 5em 0;
}
.shop-tab-list li {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.6em;
    letter-spacing: 0.1em;
    width: calc(100% / 3);
    text-align: center;
    padding: 1em 0;
    cursor: pointer;
    transition: all 0.3s;
    list-style: none;
}
.shop-tab-list li.is-active {
	background: #706859;
	color: #fff;
}
.shop-tab-item {
	padding: 0;
}
@media screen and (max-width: 1024px) {
	.shop-tab-list li {
		font-size: 2vw;
	}
	ul.shop-tab-list {
		margin: 0 0 6vw 0;
	}
}
@media screen and (max-width: 768px) {
    .shop-tab-list li {
		font-size: 2.7vw;
        letter-spacing: 0.05em;
    }
}
/*/////////店舗表示タブ内フィルター//////////*/
.filter-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 4em 0;
	justify-content: center;
}
.filter-list li.label {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 1.2em;
    letter-spacing: 0.1em;
    line-height: 1em;
    color: #fff;
    text-align: center;
    background: #cfb99b;
    padding: 0.8em 2em;
    cursor: pointer;
    transition: all 0.3s;
    list-style: none;
    margin: 0 0.5em 1em 0.5em;
	border-radius: 0.2em;
}
.filter-list li.label.is-active {
	background: #9d805b;
	color: #fff;
}
.filter-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 0;
}
.filter-item li {
	list-style: none;
	width: 32%;
	margin: 0 0 1em 0;
}
@media screen and (max-width: 1024px) {
	.filter-list {
		margin: 0 0 4vw 0;
	}
	.filter-list li.label {
		font-size: 1.7vw;
        letter-spacing: 0;
        padding: 1.2vw 1vw;
        margin: 0 0.5vw 1vw 0.5vw;
	}
	.filter-item li {
		width: 48%;
	}
}
@media screen and (max-width: 768px) {
       .filter-list li.label {
		   font-size: 2.7vw;
		   letter-spacing: 0.1em;
		   padding: 2vw 2.5vw;
		   margin: 0 0.8vw 1.6vw 0.8vw;
	}
	.filter-item li {
		margin: 0;
	}
}


.notice,.floating-notice  {
    display: none;
}

@media only screen and (max-width:1024px) {
    .notice,.floating-notice {
        display: block;
        padding: 10px 0;
        background-color: #fff3cd;
        color: #856404;
        font-size: 3.2vw;
        font-weight: bold;
        border-left: 6px solid #ffcc00;
        border-radius: 5px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .floating-notice{
        font-size: 10px;
        margin: 0px 2% 10px;
    }
}


/* ==========================================================================
	フローティングメニュー
========================================================================== */
.bottomfix, .bottomfix2nd {
    display: none;
}

.bottomfix-active {
    opacity: 1;
    visibility: visible;
    transition: all 1s ease;
}

.floating-notice {
	display: none;
}

@media screen and (max-width: 768px) {

	.bottomfix {
	    display: flex;
	    flex-direction: column;
	    position: fixed;
	    z-index: 30;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    transition: all 1s ease;
		padding: 0 0 2vw 0;
	}
	.bottomfix .row {
		display: flex;
		justify-content: space-around;
		margin: 0 1vw;
	}
	.bottomfix .row .button {
	    width: 32%;
		text-align: center;
		padding: 3vw 0;
		border-radius: 2em;
	}
	.bottomfix .row .button a {
	    font-size: 3.5vw;
	    line-height: 1em;
	    letter-spacing: 0.1em;
	    text-decoration: none;
	    color: #fff;
	    display: block;
	}
	.bottomfix .row .button i {
	    margin-right: 1vw;
	}

	.bottomfix .button-1 {
	    background-color: #2aca4e;
	}
	.bottomfix .button-2 {
	    background-color: #3f5767;
	}
	.bottomfix .button-3 {
	    background-color: #9b866a;
	}

}




/*/////////各店問い合わせフォーム//////////*/
.shop-form {
	padding: 0 20%;
}
.contact-main.container-fluid .shop-form  h3 {
    font-size: 1.5em;
    letter-spacing: 0.1em;
    margin: 10% 0 3% 0;
    border-bottom: #706859 1px solid;
    display: inline-block;
}
@media screen and (max-width: 768px) {
	.shop-form {
		padding: 0 5%;
	}
	.contact-main.container-fluid .shop-form  h3 {
		font-size: 4.2vw;
	}
}





.footer-banner {
	margin: 60px 0 100px 0;
}
.footer-banner a {
	display: inline-block;
	transition: all 0.3s;
}
.footer-banner a:hover {
	opacity: 0.6;
}
.footer-banner img {
	width: 650px;
    height: auto;
}
@media screen and (max-width: 768px) {
	.footer-banner {
		margin: 0 0 10% 0;
	}
	.footer-banner img {
		width: 80%;
		max-width: 650px;
	}
}