/*
Theme Name: Gatestage Theme
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/* 汎用 */
:root {
	--color-gray: #ccc;
}
.gray {
	color: var(--color-gray);
}
.theme_color {
	color: var(--vk-color-custom-1);
}

body {
	font-family: Helvetica Neue, Helvetica, "Noto Sans JP", Arial, sans-serif;
}
.section_box {
    margin: 0 calc(50% - 50vw);
    padding: 5rem calc(50vw - 50%);
}
body:not(.home) .section_box:first-child {
    padding-top: 0;
}

.section_box .heading_1 {
    position: relative;
    z-index: 0;
    margin-bottom: 3rem;
    margin-top: 4rem;
	text-align: center;
}
.section_box h3.heading_1 .sub_title {
    font-size: 4rem;
    color: #fff;
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    line-height: 4rem;
    bottom: 1rem;
	text-shadow: -2px -2px 4px #e0e0e0, 1px 1px #ffffff;
	width: 100%;
}
.section_box .heading_1 span.title {
    position: relative;
    z-index: 0;
}
.section_box .heading_1 span.title:before {
    content: "";
    width: 100%;
    display: block;
    border-bottom: 5px solid var(--vk-color-primary);
    position: absolute;
    bottom: -1rem;
    left: 0;
}
.img {
    margin-bottom: 1rem;
}
.img img {
    display: block;
	margin: 0 auto;
}
a {
	text-decoration: none;
}
a:hover {
	color: #ef9500;
}
.link_btn a {
	color: var(--vk-color-primary);
	text-decoration: none;
	border: 1px solid var(--vk-color-primary);
	padding: 0.5rem 1rem;
	transition: 0.2s;
}
.link_btn a:hover {
	background-color: var(--vk-color-primary);
	color: #fff;
}
.bg_gray {
	background-color: #f2f2f2;
}
.page_top_btn {
    border-radius: 5px;
    background-size: 30px;
    box-shadow: none;
}
.t_c {
	text-align: center;
}
.t_l {
	text-align: left;
}
.t_r {
	text-align: right;
}
.red {
    color: #dc0000;
}
hr + h3,
hr + p {
    margin-top: 1rem;
}
.max1000 {
	max-width: 1000px;
	margin: 0 auto;
}
.max900 {
	max-width: 900px;
	margin: 0 auto;
}
.max800 {
	max-width: 800px;
	margin: 0 auto;
}
.pc_only {display:block;}
.sp_only {display:none;}
@media(max-width:767px){
	.pc_only {display:none;}
	.sp_only {display:block;}
}

/* .heading {
    position: relative;
    padding: .5em .7em;
    background-color: #ef9500;
    color: #fff;
}

.heading::before {
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: solid 10px transparent;
    border-right: solid 20px #df8500;
    content: '';
} */

/* .heading_1 {
    padding: .5em .7em;
    border-left: 5px solid #ef9500;
    background-color: #333333;
    color: #ffffff;
} */

.heading_2 {
    border-bottom: 3px solid #ededed;
}

.heading_2 span {
    display: inline-block;
    position: relative;
    padding: 0 .4em .2em;
    color: #333333;
	font-size: 1.3rem;
}

.heading_2 span::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ef9500;
    content: '';
}

.img_left {
  float: left;
  margin: 0 20px 20px 0;
}

.img_right {
  float: right;
  margin: 0 0 20px 20px;
}

ul.textList li {
  margin: 0;
  padding: 0;
  float: left;
  width: 33%;
}

ul.other li{
	float:left;
	width:33%;
	}

ul.noStyle{ list-style:none; padding:0;}
.phoLeft{ float:left; margin:0 20px 20px 0;}
.phoRight{ float:right; margin:0 0 20px 20px;}
.clear{ clear:both;}

.cf:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.cf { display: inline-table; }

/* Hides from IE-mac \*/
* html .cf { height: 1%; }
.cf { display: block; }
/* End hide from IE-mac */

/*テーブル*/
.outline {
width: 100%;
}

