@charset "UTF-8";

/*------------------------------------------------------
①アンケートの設定
------------------------------------------------------*/
/* アンケート用紙のヘッダーとフッターの削除 */
.page-id-34 header, footer, .p-breadcrumbs-wrapper ,#page-top{
	display: none;
}
.page-id-34 .l-contents__body {
	margin-left: -280px	
}
@media (max-width: 1024px) {
	.page-id-34 .l-contents__body {
	margin-left: 0px;
	}
}



/* アンケート用ヘッダー、フッター */

.questionnaire-header, .questionnaire-footer {
	width: 100vw;
	height: 50px;
	background-color: #225B88;
	margin-left: -280px;
}
@media (max-width: 1024px) {
	.questionnaire-header, .questionnaire-footer {
		margin-left: 0px;
	}
}
.questionnaire-header {
	position: absolute;
	top: 0;
	left: 0;
}
.questionnaire-footer {
	position: absolute;
	bottom: 0;
	left: 0;
}
/*------------------------------------------------------
アンケート用紙のヘッダーとフッターの削除
Thanksページ＆Google口コミページ
------------------------------------------------------*/
.page-id-304 header, footer, .p-breadcrumbs-wrapper ,#page-top{
	display: none;
}
.page-id-304 .l-contents__body {
	margin-left: -280px	
}
@media (max-width: 1024px) {
	.page-id-304 .l-contents__body {
	margin-left: 0px;
	}
}
/* .page-id-328 .p-entry-content {
	position: static !important;
} */
/* .page-id-328 .p-entry-content>*, .textwidget>* {
	position: static !important;
} */
.page-id-328 header, footer, .p-breadcrumbs-wrapper ,#page-top{
	display: none;
}
.page-id-328 .l-contents__body {
	margin-left: -280px	
}
@media (max-width: 1024px) {
	.page-id-328 .l-contents__body {
	margin-left: 0px;
	}
}
/*------------------------------------------------------
settings
------------------------------------------------------*/
/* 表の設定 */
.c-responsive-table>table td, .c-responsive-table>table th, .p-entry-content>table td, .p-entry-content>table th, .textwidget>table td, .textwidget>table th {
	border:1px solid #212e4f;
}
tbody>tr>th:first-child {
	white-space: nowrap;
}
tbody>tr>th:nth-child(2) {
	white-space: nowrap;
}
tbody>tr>th:nth-child(3) {
	white-space: nowrap;
}
tbody>tr>td:first-child {
	white-space: nowrap;
}
tbody>tr>td:nth-child(2) {
/* 	white-space: nowrap; */
	width:120px;
}
tbody>tr>td:nth-child(3) {
	white-space: nowrap;
}
.c-responsive-table {
	margin-top: 0 !important;
}
/* メニューの白い線 */
.menu-item-132 {
	border-top: 1px solid white;
	margin-top: 15px;
}

/* グーグルマップを横いっぱいにする */
.google-maps {
position: relative;
padding-bottom: 20%; // これが縦横比
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.google-review >a > .smb-btn__label {
	padding: 0.5rem 1.5rem;
}
.google-review >a {
	border-radius: 10px;
	box-shadow: 5px 5px #1d4e75;
}
/*------------------------------------------------------
fonts
------------------------------------------------------*/
/*------------------------------------------------------
variables
------------------------------------------------------*/
/*------------------------------------------------------
mixin
------------------------------------------------------*/ 
/*------------------------------------------------------
Base
------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  display: inline-block;
}
a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

body {
  color: #000;
  background-color: white;
  overflow-x: hidden;
  word-break: break-all;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media screen and (min-width: 640px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

.container {
  max-width: 1227.2px;
  padding: 0 23.6px;
  margin: 0 auto;
}

.body-padding {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .body-padding {
    padding-top: 62px;
  }
}

.p-global-nav--hover-text-color.p-global-nav--current-same-hover-effect .c-navbar__item[data-active-menu] {
	color: white;
}

input {
	margin-left: 10px;
}

/*------------------------------------------------------
共通・一般・モジュールの記述
------------------------------------------------------*/

.admin-bar .l-header--left {
	top: 0!important;
}
.l-header {
	background-color: #225B88;
	color: white;
}

.wpcf7-submit {
	
}
.wpcf7-spinner {
	width: 0px;
}
#page-top {
	bottom: 80px;
}
.wpcf7-spinner {
	display: none;
}
@media (max-width: 1024px) {
	p:has(.wpcf7-submit) {
	text-align: center;
	margin-bottom: 70px;
	}
}
form > .questionnaire-title {
	margin: 0 !important;
}
@media (max-width: 1024px) {
	.questionnaire-title {
		text-align: center;
	}
}

.last-contents {
	margin-bottom: 90px;
}

/* Googleレビュー表示設定 */
.wp-gr .wp-google-list {
	padding: 15px !important;
}
.wp-google-reviews {
	display: flex !important;
	flex-wrap:wrap !important;
	gap: 15px !important;
}
.wp-google-reviews .wp-google-review {
	width: calc(100% / 3 - 15px) !important;
	background-color: #EFEFEF !important;
	padding: 10px !important;
}
@media (max-width: 1024px) {
	.wp-google-reviews .wp-google-review {
		width: calc(100% / 2 - 15px) !important;
	}
}
@media screen and (max-width: 768px) {
	.wp-google-reviews {
		flex-direction: column;
	}
	.wp-google-reviews .wp-google-review {
		width: 100% !important;
	}
}

.wp-profile-box ,.c-meta__item--author {
	display: none;	
}
.input-end_wrapper {
	margin-left: 10px;
}
@media screen and (max-width: 768px) {
	.input-end_wrapper {
	margin-left: 0px;
	}
	.sms-send {
		margin-top: 10px;
	}
}

@media screen and (max-width: 768px) {
	.sp-centerBtn {
		display: block;
		text-align: center;
	}
	.sp-centerBtn > span > a {
		display: block;
	}
	.search-btn, .sms-send, .questionnairePage {
		width: 80%;
		height: 2.5rem;
		margin-top: 20px;
	}
}

/*------------------------------------------------------
Main
------------------------------------------------------*/

.search-btn {
	margin: 0 10px;	
	
}
.table-form {
	display: flex;
	
}

@media screen and (max-width: 640px) {
  .search-btn {
	  margin: 0;
	}
  .table-form {
    flex-direction: column;
	gap: 10px;
   }
 }

/*---------------------------------------*/
.c-entry__body > .c-entry__content > table {
	margin-top: 0;
}

.request-title {
	color: #225B88;
}

/* グーグルマップを横いっぱいにする */
.google-maps {
position: relative;
padding-bottom: 20%; // これが縦横比
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.google-review >a > .smb-btn__label {
	padding: 0.5rem 1.5rem;
}
.google-review >a {
	border-radius: 10px;
}

.page-id-304 .c-entry__header {
	display: none;
}

/*　Thanksページ　*/
.thanks-title {
	font-size: 1.3rem;
	padding: 18px 0;
}
.thanks-text {
	line-height: 2rem;
}

@media (max-width: 1024px){
	.thanks-title {
		text-align: center;
	}
	.thanks-text {
		text-align: center;
		width: 83%;
	}
	.close-btn {
	text-align: center;		
	}
}
.thanks-partition {
	margin-top: 65px !important;
}

.googlemap-btn__wrapper {
	text-align: center;
}
.googlemap-btn {
	background-color: #1e73be;
	color: white;
	padding: 10px 45px;
	border-radius: 10px;
	box-shadow: 5px 5px #1d4e75;
}


/* header
======================================================*/
/*# sourceMappingURL=mystyle.css.map */