@charset "UTF-8";

/*!
Theme Name: hanko21 official
Description: はんこ屋さん21公式サイト用テーマ
Author: Inspeedia
Template:   cocoon-master
Version:    1.1.2
*/
/*ベースとしてbootstrapを読み込み*/
@import url(./css/bootstrap.min.css);

/************************************
** 子テーマ用のスタイル
*検索用タイトル**
00.共通スタイル
01.店舗一覧・詳細
02.グローバルナビ
03.トップページ
04.店舗を探す
05.お知らせ一覧
06.ヘッダー
07.ぱんくず
08.多言語化メニュー
************************************/

/*---------------------------
　　00.共通スタイル
-----------------------------*/
/*全てをまとめて非表示*/
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}
/*親テーマCSSの上書き*/
@media screen and (max-width: 1280px){
	.wrap { width: 100%;}
}
/*CSSの出し分け*/
@media screen and (max-width: 768px){
	.pc{ display: none;}
}
@media screen and (min-width: 769px){
	.sp{ display: none;}
}

/*見出し*/
.h1 {
  margin-bottom: 1em;
  padding-bottom: 7px;
  border-bottom: 3px solid #e32936;
  font-size: 1.3rem;
}
/*オリジナルページなど使用*/
.h2 {
	margin-bottom: 1em;
    padding: 7px 10px;
    font-size: 1.2rem;
    background-color: #fa0015;
    color: #fff;
    border-radius: 5px;
}
.h2_shop{
	position: relative;
    padding: 16px 27px;
    border-radius: 9px;
    background-color: #ffefef;
    font-size: 24px;
}
.h2_shop:before{
	content: "";
    display: block;
    width: 8px;
    border-radius: 8px;
    background-color: #bd031b;
    position: absolute;
    left: 5px;
    top: 12px;
    bottom: 12px;
}
.h2 > a {color:#fff !important;}
/*記事デフォルト*/
.article h2{
  position: relative;
  padding: 16px 27px;
  border-radius: 9px;
  background-color: #ffefef;
}
.article h2::before{
	content: "";
    display: block;
    width: 8px;
    border-radius: 8px;
    background-color: #bd031b;
    position: absolute;
    left: 5px;
    top: 12px;
    bottom: 12px;
}
.article h3 {
	border-color:#f49090;
}
/*TOPに使用している見出し*/
.area-ttl{
	margin-bottom: 1em;
	padding: 7px 10px;
	font-size: 1.2rem;
	background-color: #FA0015;
	color:#fff;
	border-radius: 5px;
}
.h3 {
  margin-bottom: 0.7em;
  padding: 0.2em;
  padding-left: 30px;
  position: relative;
}
.h3::after {
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 4px;
    transform: translateY(-50%);
	background-color: #FB0F0C;
}
.area-sub-ttl{
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
  font-size: 1.2rem;
  border-bottom: 1px solid #D7D7D7;
}

/*固定ページ・アーカイブタイトル*/
.entry-title,.archive-title {
	padding-bottom: 7px;
	border-bottom: 3px solid #e32936;
}
/*ifrmaeレスポンシブ対応.*/
.iframe-box {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.iframe-box > iframe {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
/*画像まわり*/
figcaption { text-align: center;}
/*リンク*/
a {color:#333; text-decoration: none;}
a:hover { color:#e32936;}
/*リンクの矢印*/
.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #e32936 !important;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before,
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow::before{
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #e32936;
  border-right: 2px solid #e32936;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*font-size*/
.fs-14{font-size: 14px;}
.fs-12{font-size: 12px;}
.fs-18{font-size: 18px;}
.font_size_14 {font-size: 14px;}

/*影*/
.shadow-r {box-shadow: 1px 1px 3px black;}

/* 文章・セクションの余白 */
p{margin:0.5em 0.5em 1em 0.5em;	}

section{padding: 0.5em 0 1em 0;}

/* リンクの下線 */
.entry-content a{text-decoration:underline;}

/*固定ページの日付非表示*/
.page .date-tags {display: none;}

/*ぱんくずを直書きしたときの位置調整*/
.post-type-archive .content, .tax-shop_cat .content, .single-shop .content{ margin-top: 0;}
.post-type-archive .main, .tax-shop_cat .main, .single-shop .main{ padding-top: 0;}
.post-type-archive .breadcrumb, .tax-shop_cat .breadcrumb, .single-shop .breadcrumb{ margin-left: -26px;}

/*右下に固定される店舗検索ボタン*/
.fix-shopsearch {
	display: block;
    position: fixed;
    right: 10px;
    bottom: 20px;
    padding: 15px 0;
background-image: -moz-linear-gradient(39deg, rgba(247, 93, 139, 1), rgba(254, 220, 64, 1));
background-image: -webkit-linear-gradient(39deg, rgba(247, 93, 139, 1), rgba(254, 220, 64, 1));
background-image: linear-gradient(39deg, rgba(247, 93, 139, 1), rgba(254, 220, 64, 1));
background-image: linear-gradient(39deg, rgba(247, 93, 139, 1), rgba(254, 220, 64, 1));
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 10px;
    text-align: center;
	color:#fff;
	box-shadow: 0px 0px 15px -5px #777777;
}
.fix-shopsearch > .fa-search { font-size:24px; display: block;}
.fix-shopsearch > span {font-size:11px;}
.fix-shopsearch:hover {opacity: 0.8; text-decoration: none; cursor: pointer; color:#fff;}

/*インデックスページのスタイル*/
.ecb-entry-border .entry-card-wrap{ border-radius: 5px;}
.ect-vertical-card .entry-card-wrap{
	width: 32%;
	box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    border-radius: 3px;
    padding: 0;
    margin-bottom: 35px;
}
.ect-vertical-card .entry-card-wrap .entry-card-content {
    margin: 8px 12px 9px 12px;
}
.entry-card-meta {
    color: #b7b7b7;
    margin: 4px 8px;
}
.header-container {
	padding-top: 10px;
	padding-bottom: 10px;
}
/*---------------------------
　　01.店舗一覧・詳細
　　**メディアクエリは別途記述
　　「 01.店舗一覧・詳細　MQ 」で検索
-----------------------------*/
.shop-info th {
  width: 20%;
  text-align: left;
  font-weight: normal;
}
.shop-list {
  margin-bottom: 20px;
  border: 1px solid #eee;
  height: 100%;
}
.shop-list > dt {
  padding: 0.5em 1em;
  background: #f6f6f6;
}
.shop-list > dt > a {
  color: #333;
}
.shop-list > dd {
  padding: 0.5em 1em;
  font-size: 0.9em;
}
.shop-list-icon{
	margin-top: 7px;
	font-size:15px;
}
.shop-list-icon > a {
	display: inline-block;
	margin-right: 5px;
	padding: 2px 5px;
	color: #fff;
}
.icn_shopsite{ background: #F34241;}
.icn_ec { background: #F07B30;}
.icn_iphone { background: #3F3FC7;}

.child-term-list {
	margin-bottom: 20px;
	padding: 0.7em 1em;
	line-height: 1.8;
	background:#fffced;
	border:1px solid #fcf6db;
}
.child-term-name {
	white-space: nowrap;
}
/*検索キーワードハイライト*/
.search-highlight {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.map-link {
	display: inline-block;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px 5px;
	border: 1px solid #777;
	border-radius: 3px;
	color: #777;
}
/*---------------------------
　　02.グローバルナビ
-----------------------------*/
.navi-in a {
  border-bottom: 1px solid transparent;
}
.navi-in a:hover {
  color: #dc3b3d;
  text-decoration: none;
  background: none;
}
.gnav-online { border:3px solid #e32936; line-height: 57px !important;}
.gnav-online:hover{background: #f7dfd1;}
.gnav-online a {color: #e32936;}
.gnav-shop { background-color: #e32936; margin-left: 5px;}
.gnav-shop a { color:#fff !important;}
.gnav-shop:hover {opacity: 0.8;}
.mobile-footer-menu-buttons li:last-child a { color:#ba4a02;}
.menu-pc { position: relative;}
.navi-in > ul.menu-pc .sub-menu {
	top: 100%;
	left: 0;
    width: 100%;
	background-color: #fff6ef;
	box-shadow: 0px 6px 10px -12px #777777;
}
.navi-in > ul.menu-pc .sub-menu li {
    float: left;
    width: 25%;
}
.navi-in > ul.menu-pc .sub-menu li .item-label{
	padding-left:10px;
}
.navi-in > ul.menu-pc .sub-menu li .item-label::before{
	font-family: "Font Awesome 5 Free";
  	content: "\f105";
	font-weight: bold;
	padding-right:3px;
}
.navi-in > ul.menu-pc li {
	position: static;
}
/*---------------------------
　　03.トップページ
-----------------------------*/

.appeal-content {box-shadow: 3px 3px 10px -8px #777777;}
@media (min-width: 769px) {
	.top-news { padding-left: 3em;}
}
.top-news-list > dd {
  margin-bottom: 1em;
  padding-bottom: 0.7em;
  border-bottom: 1px dotted #777777;
}
.colum-list {
  padding: 0.5em;
  border:1px solid #eee;
}
.column-list-ttl {
  font-size:1.0em;
  padding-bottom: 0.3em;
  border-bottom:1px dotted #e32936;
}
.column-list-excerp{
  font-size:0.8em;
}
.top-colum a:hover,.top-kyosho a:hover {text-decoration: none;}
.top-column-img{ overflow: hidden;}
.top-column-img img {
	transform: scale(1);
	transition: .3s ease-in-out;
  }
.top-column-article:hover img {
	transform: scale(1.2);
  }
.top-item-link {
	display: block;
	width: 100%;
	overflow: hidden;
}
.top-item img{ transition: .3s ease-in-out;}
.top-item img:hover{opacity: 0.8;}

/*スライド*/
.top-slide{ 
	border:1px solid #eee;
}
.slider-article{ 
	position: relative;
	background-size: cover;
	background-position: center bottom;
	background-repeat: repeat-y;
	z-index:0;
	padding-bottom: 0.5em;
}
.slider-article::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: inherit;
	height: 100vh;
	filter: blur(10px);
	z-index: -2;
}
.slider-article::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #bc232e;
	height: 100vh;
	opacity: 0.1;
	z-index: -1;
}
.slider-article-inner{
	width: 90%;
	margin:0 auto;
}
.slick-slide img{
	width:100%;
	box-shadow: 0px 0px 15px -5px #777777;
}
/* Arrows */
.slick-prev,.slick-next{
    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	opacity: 0.8;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev
{
    left: 10px;
	z-index:999;
}
[dir='rtl'] .slick-prev
{
    right: 	10px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
}

.slick-next
{
    right: 10px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 10px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}
.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #333;
}
.slick-next:before {
  content: "\f054";
}
.slick-prev:before{
  content: "\f053" ;
} 
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '●';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.article-ttl {
  font-size:1.2em;
}
@media (min-width: 992px){
  .article-ttl {font-size:1.6em;}
}
.slider-article-inner {
  align-items: center;
}
.slider-article-text {
  margin: 15px;
  padding: 1em;
  box-shadow: 0px 0px 10px -8px #777777;
  border-radius: 10px;
  border:1px solid #f6f6f6;
  background-color: #fefefe;
}
.article-exp {
  font-size: 0.9em;
  color: #777;
}
.article-more-link {
  font-size: 0.9em;
  color: #999 !important;
}
.article-more-link:before {
  border-color: #999 !important;
}
/*日本地図*/
/*共通*/
.text-off { color:#999;}
/*ポップアップ*/
#pop-up,#pop-up2,#pop-up3,#pop-up4,#pop-up5,#pop-up6,#pop-up7,#pop-up8 {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

#pop-up:checked + .overlay,#pop-up2:checked + .overlay,#pop-up3:checked + .overlay,#pop-up4:checked + .overlay,
#pop-up5:checked + .overlay,#pop-up6:checked + .overlay,#pop-up7:checked + .overlay,#pop-up8:checked + .overlay{
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 480px;
	min-height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
	padding: 20px 30px;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}
.pop-up-list{ border-top:2px solid #666;}
.pop-up-pref {
	border-bottom: 1px dotted #999;
	padding: 5px 0;
}
.pop-up-pref > a { color: #bc232e;}
.pop-up-ttl { font-size: 16px; text-align: center;}
/*スマホ以外*/
@media (min-width: 576px){
	.top-map{ position: relative;}
	.top-map > a, .top-map > label { 
		display:block;
		position:absolute;
		background: #fff;
		border:1px solid #999;
		border-radius: 5px;
		text-align: center;
		height: 32px;
	}
	.top-map-hokkaido{ top: 13%; right: 8%; width: 14%;}
	.top-map-tohoku{ top:43%; right: 10%; width: 14%;}
	.top-map-kanto{ top:65%; right: 10%; width: 14%;}
	.top-map-hokuriku{ top:53%; right: 30%; width: 25%;}
	.top-map-tokai{ bottom:25%; right: 30%; width: 14%;}
	.top-map-kinki{ top:75%; right: 48%; width: 14%;}
	.top-map-chugoku{ top:65%; left: 20%; width: 14%;}
	.top-map-shikoku{ bottom:8%; left: 22%; width: 14%;}
	.top-map-kyushu{ bottom:10%; left: 3%; width: 14%;}
	.top-map-okinawa{ top:30%; left: 3%; width: 14%;}
}
/*スマホ　削除予定*/
@media (max-width: 575px){
	.top-map { border: 1px solid #dedede; border-bottom:none;}
	.top-map > a, .top-map > label {
		display: block;
		border-bottom: 1px solid #dedede;
		padding:12px 20px;
	}
}
/*スマホ用の店舗検索*/
.top-shop-search-gps {
	list-style: none;
	display: flex;
	padding-left: 0;
	justify-content: center;
	flex-wrap:wrap;
}
.top-shop-search-gps > li {
	width: 31%;
	margin: 10px 1%;
	padding: 10px 0;
	background-image: linear-gradient(180deg, rgba(165, 166, 165, 1), rgba(127, 125, 126, 1));
	border:1px solid #7F7D7EFF;
	text-align: center;
	border-radius: 5px;
}
.top-shop-search-gps > li > a { color: #fff;}
.top-shop-search-gps > li > a:hover { text-decoration: none;}
.top-shop-search-gps > li > a > i { font-size:33px;}
.top-shop-search-gps > li > a > span { font-size:13px;}
.top-shop-search-gps > li > button {
	border: none;
    background: none;
    color: #fff;
    font-size: 26px;
    line-height: 1.0;
}
.top-shop-search-gps > li > button > span { font-size: 13px;}
/*---------------------------
　　04.店舗を探す
-----------------------------*/
/*地図型リスト（top）
------------------------------------------------------ */
.cz_list_map {
  position: absolute;
}

.cz_list_map dt,
.cz_list_map dd {
  text-align: center;
  position: absolute;
  line-height: 37px;
  padding-top: 1px;
  font-size: 0.875em;
}

.cz_list_map dd a {
  display: block;
}


.cz_list_map dt {
  font-weight: bold;
  color: #bc232e;
  border: 1px solid #e58787;
  border-radius: 10px;
}

.cz_list_map dd {
  border-radius: 10px;
  background:#ffedee;
}
.cz_list_map dd.off {
  color: #d8b1b3;
}

/* 北海道・東北エリア */
dl.cz_area01{
	width: calc(100% / 15 * 2);
	top: 20px;
	right: 3.5%;
}
dl.cz_area01 dt{
	width: 100%;
	top: 0px;
	left:0;
}
dl.cz_area01 dd.cz_pref01{
	width: 100%;
	height: 43px;
	top: 46px;
	left: 0px;
}
dl.cz_area01 dd.cz_pref02{
	width: 49%;
	height: 40px;
	top: 96px;
	right: 0px;
}
dl.cz_area01 dd.cz_pref03{
	width: 49%;
	height: 40px;
	top: 140px;
	right: 0px;
}
dl.cz_area01 dd.cz_pref05{
	width: 49%;
	height: 40px;
	top: 140px;
	left: 0px;
}
dl.cz_area01 dd.cz_pref04{
	width: 49%;
	height: 40px;
	top: 184px;
	right: 0px;
}
dl.cz_area01 dd.cz_pref06{
	width: 49%;
	height: 40px;
	top: 184px;
	left: 0px;
}
dl.cz_area01 dd.cz_pref07{
	width: 49%;
	height: 40px;
	top: 228px;
	right: 0px;
}
/* 関東エリア */
dl.cz_area02{
	width: calc(100% / 15 * 2);
	height: 40px;
	top: 116px;
	right: calc(100% / 15 * 2 + 4.5%);
}
dl.cz_area02 dt{
	width: 100%;
	height: 40px;
	top: 0px;
	left: 0px;
}
dl.cz_area02 dd.cz_pref01{
	width: 49%;
	height: 40px;
	top: 44px;
	right: 0px;
}
dl.cz_area02 dd.cz_pref02{
	width: 49%;
	height: 40px;
	top: 44px;
	left: 0px;
}
dl.cz_area02 dd.cz_pref03{
	width: 49%;
	height: 40px;
	top: 88px;
	left: 0px;
}
dl.cz_area02 dd.cz_pref04{
	width: 49%;
	height: 40px;
	top: 88px;
	right: 0px;
}
dl.cz_area02 dd.cz_pref05{
	width: 49%;
	height: 40px;
	top: 132px;
	left: 0px;
}
dl.cz_area02 dd.cz_pref06{
	width: 49%;
	height: 40px;
	top: 132px;
	right: 0px;
}
dl.cz_area02 dd.cz_pref07{
	width: 49%;
	height: 40px;
	top: 176px;
	left: 0px;
}
/* 甲信越エリア */
dl.cz_area03{
	width: calc(100% / 15 * 2);
	top: 116px;
	right:calc(100% / 15 * 3 + 5.5%);
}
dl.cz_area03 dt{
	width: 49%;
	top: 0px;
	left: 0px;
}
dl.cz_area03 dd.cz_pref01{
	width: 49%;
	height: 40px;
	top: 44px;
	left: 0px;
}
dl.cz_area03 dd.cz_pref02{
	width: 49%;
	height: 40px;
	top: 88px;
	left: 0px;
}
dl.cz_area03 dd.cz_pref03{
	width: 49%;
	height: 40px;
	top: 132px;
	left: 0px;
}

/* 東海エリア */
dl.cz_area04{
	width: calc(100% / 15 * 2);
	top: 206px;
	right:calc(100% / 15 * 6);
}
dl.cz_area04 dt{
	width: 100%;
	top: 0px;
	left: 0px;
}
dl.cz_area04 dd.cz_pref01{
	width: 49%;
	height: 40px;
	top: 44px;
	left: 0px;
}
dl.cz_area04 dd.cz_pref02{
	width: 49%;
	height: 40px;
	top: 88px;
	right: 0px;
}
dl.cz_area04 dd.cz_pref03{
	width: 49%;
	height: 40px;
	top: 88px;
	left: 0px;
}
dl.cz_area04 dd.cz_pref04{
	width: 49%;
	height: 40px;
	top: 132px;
	left: 0px;
}
/* 北陸エリア */
dl.cz_area05{
	width: calc(100% / 15 * 2);
	top: 71px;
	right:calc(100% / 15 * 6);
}
dl.cz_area05 dt{
	width: 100%;
	height: 40px;
	top: 0px;
	left: 0px;
}
dl.cz_area05 dd.cz_pref01{
	width: 49%;
	height: 40px;
	top: 44px;
	right: 0px;
}
dl.cz_area05 dd.cz_pref02{
	width: 49%;
	height: 40px;
	top: 44px;
	left: 0px;
}
dl.cz_area05 dd.cz_pref03{
	width: 49%;
	height: 40px;
	top: 88px;
	left: 0px;
}
/* 関西エリア */
dl.cz_area06{
	width: calc(100% / 15 * 2);
	top: 116px;
	right:calc(100% / 15 * 8 + 1%);
}
dl.cz_area06 dt{
	/*width: 57px;*/
	width: 100%;
	height: 40px;
	top: 0px;
	left: 0px;
}

dl.cz_area06 dd.cz_pref01{
	width: 49%;
	height: 40px;
	top: 44px;
	left: 0px;
}
dl.cz_area06 dd.cz_pref02{
	width: 49%;
	height: 40px;
	top: 44px;
	right: 0px;
}
dl.cz_area06 dd.cz_pref03{
	width: 49%;
	height: 40px;
	top: 88px;
	left: 0px;
}
dl.cz_area06 dd.cz_pref04{
	width: 49%;
	height: 40px;
	top: 88px;
	right: 0px;
}
dl.cz_area06 dd.cz_pref05{
	width: 49%;
	height: 40px;
	top: 132px;
	left: 0px;
}
dl.cz_area06 dd.cz_pref06{
	width: 49%;
	height: 40px;
	top: 132px;
	right: 0px;
}

/* 中国エリア */
dl.cz_area07{
	width: calc(100% / 15 * 2);
	top: 71px;
	right:calc(100% / 15 * 10 + 2%);
}
dl.cz_area07 dt{
	width: 100%;
	top: 0px;
	left: 0px;
}
dl.cz_area07 dd.cz_pref01{
	width: 49%;
	height: 40px;
	top: 44px;
	left: 0px;
}
dl.cz_area07 dd.cz_pref02{
	width: 49%;
	height: 40px;
	top: 44px;
	right: 0px;
}
dl.cz_area07 dd.cz_pref03{
	width: 49%;
	height: 40px;
	top: 88px;
	left: 0px;
}
dl.cz_area07 dd.cz_pref04{
	width: 49%;
	height: 40px;
	top: 88px;
	right: 0px;
}
dl.cz_area07 dd.cz_pref05{
	width: 49%;
	height: 40px;
	top: 132px;
	left: 0px;
}

/* 四国エリア */
dl.cz_area08{
	width: calc(100% / 15 * 2);
	top: 250px;
	right:calc(100% / 15 * 10 + 2%);
}
dl.cz_area08 dt{
	width:100%;
	top: 0px;
	left: 0px;
}
dl.cz_area08 dd.cz_pref02{
	width: 49%;
	height: 40px;
	top: 44px;
	right: 0px;
}
dl.cz_area08 dd.cz_pref03{
	width: 49%;
	height: 40px;
	top: 44px;
	left: 0px;
}
dl.cz_area08 dd.cz_pref01{
	width: 49%;
	height: 40px;
	top: 88px;
	right: 0px;
}
dl.cz_area08 dd.cz_pref04{
	width: 49%;
	height: 40px;
	top: 88px;
	left: 0px;
}
/* 九州エリア */
dl.cz_area09{
	width: calc(100% / 15 * 2);
	top: 71px;
	right:calc(100% / 15 * 12 + 3%);
}
dl.cz_area09 dt{
	width:100%;
	top: 0px;
	left: 0px;
}
dl.cz_area09 dd.cz_pref01{
	width: 49%;
	height: 40px;
	top: 44px;
	left: 0px;
}
dl.cz_area09 dd.cz_pref02{
	width: 49%;
	height: 40px;
	top: 44px;
	right: 0px;
}
dl.cz_area09 dd.cz_pref03{
	width: 49%;
	height: 40px;
	top: 88px;
	left: 0px;
}
dl.cz_area09 dd.cz_pref05{
	width: 49%;
	height: 40px;
	top: 88px;
	right: 0px;
}
dl.cz_area09 dd.cz_pref04{
	width: 49%;
	height: 40px;
	top: 132px;
	left: 0px;
}
dl.cz_area09 dd.cz_pref06{
	width: 49%;
	height: 40px;
	top: 132px;
	right: 0px;
}
dl.cz_area09 dd.cz_pref07{
	width: 49%;
	height: 40px;
	top: 176px;
	left: 0px;
}
dl.cz_area09 dd.cz_pref08{
	width: 49%;
	height: 40px;
	top: 264px;
	left: 0px;
}

/*都道府県リスト
------------------------------------------------------ */
.sp-pref-search {

}
.sp-pref-search > dt{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #333;
}
.sp-pref-search > dd {
	display: inline-block;
	width: 32%;
}
.sp-pref-search > dd.off {color:#ddd; }
@media screen and (min-width: 768px){
	.sp-pref-search > dd {width:23%;}
}

/*---------------------------
　　05.お知らせ一覧
-----------------------------*/
.card-post-body {
	position: relative;
	height: 100%;
	border:1px solid #dedede;
	border-radius: 0 0 3px 3px;
}
.card-post-thumb {
	position: relative;
	width: 100%;
	padding-top: 52.5%;
	margin-bottom: 1em;
	background-color: #f6f6f6;
  }
  
.card-post-thumb > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .card-post-title {
	  padding-left:1em;
	  padding-right: 1em;
	  font-size: 1em;
  }
  .card-post-date {
	padding-left:1em;
	padding-right: 1em;
	padding-bottom: 1em;
	font-size: 0.8em;
	color: #777;
  }
.card-post > a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.top-search {
	margin-bottom: 30px;
	padding: 1em 2em;
	background-color: #e5f9ff;
}
/*---------------------------
　　06.ヘッダー
-----------------------------*/
.header { position: relative;}
.logo-header.logo-image{text-align: left;}
@media (min-width: 1024px) {
	.sp-btn-search {display: none;}
	.sp-head-nav-area-search {display: none;}
}
.sp-btn-search {
	position:absolute;
	top:10px;
	right:0;
	width:60px;
	height: 100%;
	text-align: center;
}
.sp-btn-search-icn { font-size:30px;}
.sp-head-nav-area-search {display: none;}
.sp-head-nav-area {
    position: absolute;
    top: 119%;
    width: 100%;
	padding-left: 1em;
	padding-right: 1em;
    padding-bottom: 2px;
    background: #e5f9ff;
    z-index: 100;
}
.sp-head-nav-area-search .sp-icn-close a {
    display: block;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
    height: auto;
    line-height: 1em;
    color: #747474;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    text-shadow: 0px 0px 0.1px rgb(51 51 51 / 50%);
}
/*---------------------------
　　07.ぱんくず
-----------------------------*/
.breadcrumb .fa-home,
.breadcrumb .fa-folder,
.breadcrumb .fa-file {
	display: none;
}
.breadcrumb .sp{ display: inline-block;}
.breadcrumb-item+.breadcrumb-item::before{display: none;}
/*---------------------------
　　08.多言語化メニュー
-----------------------------*/
.lang-wrapper {
	position:relative;
}
#language {
	position: absolute;
	width: 45px;
	height: 40px;
	right: 0;
	top: 15px;
	z-index: 1200;
}	
#language span {
	position: absolute;
	width: 100%;
	height: 45px;
	left: 0;
	top: 0;
	cursor: pointer;
}
#language span a {
	box-sizing: border-box;
	display: block;
	height: 40px;
	line-height: 40px;
	padding:25px 10px 0 0;
	background: #fff url(img/common/icon_globe.png) 8px 50% no-repeat;
	background-size: 30px auto;
	font-size: 6.5px;
	font-weight: 500;
	pointer-events: none;
	text-align: center;
}
#language ul {
	position: absolute;
	box-sizing: border-box;
	width: 140px;
	height: auto;
	right: 5px;
	top: 40px;
	padding: 4px 0 16px 32px;
	background: #fff;
	font-size: 12px;
	font-weight: 500;
	list-style:none;

	transition: all 200ms ease;
	opacity: 0;
	visibility: hidden;
}
#language.active ul {
	opacity: 1;
	visibility: visible;
}
#language li {
	list-style:none;
}
#language li + li {
	margin-top: 12px;
}
#language li a {
	position: relative;
	display: inline-block;
}
#language li a:hover {
	opacity: 0.7;
}
#language a[data-stt-active]::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -4px;
	background: #393938;
}
@media screen and (max-width:1023px) {
	#language {
		position: absolute;
		right: 60px;
	}	
	#language span a { padding-top:30px;}
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  .pc-only {display: none;}
  #navi{display: none;}
  .header-container-in.hlt-top-menu{display: block;}
  .logo-header.logo-image{text-align: center;}
}
/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*01.店舗一覧・詳細　MQ*/
  .shop-info th,.shop-info td {display: block; width: 100%;}
  .shop-info th { background: #f4f4f4;}
  .shop-info td { background: #fff;}
	/*08.多言語化メニュー*/
	.logo-header.logo-image {text-align:left;}
	#header .site-name-text{padding-left:5px;}
}

/*目次*/
.toc-title{font-size:small;}
.toc-content{font-size:small;}
.toc-list{font-size:small;}

/* グリッド */
.grid_150 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.5em;
}

.grid_150_fill {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0.5em;
}

.grid_250 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 0.5em;
}

.grid_250_fill {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 0.5em;
}

.grid_300_fill {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 1em;
}

.grid_180 {
	display: grid; 
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); 
	gap: 0.5em; 
}

.grid_180_fill {
	display: grid; 
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); 
	gap: 0.5em; 
}

.grid_140 {
	display: grid; 
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); 
	gap: 0.5em;
}

.grid_140_fill {
	display: grid; 
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); 
	gap: 0.5em;
}

.grid_120 {
	display: grid; 
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); 
	gap: 0.5em; 
}

.grid_120_fill {
	display: grid; 
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); 
	gap: 0.5em; 
}

.grid_90 {
	display: grid; 
	grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)); 
	gap: 0.5em; 
}

.grid_90_fill {
	display: grid; 
	grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); 
	gap: 0.5em; 
}