.outline th,
.outline td {
	border: 1px solid #ccc;
	padding: 16px;
}
.outline th {
	width: 25%;
	background-color: #ededed; 
}
.outline td {
    background-color: #fff;
}

@media screen and (max-width: 731px) {
.outline,
.outline tr,
.outline td,
.outline th {display:block;}
.outline th {width:auto;}
}

/*---------------------レスポンシブ---------------------*/
.pc-only{display:block;}
@media(max-width:768px){.pc-only{display:none;}}
.mb-only{display:none;}
@media(max-width:768px){.mb-only{display:block;}
	.mb-t-c{text-align:center;}
}

/*---フォント-----------------------------------------------------------------------*/
.f50 {font-size:50% !important;}
.f70 {font-size:70% !important;}
.f80 {font-size:80% !important;}
.f85 {font-size:85% !important;}
.f90 {font-size:90% !important;}
.f95 {font-size:95% !important;}
.f105 {font-size:105% !important;}
.f110 {font-size:110% !important;}
.f120 {font-size:120% !important;}
.f135 {font-size:135% !important;}
.f150 {font-size:150% !important;}
.f180 {font-size:180% !important;}
.f500{font-size:500% !important;}

.fs14{font-size:14px !important;}
.fs15{font-size:15px !important;}
.fs16{font-size:16px !important;}
.fs17{font-size:17px !important;}
.fs18{font-size:18px !important;}
.fs19{font-size:19px !important;}
.fs20{font-size:20px !important;}
.fs21{font-size:21px !important;}
.fs22{font-size:22px !important;}
.fs23{font-size:23px !important;}
.fs24{font-size:24px !important;}
.fs25{font-size:25px !important;}

.lh10 {line-height:1em;}
.lh11 {line-height:1.1em;}
.lh12 {line-height:1.2em;}
.lh13 {line-height:1.3em;}
.lh14 {line-height:1.4em;}
.lh15 {line-height:1.5em;}
.lh16 {line-height:1.6em;}
.lh17 {line-height:1.7em;}
.lh18 {line-height:1.8em;}
.lh19 {line-height:1.9em;}
.lh20 {line-height:2.0em;}
.lh-n{line-height:normal;}
.n-text{text-decoration:none !important;}

/*---マージン-----------------------------------------------------------*/
.mb0 {margin-bottom:0px !important;}
.mb3 {margin-bottom:3px !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.mt0 {margin-top:0px !important;}
.mt1 {margin-top:1px !important;}
.mt3 {margin-top:3px !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml20 {margin-left:20px !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.mlr0 {margin-right:0px !important; margin-left:0px !important;}
.mlr5 {margin-right:5px !important; margin-left:5px !important;}
.mlr10 {margin-right:10px !important; margin-left:10px !important;}
.mlr15 {margin-right:15px !important; margin-left:15px !important;}
.mlr20 {margin-right:20px !important; margin-left:20px !important;}
.mlr30 {margin-right:30px !important; margin-left:30px !important;}
.mtb0 {margin-top:0px !important; margin-bottom:0px !important;}
.mtb5 {margin-bottom:5px !important; margin-top:5px !important;}
.mtb10 {margin-top:10px !important; margin-bottom:10px !important;}
.mtb15 {margin-top:15px !important; margin-bottom:15px !important;}
.mtb20 {margin-top:20px !important; margin-bottom:20px !important;}
.mtb30 {margin-top:30px !important; margin-bottom:30px !important;}
.mtb40 {margin-top:40px !important; margin-bottom:40px !important;}
.mtb50 {margin-top:50px !important; margin-bottom:50px !important;}
.m0{margin:0 !important;}
.m5{margin:5px !important;}
.m10{margin:10px !important;}
.m15{margin:15px !important;}
.m20{margin:20px !important;}
.m30{margin:30px !important;}
.mha{margin:0 auto !important;}
.mva{margin:auto 0 !important;}

@media screen and (max-width:969px) {
.mrpconly{margin:0 !important;}
}

/*--------------------- Contact Form7 ---------------------*/
 
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.contact7 dt {
    width: 30%;
    background-color: #ddd;
    display: flex;
    align-items: center;
    padding: 1rem;
}
.contact7 dt p {
    margin-bottom: 0;
}
.contact7 dd {
    margin: 0 0 0.5rem 0;
    width: 70%;
    padding: 1rem;
}
.contact7 dd p {
	margin-bottom: 0;
}
/* 必須マーク */
.contact7 .must {
	background: var(--vk-color-primary);
}
 
/* 任意マーク */
.contact7 .optional {
	background: #999;
}
 
.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 70%;
	background-color: #005513;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #005513;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #005513; 
}
::placeholder {
    color: #abaeae !important;
}

@media(max-width:767px){
	#text-2 .su-column.su-column-size-1-3 div p:last-child,
	#text-2 .su-column.su-column-size-2-3 p:first-child{
		display:none;
	}
	#text-2 .su-column.su-column-size-2-3{
		margin-top:0;
	}
	#text-2 .su-column.su-column-size-2-3 p.h3{
		margin-top:1em;
	}
	.contact7 dt,
	.contact7 dd {
		width: 100%;
	}
}
@media(max-width:991px){
	.subSection{
		display:none;
	}
	#text-2 .su-column.su-column-size-2-3{
		margin-bottom: 3em;
	}
}

