@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.0.0
Author: opencage
Author URI: https://open-cage.com/
*/
/* =================
 Base layout
================= */
/*------------------------------------
 TOPページロゴ・キャッチコピー
------------------------------------*/
/*配置調整*/
.site__logo.fs_l {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}
.fixhead-active.headeroverlay .stk_header::before {
    background: #ffffffa8;
}
.headeroverlay .stk_header:not([data-fixheader=true]) .nav_btn__svgicon, .headeroverlay .stk_header:not([data-fixheader=true]) .nav_btn__svgicon path, .headeroverlay .stk_header:not([data-fixheader=true]) .stk_sns__svgicon {
    fill: #ffffff !important;
}
.headeroverlay .stk_header:not([data-fixheader=true]) img.custom-logo {
    filter: brightness(300%);
}
.site_description {
	margin: auto 10px;
    background: #f78da7!important;
    color: #ffff!important;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 80%;
    z-index: 10000;
	width:20em;
}
.remodal {
    max-width: 200px;
}
.remodal-overlay {
    background: none;
}
div#nav_menu-2 a,
div#nav_menu-4 a {
    font-size: 80%;
}
/*------------------------------------
 メインロゴアニメーション
------------------------------------*/
figure.wp-block-image.size-full.logo_main {
    position: absolute;
    top: 15vh;
    width: 30%;
    left: 0;
    right: 0;
    margin: auto;
    animation: fadeOut 2s ease forwards;
    animation-delay: 1s;
    opacity: 1;
}

@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 767px) {
	figure.wp-block-image.size-full.logo_main {
		position: absolute;
		top: 40vh;
		width: 50%;
		left: 0;
		right: 0;
		margin: auto;
	}
}
/*------------------------------------
 メイン入店一時金
------------------------------------*/
.catch_giftmoney {
    position: fixed;
    width: 20vw;
    top: 55vh;
    right: 5vw;
	z-index:100000;
}
@media only screen and (max-width: 767px) {
	.catch_giftmoney {
/*		position: absolute;
		top: 30vh;*/
		width: 30%;
		right: 0;
		margin: auto;
	}
}
#breadcrumb {
    background: none;
}
/*------------------------------------
 footer追随メニュー
------------------------------------*/
.footerButtonArea{/*footer固定位置*/
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    margin: auto;
    left: 0;
    background: #fff;
	line-height: 1.2;
}
.footerButton {/*PCのみ幅狭*/
    margin: 0 auto;
	width: 50%;
	font-size: 60%;
}
.lineButton a:not(.no-icon)[target=_blank]::after {/*ブランクリンクアイコン削除*/
	content: none;
}
@media only screen and (max-width: 960px){
	.footerButton {
		width: 100%;
		font-size: 70%;
	}
}
div#footer-bottom {/*コピーライト部分との位置調整*/
    margin-bottom: 100px;
}
/*------------------------------------
 TOPへ戻る
------------------------------------*/
/*ボタンの位置調整*/
.pt-button {
    bottom: 80px;
}
/* =================
 エリアページ・店舗ページLP
================= */
/*------------------------------------
 詳しくみるアコーディオン
------------------------------------*/
/*ボタン位置調整*/
.accordion.is-style-accordion_type_plain.accordion_center .accordion_label {
    text-align: center;
    margin: 0 auto;
	color: #3e3e3e;
}
/*ボタン余白調整*/
#about a.vk_button_link.btn {
    padding: .6em 1rem;
}
#about a.vk_button_link.btn div {
    font-size: 90%;
}
/*------------------------------------
 スライダー
------------------------------------*/
/*ページナビ位置調整*/
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: -10px;
}

/*------------------------------------
  豊富なサポート体制
------------------------------------*/
/*バルーン部分位置調整*/
.top_point .stk_grid__child {
    border-radius: 20px;
    border: 1px solid #000;
}
.top_point p.is-style-p_balloon_bottom {
    margin-top: -30px;
	padding: 0em 2em !important;
}
/*------------------------------------
  棒グラフ
------------------------------------*/
.bar-graph-wrap {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.bar-graph-wrap .graph {
  height: 50px;
  position: absolute;
  left: 0;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: #fff;
  width: 0; /* 最初は0から始める */
  animation: graphGrow 2.5s forwards;
}

.bar-graph-wrap .graph span {
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .bar-graph-wrap .graph span {
    font-size: 12px;
  }
}

.bar-graph-wrap .graph.gray {
  top: 5%;
  background: #a0aeb4;
  animation-delay: 0s;
  --target-width: 45%;
}

.bar-graph-wrap .graph.blue {
  top: 50%;
  transform: translateY(-50%);
  background: #1bb4d3;
  animation-delay: 0.5s;
  --target-width: 75%;
}

.bar-graph-wrap .graph.red {
  bottom: 5%;
  background: #e77373;
  animation-delay: 1s;
  --target-width: 81%;
}

@keyframes graphGrow {
  from {
    width: 0;
  }
  to {
    width: var(--target-width);
  }
}
/*------------------------------------
 店舗一覧
------------------------------------*/
@media only screen and (min-width: 767px){
	.mapXml{
		margin: 0 auto;
		width:50%;
	}
}
/*------------------------------------
 フロー図
------------------------------------*/
/*画像位置調整*/
.vk_flow .vk_flow_frame_image {
    margin: 0 auto;
}
/*アイコン*/
.iconList p {
    font-size: 75%;
	line-height:1.5;
}
/*------------------------------------
 下層固定ページ
------------------------------------*/
/*メインイメージ*/
.mainLowerImg {
    position: relative;
}
.mainLowerImg img {
    position: absolute;
    bottom: 0;
    right: 15vw;
    width: 15%;
    min-width: 150px;
}
@media only screen and (max-width: 767px){
	.mainLowerImg img {
		right: 0;
	}
}

/*------------------------------------
 TOPページロゴ・キャッチコピー
　デザイン変更202508-
------------------------------------*/
.main_image {
    background: url(https://chatfrontier.jp/wp-content/uploads/2025/08/main_area_pc.png) no-repeat;
    background-size: cover;
	
}
.main_catch2 p {
    border: 2px solid #f78ca7;
    border-radius: 10px;
    background: #ffffffc2;
    color: #f78ca7;
}
.map-accordion {
    margin: 0 auto !important;
    width: 50%;
}
@media only screen and (max-width: 767px){
  .map-accordion {
      width: 100%;
  }
}