@charset "UTF-8";


html {
  font-size: 100%;
  /* スムーズスクロール */
  scroll-behavior: smooth;
}

body {
  background: #f9f9f9;
  color: #333333;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica,"Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";
  font-size: 15px;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
  margin: 0px;
  padding: 0px;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}

.wrapper {
  max-width: 750px;
  /* width: 100%; */
  margin: 0 auto;
}
.container {
  max-width: 750px;
  background-color: #fff;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  margin: 0 auto;
}


a {
  color: #fff;
  text-decoration: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}
.bg_gray {
  background-color: #eeeeee;
}
.bg_yellow {
  background-color: #fffbe6;
}
.bg_blue {
  background-color: #0067af;
}
.white {
  color: #fff;
}
.offwhite {
  color: #666666;
}
.red {
  color: #d62b2b;
}
/*ヘッダー
-------------------------------------*/
header {
  width: 100%;
  box-shadow: 0px 4px 12.87px 0.13px rgba(103, 103, 103, 0.17);
  z-index: 80;
  align-items: center;
  display: flex;
  background-color: #ffffff;

}

.header_inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

/*fv
-------------------------------------*/
.fv p {
  color: #fff;
  background-color: #f77415;
  text-align: center;
  font-size: 2em;
  font-style: italic;
  margin: 0;
}
.fv {
  background-color: #fff;
  text-align: center;
  background-image: url(/business/template/images/fv_bg.webp);
  background-repeat: repeat-x;
  background-position: center top 51px;
  background-size: 1920px 979px;
}
.fv_inner {
  margin-top: 46px;
  /* padding-bottom: 20px; */
}
/* 日付入りバナー */
.banner {
  position: relative;
  text-align: center;
}
.banner_inner {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
h2 {
  position: relative;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  border: none;
}
.year, .month, .day {
  font-size: 1.5em;
}

/*cta
-------------------------------------*/

.floatbtn {
  display: none;
}
.btn_inner {
  position: fixed;
  right: 0%;
  bottom: 0px;
  z-index: 80;
  display: flex;
  justify-content: space-between; /* 子要素を均等に配置 */
}

.tel, .mail {
  flex-basis: 50%; /* 各要素の基本の横幅を50%に設定 */
  flex-grow: 0; /* 要素の拡大率を0に設定 */
  flex-shrink: 0; /* 要素の縮小率を0に設定 */
  box-sizing: border-box; /* paddingやborderを含めたサイズ計算を行う */
}

/* イメージタグのサイズがコンテナにフィットするように調整 */
.tel img, .mail img {
  width: 100%; /* 親要素の横幅に合わせて画像サイズを調整 */
  height: auto; /* 画像のアスペクト比を保持 */
}

.btn a:hover img {
  position: relative;
  bottom: 3px;
  opacity: 0.9;
}
.cta {
  background-color: #fee95e;
  background-image:
   repeating-linear-gradient(-45deg,
  #fee64c, #fee64c 10px,
   transparent 0, transparent 20px);
   text-align: center;
   padding-top: 80px;
   padding-bottom: 80px;
}
.cta p {
  font-size: 24px;
}

/* form */
#form {
	margin-top: 60px;
}

.nn {
	padding: 8px;
	font-size: 16px;
	padding: 16px 10px;
	width: 400px;
	margin-left: 10px;
	background-color: #fffbe6 !important;
	border: none !important;
}

#nyuuryoku {
	width: 690px;
	border-collapse: separate;
	border-spacing: 8px;
	margin: 0 auto;
}

#nyuuryoku th {
	background-color: #eee;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #bbb;
}

#nyuuryoku td {
	width: 50%;
	padding: 1em;
	border: 1px solid #bbb;
}

.bord {
	border: 0px none !important;
	padding: 0 !important;
}

.formtxt {
	margin: 2rem;
	text-align: center;
  border: 1px solid #9b6239;
  padding: 20px;
}

.smbtn {
	border: 0px;
	text-align: center;
	width: 100%;
  height: 155px;
	background: url(../images/btn_form.png) no-repeat;
	background-position: center top;
	margin: 20px 0;
}

/*footer*/
footer {
  text-align: center;
  padding-top: 60px;
  width: 100%;
  font-size: 0.875rem;
  background-color: #003875;
  color: #fff;
}

.footer_li {
  margin-bottom: 20px;
  display: flex;
  list-style: none;
  justify-content: center;
}

.footer_li li {
  padding-left: 20px;
  padding-right: 20px;
}