/* 囲み */
.box {
    margin: 2em 0;
    background: #fff0c2;
	padding-bottom: 10px;
}
.box .box-title {
    font-size: 1.2em;
    background: #ef9500;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box p {
    padding: 20px;
}

/* アンケート */
.survey-top {
    text-align: center;
    background-color: #f2f2f2;
    padding: 1rem;
}
.contact-table th {
    background-color: #fbfbfb;
    width: 35%;
    text-align: left;
}
.contact-table th, .contact-table td {
    padding: 1.5rem;
}
.contact-table th p, .contact-table td p {
    margin-bottom: 0;
}
.contact-table .wpcf7-list-item {
    display: block;
	margin-left: 0;
}
.contact-table input[type=text],.contact-table textarea  {
	margin-bottom: 0;
}
.survey-submit {
    text-align: center;
}
.survey-submit span.wpcf7-spinner {
    display: block;
}
@media(max-width:767px){
	.contact-table th, .contact-table td {
		display: block;
		width: 100%;
	}
}

/* ヘッダー ------------------------------------------------------------- */
.vk-mobile-nav-menu-btn {
    width: 45px;
    height: 45px;
    border: none;
    top: 10px;
}
.vk-mobile-nav {
	padding: 60px 10px 45px;
}
.linkBtn a strong {
    background-color: var(--vk-color-custom-1);
    color: #fff;
    padding: 0.5rem 1rem;
	border: 1px solid var(--vk-color-custom-1);
	transition: 0.2s;
}
.linkBtn a:hover strong {
    background-color: #fff;
    color: var(--vk-color-custom-1);
}

/* フッター ------------------------------------------------------------- */
.site-footer .site-footer-copyright p:last-child {
    display: none;
}

