@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ページロゴ・キャッチコピー
------------------------------------*/
/*配置調整*/
.headeroverlay .stk_header {
	max-width: 50% !important;/*ヘッダー予約ボタンをつけるための措置。予約ボタンをなくすならば削除*/
}
.site__logo.fs_l {
    text-align: left;
    display: inline;
}
@media only screen and (min-width: 768px) {
    [class*=h_layout_pc_center_] .site__logo {
        width: 100%;
        margin: 10px 50px 0;
    }
}
.fixhead-active.headeroverlay .stk_header:before {
    background: none;
}
.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: #744639 !important;
}
@media only screen and (max-width: 767px) {
	.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 {
		margin-top: 0;
	}
}

.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-3 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(/wp-content/uploads/2025/08/main_area_pc.png) no-repeat;
    background-size: cover;
	
}
.main_catch2 div{
	margin: 0 auto;
}
.main_catch2 p {
    background: url(/wp-content/uploads/2025/09/main_catch_back.png) no-repeat center;
    background-size: contain;
    line-height: 1.2;
    color: #fff;
    text-shadow: 2px 2px 0 #1997b187;
    -webkit-text-stroke: 1px #fff;
    font-size: 120%;
    height: 150px;
    width: 150px;
    padding-top: 40px
}
.main_catch2 div:nth-child(2) p,.main_catch2 div:nth-child(3) p {
    padding-top: 50px;
}
@media only screen and (max-width: 767px){
	.main_catch2 p {
		text-shadow: 1px 1px 0 #1997b187;
		-webkit-text-stroke: 1px #fff;
		font-size: 90%;
		height: 100px;
		width: 100px;
		padding-top: 20px;
	}
	.main_catch2 div:nth-child(2) p,.main_catch2 div:nth-child(3) p {
		padding-top: 30px;
	}
}

.map-accordion {
    margin: 0 auto !important;
    width: 50%;
}
@media only screen and (max-width: 767px){
  .map-accordion {
      width: 100%;
  }
}

/*------------------------------------
 TOPページロゴ・キャッチコピー
　デザイン変更202509-
------------------------------------*/
.mainPC {
    min-height: 600px;
}
.wp-block-image.stk-mt_m.mainCatch {
    margin-top: -50px !important;
    margin-bottom: 200px;
}
.mainSP {
    min-height: 600px;
}
.wp-block-image.stk-mt_m.mainCatchSP {
    margin-top: 0px !important;
    margin-bottom: 130px;
}
.header_campaign_button {
    position: fixed;
    top: 0;
    font-size: 80%;
    min-width: 13rem;
    right: 5px;
    z-index: 99999999;
}

/*ヘッダー部打ち消し*/
.fixhead-active.headeroverlay .stk_header[data-fixheader=true] {
    backdrop-filter: none;
}
@media only screen and (min-width: 1167px) {
    #inner-content, .stk_header, .stk_header[data-fixheader=true]:before, body:not(.page-template-page-wide) #footer, .h_layout_pc_left_normal:not(.page-template-page-wide) #breadcrumb, .h_layout_pc_left_normal #viral-header, .h_layout_pc_center_normal:not(.page-template-page-wide) #breadcrumb, .h_layout_pc_center_normal #viral-header {
        box-shadow: none;
    }
}