.grid_2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5em;
}

.grid_3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0.5em;
}

/* テーブル */
.no-color-table tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.cross-highlight {
  border-spacing: 0;
  border-collapse: collapse;
  border: solid 1px #666;
  overflow: hidden;
}
.cross-highlight tr:hover {
  background-color: #f0f0f0;
}
.cross-highlight td, .cross-highlight th {
  padding: 10px;
	position: relative;
}
.cross-highlight td:hover {
  background-color: #ccc;
}
.cross-highlight td:hover:after {
  content: "";
  background-color: #f0f0f0;
  width: 100%;
  height: 200vh;
  position: absolute;
  top: -100vh;
  left: 0;
  z-index: -1;
}

/* 2枚の画像を切替 */
.image-switcher {
  position   : relative;
  overflow   : hidden;
  width: 100%;
  height: 0;
  padding-bottom: 52.5%;
  margin     : auto;
}

.image-switcher img {
  display    : block;
  position   : absolute;
  width      : inherit;
  opacity    : 0;
  animation  : switchImage 6s ease infinite;
}

.image-switcher img:nth-of-type(1) { animation-delay: 0s }
.image-switcher img:nth-of-type(2) { animation-delay: 3s }

@keyframes switchImage{
   0% { opacity: 0 }
  25% { opacity: 1 }
  50% { opacity: 1 }
  75% { opacity: 0 }
 100% { opacity: 0 }
}

.widget-sidebar-scroll-title widget-title{
	font-size:16pt;
}