/* TOP ------------------------------------------------------------- */
figure.wp-block-video {
    margin-bottom: 0;
}
figure.wp-block-video video {
    width: 100%;
}
.home .site-body {
	padding-top: 0;
}
a.top_pr_box {
    display: block;
    border: 1px solid #fff;
    padding: 1rem 1.5rem;
    height: 100%;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
}
.top_pr > div:nth-child(1) a.top_pr_box {
	background-image: url(/wp-content/uploads/2025/04/3pr_01.jpg);
}
.top_pr > div:nth-child(2) a.top_pr_box {
	background-image: url(/wp-content/uploads/2025/04/3pr_02.jpg);
}
.top_pr > div:nth-child(3) a.top_pr_box {
	background-image: url(/wp-content/uploads/2025/04/3pr_03.jpg);
}
a.top_pr_box:hover {
	text-decoration: none;
}
a.top_pr_box:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000b0;
    left: 0;
    top: 0;
    z-index: -1;
	transition: 0.2s;
}
a.top_pr_box:hover:before {
	background-color: #0000008c;
}
span.top_pr_title {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}
span.top_pr_title span.span {
    font-size: 1.5rem;
}
span.top_pr_txt {
    font-size: 0.7rem;
    color: #fff;
}
h3.post_top_title {
    font-size: 1.5rem;
    text-align: center;
    position: relative;
    z-index: 0;
    color: #ddd;
    margin-top: 4rem;
}
h3.post_top_title span {
    display: block;
    font-size: 3rem;
    color: #000;
    line-height: 3rem;
    margin-bottom: 0.5rem;
}
.post_inner {
    margin-bottom: 1rem;
	align-items: center;
}
span.post-loop-date {
/*     width: 30%; */
    text-align: right;
	font-size: 0.9rem;
	    display: block;
}
a.post-loop-title {
/*     width: 70%; */
}
.about_link {
    text-align: center;
}
.about_link a.btn_after_arrow {
    border: 2px solid var(--vk-color-primary);
    padding: 10px 15px;
	transition: 0.2s;
	color: var(--vk-color-primary);
	display: inline-block;
}
.about_link a.btn_after_arrow:hover {
	text-decoration: none;
	background-color: var(--vk-color-primary);
	color: #fff;
}
.about_link a.btn_after_arrow i {
	margin-left: 5px;
	margin-right: 0;
}
/* section.top_bnr {
    padding: 2rem 0 0;
}
section.top_bnr a {
    display: block;
    margin: 0 auto;
    max-width: 290px;
    border: 1px solid var(--vk-color-primary);
    padding: 7px 10px;
    background-color: #fff;
	transition: 0.2s;
}
section.top_bnr a:hover {
    opacity: 0.7;
}
section.top_bnr a img {
    display: block;
} */

/* 固定ページ ------------------------------------------------------------- */
.page-header {
	background-size: cover;
	background-position: center;
	position: relative;
	background-image: url(/wp-content/uploads/2025/04/header_bg.jpg);
}
.page-header-title, h1.page-header-title {
    color: #fff;
}


/* 事業案内 ------------------------------------------------------------- */
.concept_top {
    text-align: center;
}
.concept_top h4 {
    font-size: 1.8rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    padding: 2.4rem 2rem 1.8rem;
    position: relative;
    margin: 1.2rem auto 0;
    z-index: 0;
    max-width: 800px;
}
.concept_top h4:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #f2f2f2;
    transform: skewX(-15deg);
}
.concept_top h4 .ct_pf {
	padding: 0.5rem 2rem;
    color: #fff;
    z-index: 1;
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: -1.4rem;
    line-height: 1.8rem;
}
.concept_top h4 .ct_pf:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #242a4a;
    transform: skewX(-15deg);
}
.concept_top h4 span.span {
    color: var(--vk-color-custom-1);
}
.concept_top p.ct_pl {
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 0.5rem;
}

dl.content_column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
dl.content_column dt {
    width: 30%;
    padding: 1rem;
    font-size: 2rem;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 0;
}
dl.content_column dd {
    width: 70%;
    border-left: 2px solid var(--vk-color-text-body);
    padding: 1rem;
}
dl.content_column dt .span {
    font-size: 1.4rem;
    display: block;
}
dl.content_column dd p {
    margin-bottom: 0;
}
.concept_bottom > .row > div {
    margin-bottom: 1rem;
}