.footer_li li a {
  color: #fff;
}

.footer_li li a:hover {
  color: #e8d9cd;
}

.left_border {
  border-left: 1px solid #fff;
}

.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.8em;
}



.bold {
  font-weight: bold;
}
.mt2 {
  margin-top: 2rem;
}
@media only screen and (max-width:768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .container {
    width: 100%;
    border: none;
    overflow: hidden;
  }

  img {
    max-width: 100% !important;
  }

  .pb2 {
    padding-bottom: 1rem;
  }

  .mt2 {
    margin-top: 1rem;
  }

  /* footer */
  footer {
    padding-top: 2rem;
  }

  .logo {
    height: 40px;
  }

  .footer_li {
    display: block;
    margin-bottom: 0;
  }

  .footer_li li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #fff;
  }

  .left_border {
    border-left: none;
  }

  .copyright {
    font-size: 0.75rem;
  }

  /* 日付入りバナー */
  h2 {
    font-size: 3vw;
  }
  /* cta */
.cta {
  padding: 40px 1rem;
}
/* .cta a img {
  width: 80%;
} */
.cta p {
  font-size: 1em;
}


/* form */
#form {
  padding: 0 1rem;
  margin-top: 1rem;
}

#nyuuryoku {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  margin: 0 auto;
}

.nn {
  padding: 8px;
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
  padding: 10px 10px;
}

#nyuuryoku th {
  font-size: 0.9375rem;
  width: 20%;
}

.formtxt {
	margin: 0 0 1rem 0;
	text-align: center;
  border: 1px solid #f77415;
  padding: 1rem;
  font-size: 0.9375rem;
}

.smbtn {
  background-size: contain;
  margin: 20px 0;
  height: 50px;
}
.header_inner .logo{
  width:70%;
  margin-left: 0.5rem;
  margin-right: 2.5rem;
}
.last-btn{
  margin: 0 auto;
  width: 90%;
  margin-bottom: 20px;
}
}

.last-btn{
	text-align: center;
	margin-bottom: 5%;
}
.last-btn:hover{
	position: relative;
	top: 3px;
	left: 3px;
	opacity: 0.8;
}

div#cfinside {
  width: 80%;
  margin: 0 auto 30px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

div#cfinside .my_left {
  width: 30%;
  background: #efefef;
border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

div#cfinside .my_right {
  width: 70%;
  border-bottom: 1px solid #ccc;
}

div#cfinside .input_unit {
margin:0;
width:100%;
}

div#cfinside .my_column.my_left label.required:after {
  content: '必須';
  color: #fff;
  font-size: 0.6em;
  background: #e32;
  padding: 3px 5px;
  border-radius: 3px;
  font-weight: normal;
  margin-left: 5px;
}

div#cfinside .my_left .label_frame {
  font-weight: normal!important;
  font-size: 0.9em;
  padding-left: 10px;
}

div#cfinside .my_right input {
border-radius:0;
border:none;
background: #ffffa2!important;
width:90%;
}

div#cfinside .my_right .form-text {
font-size: 0.7em;
}

div#cfinside select {
border-radius: 0;
  font-size: 0.8em;
}

@media only screen and (max-width: 768px) {

div#cfinside .my_left {
  width:93.5%;
  border-right:none;
  border-bottom: none;
  padding:10px
}

div#cfinside .my_right {
  width:93.5%;
  padding: 10px 10px 15px;
}

input[type="image"] {
  width: 100%;
  margin-bottom:10px;
}
}

/* FAQここから */
.faq{
  margin: 20px auto;
  width: 90%;
}
.faq__q,
.faq__a {
  position: relative;
  padding-left: 60px;
}

