/*pcsponly*/
.sp-only {
    display: none;
}
@media (max-width: 1000px){
	.pc-only {
    display: none;
	}
	.sp-only {
  	  display: inline-block;
	}
}
/*スマホ横並び維持*/
.ath-colfix{
flex-wrap:nowrap;
}
@media (max-width: 599px){
.ath-colfix .wp-block-column:not(:first-child) {
    margin-left: 0px;
}
}/*店舗ボタン*/
.btnbox {
    width: 100%;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  	margin: 10px 0;
}
.btnitem {
    width: 33.3%;
}
/*モーダルウィンドウ*/
.modal-suma {
  display: none;
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}

.modal-button {
    cursor :pointer;
    transition: all 0.3s;
    display: block;
    margin-top: -15px;
    margin-bottom: 200px;
    text-decoration: none;
}

.modal-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*アイコンを表示*/
.modal-button:after {
font-family: "Font Awesome 5 Free";
  content: "";
    padding-left: 8px;
}

/*ラベルホバー時*/
.modal-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90%;
  max-width: 600px;
  padding: 10px 30px 25px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left
}

.modal_title {
  font-size: 1.5em;
	position: relative;
	overflow: hidden;
  padding: 0;
}

.modal_title::before,
.modal_title::after{
	content: "";
	position: absolute;
	bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title:before{
	border-bottom: 4px solid #6bb6ff;
	width: 100%;
}
/* h2 セカンダリカラー*/
.modal_title:after{
	border-bottom: 4px solid #c8e4ff;
	width: 100%;
}

.modal-content p {
  margin: 10px 0 0 0;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  color: #95979c !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

@media screen and (max-width: 768px){
section#sumasuro {
    margin-top: -15px;
}
.modal-button {
    margin-top: 0;
}
.modal-button {
    height: 30px;
}
a.modal-button {
    height: 30px;
}
}
/*フローティング*/
.accordion-menu {
  width: 200px;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
}

.menu-label{
display: block;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    height: 185px;
    width: 100%;
    background-image: url(https://kingkanko-lp.com/wp-content/uploads/2023/03/circle-9.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.menu-input{
  display: none;
}

.menu-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-list li{
  line-height: 0;
}
.menu-list a {
  display: block;
  padding: 0 10px;
  border: solid 0 #ccc;
  background-color: #eee;
  text-decoration: none;
  color: #000;
  transition: all 0.4s ease-out;
}
.menu-list a span{
  display: block;
  opacity: 0;
  line-height: 0;
  transition: all 0.1s ease-out;
}

/* メニューを開いた際に変更するCSS */
#menu-01:checked + .menu-list a {
  padding: 10px;
  border: solid 1px #ccc;
  border-bottom: none;
}
#menu-01:checked + .menu-list a span{
  opacity: 1;
  line-height: 1.4;
}
#menu-01:checked + .menu-list li:last-child a{
  border-bottom: solid 1px #ccc;
}
/*フローティング　フッター*/
.sns-menu {
  width: 100%;
  max-width: 1140px;
  position: fixed;
  bottom: 0;
  z-index: 10;
  display: none;
}
.sns-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.sns-list {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding-left: 0;
    text-align: center;
}
ul.sns-list li{
  width: 24%;
　display:flex;
　list-style: none;
　padding-left: 0;
　text-align:center;
  margin: 0 10px;
}
.sns-list a {
  display: block;
  padding: 0 10px;
  border: solid 0 #ccc;
  text-decoration: none;
  color: #000;
  transition: all 0.4s ease-out;
  width: 100%;
  border-radius: 50%;
  height: 100%;
}