.wt_section > .row >div {
    margin-bottom: 3rem;
}
.wt_box {
    box-shadow: 4px 5px 15px #eaeaea;
/*     border-radius: 10px; */
    padding: 1.5rem;
    background-color: #ffffff;
	height: 100%;
}
.wt_box h5 {
    text-align: center;
    padding: 0.5rem 1rem;
    max-width: 300px;
	margin: 0 auto 1.5rem;
    border-radius: 10px;
    line-height: 1.2rem;
    background-color: #fff;
}
.wt_box p {
    margin-bottom: 0;
}
@media(max-width:767px){
	.concept_top h4 {
		font-size: 1.4rem;
		padding: 2.2rem 0rem 1.2rem;
	}
	.concept_top h4:before {
		transform: skewX(-10deg);
	}
	.concept_top h4 .ct_pf:before {
		transform: skewX(-10deg);
	}
	.concept_top p.ct_pl {
		font-size: 1.1rem;
	}
	dl.content_column dt {
		width: 100%;
		font-size: 1.5rem;
	}
	dl.content_column dd {
		width: 100%;
		border-top: 2px solid var(--vk-color-text-body);
		border-left: none;
	}
}

/* ホテル系 ------------------------------------------------------------- */
.hotel_section > .row > div {
    margin-bottom: 2rem;
}

/* その他 ------------------------------------------------------------- */
.other_section > .row > div {
    margin-bottom: 2rem;
}
/* .other_box {
    padding: 1.5rem 1rem 1rem;
    box-shadow: 4px 10px 30px #ddd;
    height: 100%;
    border-radius: 15px;
	background-color: #fff;
} */

/* 採用情報 ------------------------------------------------------------- */
.recruit_spoiler .su-spoiler-title {
    padding: 0.7rem 2rem !important;
    color: var(--vk-color-primary);
    border: 2px solid var(--vk-color-primary);
}
.su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon {
    left: 5px !important;
    top: 50%;
    transform: translateY(-50%);
}

/* サービス概要 ------------------------------------------------------------- */
.about_section > .row > div {
    margin-bottom: 4rem;
}
.about_box {
    box-shadow: 4px 10px 30px #ddd;
    border-radius: 10px;
    padding: 1.5rem 1.5rem;
    height: 100%;
	background-color: #fff;
	margin-top: 2.5rem;
}
.about_box h3 {
	text-align: center;
	font-size: 2.5rem;
	margin-top: -3.8rem;
}
.about_section .row > div:nth-child(1) .about_box h3 {
    color: #316eca;
}
.about_section .row > div:nth-child(2) .about_box h3 {
    color: #c91b1c;
}
.about_box h4 {
    text-align: center;
    font-size: 1rem;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 0.5rem;
}
.about_box p {
    margin-bottom: 0;
}
ul.flow_list {
    list-style: none;
    position: relative;
}
ul.flow_list:before {
	content: "";
	height: 100%;
	border: 1px solid #dbdbdb;
	display: block;
	position: absolute;
	left: 0.5rem;
}
ul.flow_list li {
	position: relative;
	line-height: 1.5rem;
}
ul.flow_list li:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #316eca;
	position: absolute;
	left: -1.2rem;
    top: 0.6rem;
    border-radius: 10px;
}
.about_section > .row > div:nth-child(1) ul.flow_list li:before {
	background-color: #316eca;
}
.about_section > .row > div:nth-child(2) ul.flow_list li:before {
	background-color: #c91b1c;
}
ul.check_list {
    list-style: none;
    padding: 0;
}
ul.check_list li {
    position: relative;
    padding-left: 1.5rem;
}
ul.check_list li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 6px;
    height: 12px;
	border-right: 3px solid var(--vk-color-custom-1);
	border-bottom: 3px solid var(--vk-color-custom-1);
}
ul.check_list li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