.faq__q::before,
.faq__a::before {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/* 質問文 */
.faq__q {
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 50px;
  font-size: 2vw;
  font-size: min(24px, max(16px, 2vw));
  justify-content: center;
}

/* 回答文 */
.faq__a {
  margin-bottom: 16px;
  margin-top: 50px;
  font-size: 2vw;
  font-size: min(24px, max(16px, 2vw));
  justify-content: center;
  /* margin-right: 30px; */
}

.faq__q::before {
  content: 'Q';
  color: #FFF;
  background-color: #f99c3f; /* 「Q」の文字色 */
  text-align: center;
  padding-top: 0%;
  /* vertical-align: middle!important; */
  justify-content: center;
  align-items: center;
  width: 50px; /* 正方形の一辺の長さ */
  height: 50px; /* 正方形の一辺の長さ */
  margin-right: 200px; /* ラベルとテキストの間のマージン */
  margin-bottom: 5px; /* 下に少し間を空ける */
}

.faq__a::before {
  content: 'A';
  color: #FFF;
  background-color:  #2877cc; /* 「A」の文字色 */
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50px; /* 正方形の一辺の長さ */
  height: 50px; /* 正方形の一辺の長さ */
  margin-right: 10px; /* ラベルとテキストの間のマージン */
  margin-bottom: 5px; /* 下に少し間を空ける */
}
.faq hr {
  border: none;
  border-top: 3px dashed #b1d1e8;
  margin: 20px auto;
  width: 94%;
}
.block{
  display: block;
}
.greeting{
  width: 92%;
  margin: 10px auto 50px;
  font-size: 1.6vw;
  font-size: min(22px, max(14px, 2vw));
}
.greeting .leader-photo {
  border-radius: 5px; /* 画像の角を丸める */
  max-width: 100%; /* 画像がコンテナを超えないようにする */
  height: auto; /* アスペクト比を保持 */
  float: right; /* 画像を右に */
  margin-left: 20px; /* テキストとの間隔を設定 */
  /*width: 36%;  画像の幅を固定 */
}
.mb40{
  margin-top: 20px;
}
.map.mb40 {
  padding: 0 40px 60px;
  text-align: center;
}
.mb40 h2 {
  background-color: #f77513;
  color: #fff;
  width: 100%;
  margin: 10px auto;
  font-size: 3vw;
  font-size: min(32px, max(18px, 3vw));
}
/* PCビュー用のスタイル */
@media (min-width: 768px) {
  .faq__q::before {
    font-size: 1.3em;
  }

  .faq__a::before {
    font-size: 1.3em;
  }
  .logo img {
    position: relative;
    top: 12px;
  }
}

/* スマホビュー用のスタイル */
@media (max-width: 767px) {
  .faq__q::before {
    font-size: 2em;
  }

  .faq__a::before {
    font-size: 2em;
  }
  .map.mb40 {
    padding: 20px 0 40px 0;
    text-align: center;
  }
}
/*手書きお客様の声ここから*/
.voice {
  background-color: #fffce6;
}
section.voice_tegaki{
	margin-top: 7%;
	margin-bottom: 10%;
}
section.voice_tegaki .wrap{
	margin-top: 5%;
}
.v-box{
	width: 90%;
	margin: 0 auto;
	border: 4px solid #4896d2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
    padding: 20px;
    box-shadow: 5px 5px 0 #4896d2;
    margin-bottom: 30px;
    background-color: #fff;
}
.v-box .car{
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.v-box .car img{
	margin-top: 0;
}
.v-box .inner img{
	margin-bottom: 10px;
}
.v-box .inner .face{
	font-size: 90%;
}
.v-box p.name,
.v-box p.plan{
	font-size: 80%;
}
.v-box .ttl h2{
	color: #4896d2;
    text-indent: 0rem;
    margin-left: 4rem;
    font-size:1.1em;
    font-weight: 600;
    line-height: 1.4;
    border-bottom: 2px dotted #4896d2;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: left;
}
.v-box .inner{
	display: flex;
	flex-direction: row;
}
.v-box .text{
	margin: 0;
	margin-left: 15px;
  width:70%;
}

@media only screen and (max-width:768px){
  .v-box{
		width: 90%;
    background-color: #fff;
	}
	.v-box .car img{
		 margin-top: 2vw;
	}
	.v-box .inner{
		flex-direction: column;
	}
	.v-box .inner .face{
		text-align: center;
	}
	.v-box .face p.name,
	.v-box .face p.plan{
		font-size: 90%;
		text-align: center;
	}
	.v-box p.plan{
		margin-bottom: 15px;
	}
	.v-box .text{
		margin-left: 0;
		width: 100%;
	}
}

/*手書きお客様の声ここまで*/
/* ----------------------------------- voice */
section.voice{
	margin-top: 7%;
}
section.voice .wrap{
	margin-top: 5%;
}
.v-box{
	width: 80%;
	margin: 0 auto;
	border: 4px solid #4896d2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
    padding: 20px;
    box-shadow: 5px 5px 0 #4896d2;
    margin-bottom: 30px;
    background-color: #fff;
}
.v-box .car{
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.v-box .car img{
	margin-top: 0;
}
.v-box .inner img{
	margin-bottom: 10px;
}
.v-box .inner .face{
	font-size: 90%;
}
.v-box p.name,
.v-box p.plan{
	font-size: 80%;
}
.v-box .ttl h2{
	color: #4896d2;
    text-indent: 0rem;
    margin-left: 4rem;
    font-size: 100%;
    font-weight: 600;
    line-height: 1.4;
    border-bottom: 2px dotted #4896d2;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.v-box .inner{
	display: flex;
	flex-direction: row;
}
.v-box .text{
	margin: 0;
	margin-left: 15px;
}


/* Googleレビューオリジナル */
.store-info {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.store-photo {
  width: 80px; /* 画像の幅を設定 */
  height: 80px; /* 画像の高さを設定 */
  object-fit: cover; /* 画像のサイズを調整 */
  border-radius: 50%; /* 角を丸くする */
}

.store-name{
  font-weight: bold;
}

.store-average{
  color: rgb(251, 142, 40); /* 星の色 */
  font-size: 1.2em; /* 星のサイズ */
}

.store-total{
  font-size: 0.75em;
  color:#333;
}

.store-google-logo{
  width:50%;
}

.rating-info {
  flex-grow: 1;
}

.half-star{
  width: 17.8px;
  position: relative;
  top: -2.4px;
}

/* レビューカードの基本スタイル */
.review-card {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px; /* カード間の間隔 */
}

svg {
  position: relative!important;
  width: 100px!important;
  height: 50px!important
}

.top-section {
  display: flex;
  align-items: center;
  padding: 0px;
  width: 100%;
}

/* ユーザーのアバターのスタイル */
.avatar {
  width: 50px;
  height: 50px;
  margin-right: 15px; /* アバターと情報の間隔 */
}

.info {
  flex: 1; /* 残りの幅を占める */
}

.bottom-section {
  position: relative; /* 相対位置指定 */
}

.bottom-section::-webkit-scrollbar {
  display: none; /* WebKitブラウザ用のスクロールバーを非表示に */
}

.bottom-section {
  -ms-overflow-style: none; /* IEとEdgeのスクロールバーを非表示に */
  scrollbar-width: none; /* Firefoxのスクロールバーを非表示に */
}


.author, .date, .rating {
  margin: 5px 0; /* 上下のマージンを設定 */
}

/* テキストコンテンツのスタイル */
.content {
  flex: 1;
}

/* レビュータイトル（著者名など）のスタイル */
.author {
  font-weight: bold;
  color: #154fc1!important;
}

/* レビューの評価と日付 */
.date {
  color: #666;
  font-size: 0.9em;
}

.rating {
  color: rgb(251, 142, 40); /* 星の色 */
  font-size: 1.2em; /* 星のサイズ */
}


/* レスポンシブデザイン */
@media (max-width: 600px) {
  .review-card {
      flex-direction: column;
      align-items: start;
  }

  .avatar {
      margin-bottom: 10px;
  }
}

.reviews-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* PCでは2列 */
  gap: 20px; /* カード間のギャップ */
  padding: 20px; /* コンテナのパディング */
}

.review-card {
  display: flex; /* レビューカード内の要素をフレックスボックスで配置 */
  align-items: center; /* アイテムを中央揃え */

}

.avatar {
  width: 50px;
  height: 50px;
  margin-right: 15px; /* アバターとコンテンツの間のマージン */
}

@media (max-width: 600px) {
  .reviews-container {
      grid-template-columns: 1fr; /* スマホでは1列表示 */
  }
}

.g-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 200px;
	height: 30px;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}

.g-btn a:hover {
	color: #f2f2f2;
}

.viewmoregoogle a {
	background-color: #ceb849;
	border: 1px solid #ceb849;
	border-radius: 35px;
  text-align: center;
  margin: 10px auto 30px;
}

.viewmoregoogle a:hover {
	background-color: #B99b00;
	border: 1px solid #333;
}

.viewmoregoogle a::before {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: -35px;
	transform: rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #333;
}

.viewmoregoogle a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #333;
}

.kozin{
  font-size: 60%;
}
section.kozin{
	font-size: 10pt;
	padding: 30px;
	line-height: 1.4;
	background: #efefef;
}
section.kozin a{
	color: blue;
}

.ourstaff {
  text-align: center;
}

.ourstaff img {
  display: inline-block;
}
@media only screen and (max-width:768px) {
.onlypc{
  display: none;
}
.wide80{
  margin: 0 auto 56px;
}
}
.wide80{
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