.vk-mobile-nav-menu-btn {
 display: none;
}
/*タブ切り替え*/
/*ベース*/
.tab-content {
    background: #fff;
}
section.typeA{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
section.typeA::after {
	content: '';
	width: 100%;
	order: -1;
	display: block;
}
section.typeA .tabLabel {	/* タブ */
	padding: 3px 12px;
	flex: 1;
	order: -1;
	border-radius: 10px 10px 0 0;
	color: #444;
	background: rgba(0,137,167,.3);
	transition: .5s ;
	cursor: pointer;
	text-align: center;
  font-weight: bold;
  color: #fff;
}
section.typeA .tabLabel:nth-last-of-type(1){ margin-right: 0; }
section.typeA input {		/* ラジオボタン非表示 */
	display: none;
}
section.typeA .content {	/* 本文 */
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
/*アクティブ設定*/
section.typeA input:checked + .tabLabel {
	color: #fff;
	text-align: center;
  font-weight: bold;
}
section.typeA input:checked + .tabLabel + .content {
	padding: 15px;
	height: auto;
	overflow: auto;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	transition: .5s opacity;
	opacity: 1;
}
/*ADD*/
label.tabLabel.tab-a {
    background: #00cc99;
}
label.tabLabel.tab-b {
    background: #ff0000;
}
label.tabLabel.tab-c {
    background: #ff6600;
}
section.typeA input:checked + .tabLabel.tab-a + .content {
    border: solid 5px #00cc99;
}
section.typeA input:checked + .tabLabel.tab-b + .content {
    border: solid 5px #ff0000;
}
section.typeA input:checked + .tabLabel.tab-c + .content {
    border: solid 5px #ff6600;
}
/*バナー横並び*/
.boxContainer {
    display: flex;
}
.box{
	margin: 0 5px;
	width: 100%;
}
/*サイトタイトル削除*/
h1.site-header-logo {
    display: none;
}
/*サイド余白*/
.site-body {
    padding: 0;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 0;
    padding-left: 0;
}
/*最新情報余白*/
img.wp-image-264 {
    margin: -20px 0 -30px;
}

/*上下連動タブ*/
.tab-section {
  margin-bottom: 20px;
}
.tabBox .tabArea {
  width: 100%;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.tabBox .tabArea .one_tab {
  width: 50%;
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.tabBox .tabArea .one_tab:hover {
  opacity: 0.7;
  text-decoration: none;
}
.tabBox .tabArea .one_tab .tab_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  transition-duration: 0.3s;
  border-radius: 14px 14px 0 0;
}
.tabBox .tabArea .one_tab:nth-child(1) .tab_inner {
  background-color: #008686;
}
.tabBox .tabArea .one_tab:nth-child(2) .tab_inner {
  background-color: #e77700;
}
.tabBox .tabArea .one_tab:nth-child(3) .tab_inner {
  background-color: #5b9332;
}
.tabBox .tabArea .one_tab:nth-child(4) .tab_inner {
  background-color: #e21562;
}
.tabBox .tabArea .one_tab.select .tab_inner {
  font-weight: bold;
}
.tabBox .tabArea.bottom {
  align-items: flex-start;
}
.tabBox .tabArea.bottom .tab_inner {
  border-radius: 0 0 14px 14px;
}
.contents .tab_main {
  display: none;
  padding: 50px 25px;
  min-height: 280px;
  border: 2px solid #94ad73;
  transition-duration: 0.3s;
}
.tab_main.is_show {
  display: block;
}
.tab_main:nth-child(1).is_show {
  border: 6px solid #008686;
}
.tab_main:nth-child(2).is_show {
  border: 6px solid #e77700;
}
.tab_main:nth-child(3).is_show {
  border: 6px solid #5b9332;
}
.tab_main:nth-child(4).is_show {
  border: 6px solid #e21562;
}
.tab_main.is_show {
    background: #fff;
}
span.tab_inner {
    color: #fff;
}
a.tab_bottom {
    text-decoration: none;
}
#tab01, #tab02, #tab03, #tab04, #tab01b, #tab02b, #tab03b, #tab04b{
    opacity: 1;
}
/*中央寄せ*/
.contents {
    text-align: center;
}
img.wp-image-3391.jetpack-lazy-image.jetpack-lazy-image--handled {
    width: 100%;
}
.site-footer-copyright p:nth-child(2) {
    display:none;
}
/*ページ分割調整*/
.tabBox .tabArea .branch_tab {
    width: 33.3%;
}
header#site-header {
    display: none;
}
.page-header {
    display: none;
}
div#breadcrumb {
    display: none;
}