/* 会社概要 ------------------------------------------------------------- */
.message_section > .row {
    margin: 0 calc(50% - 50vw);
    padding: 2rem calc(50vw - 50%);
    position: relative;
    z-index: 0;
}
.message_section > .row:after {
    content: "";
    background-color: #f2f2f2;
    width: 75%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    display: block;
}
@media(max-width:767px){
	.message_section > .row:after {
		width: 100%;
		height: 80%;
	}
}
.message_section > .row p {
	font-weight: bold;
}
.identity_box {
    padding: 1rem;
    margin-bottom: 2rem;
}
.identity_box h5 {
    text-align: center;
    color: var(--vk-color-primary);
    font-size: 2.5rem;
    margin-bottom: 0;
}
.identity_box .img {
	margin-bottom: 0;
	border: 1px solid var(--vk-color-primary);
    padding: 1rem 0.5rem 0;
}
.identity_box p {
    margin-bottom: 0;
    background-color: var(--vk-color-primary);
    color: #fff;
    padding: 0.7rem 1rem;
	border: 1px solid var(--vk-color-primary);
}
.culture_section .culture_box h4 {
    max-width: 700px;
	margin: 0 auto 1rem;
	font-size: 1.4rem;
    line-height: 2.8rem;
    font-weight: bold;
	text-align: center;
}
.culture_section .culture_box h4 span.span {
    color: var(--vk-color-custom-1);
    font-size: 2rem;
}
.culture_section .culture_box p.p {
	max-width: 700px;
    margin: 0 auto;
}

.credo_section > .row {
    align-items: center;
}
.credo_section > .row > div {
    margin-bottom: 1rem;
}
/* .credo_section .row p {
    background-color: #242a4a;
    padding: 1rem 1.5rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.8rem;
} */
.credo_section .row p span.credo_title {
    display: block;
    font-size: 3rem;
    font-weight: bold;
	margin-bottom: 0;
	color: var(--vk-color-primary);
	line-height: 3rem;
}
.credo_section .row p .span {
    background-color: var(--vk-color-primary);
    padding: 1rem 1.5rem;
    color: #fff;
    font-size: 1rem;
    display: block;
}

/* 主要取引先 ------------------------------------------------------------- */
ul.client_list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
	margin: 0;
}
ul.client_list li {
    width: calc(33.3333% - 2.5rem);
    margin-left: 2.5rem;
    font-size: 0.9rem;
    font-weight: bold;
}
p.client_more {
    font-size: 0.9rem;
    text-align: right;
}
@media(max-width:767px){
	ul.client_list li {
		width: calc(100% - 1.5rem);
		margin-left: 1.5rem;
	}
}

/* 投稿ページ ------------------------------------------------------------- */
.entry-meta  .entry-meta-item-date,
.entry-meta .entry-meta-item-updated,
.entry-meta .entry-meta-item-author {
    display: none;
}
.single-post .entry-body a {
    border: 1px solid var(--vk-color-custom-1);
    background-color: var(--vk-color-custom-1);
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    text-decoration: none;
	transition: 0.2s;
}
.single-post .entry-body a:hover {
	background-color: #fff;
    color: var(--vk-color-custom-1);
}
.next-prev-prev .card-body {
    position: relative;
    padding: 15px 15px 15px 30px;
}
.next-prev-prev .card-body:before {
    content: "\f053";
    display: block;
    font-family: "font awesome 6 free";
    font-weight: 600;
    border: none;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.next-prev-next .card-body {
    position: relative;
    padding: 15px 30px 15px 15px;
}
.next-prev-next .card-body:before {
    content: "\f054";
    display: block;
    font-family: "font awesome 6 free";
    font-weight: 600;
    border: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.entry-meta-data-list {
	display: none;
}
.hotelierbBtn {
	margin-top: 2rem;
}
.hotelierbBtn a {
    display: block;
    background-color: var(--vk-color-custom-1);
    color: #fff;
    padding: 0.7rem 1rem;
    border: 2px solid var(--vk-color-custom-1);
    max-width: 300px;
    text-align: center;
    font-weight: bold;
	transition: 0.2s;
}
.hotelierbBtn a i {
	margin-left: 5px;
	margin-right: 0;
}
.hotelierbBtn a:hover {
	background-color: #fff;
	color: var(--vk-color-custom-1);
}
/* お問い合わせ ------------------------------------------------------------- */
.phone {
    font-size: 1.2rem;
    font-weight: bold;
    border: 2px solid #333;
    padding: 0.7rem 1rem;
    display: inline-block;
    text-decoration: none;
	transition: 0.2s;
	color: #333;
}
.phone:hover {
	background-color: #333;
	color: #fff;
}
/* .cf7-cf-turnstile {
    text-align: center;
} */