@charset "UTF-8";


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

body {
  background: #f9f9f9;
  color: #242424;
  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: bottom;
  /* 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;
}
.red {
  color: #d62b2b;
}
.sankaku {
  text-align: center;
}
/*ヘッダー
-------------------------------------*/
header {
  width: 100%;
  box-shadow: 0px 4px 12.87px 0.13px rgba(103, 103, 103, 0.3);
  z-index: 100;
  align-items: center;
  display: flex;
  background-color: #ffffff;

}

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

/*fv
-------------------------------------*/

.fv {
  background-color: #fff;
  text-align: center;
  background-image: url(../images/fv_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 958px; /* 背景画像のサイズを固定 */
  width: 100%;
  height: 958px; /* 背景画像の高さを固定 */
  overflow: hidden; /* 画面幅が狭い時に左右をカット */
}

.fv_inner {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 429px;
}

.fs80 {
  font-size: 80%;
}
.target {
  color: #013476;
  font-size: 32px;
  font-weight: 600;
}
/* 日付入りバナー */
.banner {
  position: relative;
  text-align: center;
}
.banner_inner_2 {
  position: absolute;
  top: 20%;
  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: 5%;
  bottom: 20px;
  z-index: 80;
}

.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: 80px 40px;
}
.cta p {
  text-align: justify;
  font-size: 18px;
}


/*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;
}
.mb60 {
  margin-bottom: 60px;
}
.map {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.map p {
  margin-top: 20px;
}
.pb60 {
  padding-bottom: 60px;
}

/* Q&A */
.qa {
  padding: 20px 30px;
  background-image: url(../images/blue_line.webp);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 90%;
}

.q {
  font-size: 1.5rem;
  padding: 0 20px 0 50px; 
  position: relative;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  line-height: 1.5;
}

.q::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(../images/q.webp);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}

.toggle-icon {
  font-size: 1.8rem;
  font-weight: bold;
  transition: transform 0.3s ease-in-out;
  padding-left: 20px;
}

.a {
  display: none;
  margin-top: 20px;
  padding-left: 50px;
  font-size: 1.2rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.a::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(../images/a.webp);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}

.a.open {
  display: block;
}

.q.open .toggle-icon {
  transform: rotate(180deg); /* 開いたときのアイコンの回転 */
}


@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;
    height: auto;
  }

  .pb2 {
    padding-bottom: 1rem;
  }

  .mt2 {
    margin-top: 1rem;
  }

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

  .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 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{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.btn_inner {
  right: 0%;
  bottom: 0px;
  display: flex;
}
.fv {
  background-image: none;
  background-repeat: unset;
  background-position: unset;
  background-size:unset;
  padding-bottom: 0;
  position: relative;
}
.fv_inner {
  padding-top: 0;
  max-width: 100%;
}
.fv_text {
  top: 1%;
}
.city {
  border: #fff solid 2px;
  font-size: 5vw;
  margin-bottom: 5px;
  padding: 3px 1.5rem;
}
.target {
  font-size: 4vw;
}
.map iframe {
  width: 100%;
}
.map p {
  font-size: 80%;
  margin-top: 1em;
}
.map {
  margin-top: 0;
  margin-bottom: 2rem;
}
.pb60 {
  padding-bottom: 1.5rem;
}
/* Q&A */
.qa {
  padding: 0.5rem 1rem;
}

.q {
  font-size: 1rem;
  padding: 0 1rem 0 2rem; 
  
}

.q::before {
  width: 1.5rem;
  height: 1.5rem;
}

.toggle-icon {
  font-size: 1rem;
}

.a {
  display: none;
  margin-top: 0.5rem;
  padding-left: 2rem;
  font-size: 1rem;
}

.a::before {
  width: 1.5rem;
  height: 1.5rem;
}

.a.open {
  display: block;
}

.q.open .toggle-icon {
  transform: rotate(180deg); /* 開いたときのアイコンの回転 */
}
.mb60 {
  margin-bottom: 1.5rem;
}
.sankaku img {
  width: 10%;
  vertical-align: top;
}
}


/* ----------------------------------- voice */
/*手書きお客様の声ここから*/
.voice {
  background-color: #fffce6;
  padding: 5px;
  
}
section.voice_tegaki{
	margin-top: 7%;
	margin-bottom: 10%;
}
section.voice_tegaki .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;
}


/* レビューカードの基本スタイル */
.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のスクロールバーを非表示に */
  width: 100%;
}


.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; /* 星のサイズ */
}



/* 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:50%;
  margin-left: 0.5rem;
  margin-right: 2.5rem;
}
.logo img {
/*    width: 360px; */
}
      /* スマホ向けスタイル */
      @media screen and (max-width: 768px) {
.header_inner .logo{
  width:60%;
  margin-left: 0rem;
  margin-right: 2.5rem;
}
.logo img {
 /*   width: 360px;*/
}
      }

.last-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.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;
}
}

.greeting{
  width: 92%;
  margin: 10px auto;
  font-size: 2vw;
  font-size: min(24px, max(16px, 2vw));
}
.greeting .leader-photo {
  border-radius: 5px; /* 画像の角を丸める */
  max-width: 100%; /* 画像がコンテナを超えないようにする */
  height: auto; /* アスペクト比を保持 */
  float: right; /* 画像を右に */
  margin-left: 20px; /* テキストとの間隔を設定 */
  width: 36%; /* 画像の幅を固定 */
}

/* Google口コミ用CSSここから */
              /* 背景設定 */
              section#voice .container p.fk_no1 {
                top: -25px!important;
                left: 380px!important;
              }
              /* GoogleVoiceInside */
              .gvoice_top{
                border: 1px solid #ddd;
                padding: 15px;
                border-radius: 5px 5px 0 0;
                background-color: #f9f9f9;
                margin: -180px 10% -5px;
              }
              .gvoice{
                border: 1px solid #ddd;
                padding: 15px;
                border-radius: 5px;
                background-color: #f9f9f9;
                margin: 0 5%;
                height: 500px;
                overflow-y: scroll;
                overflow-x: hidden; /* 横スクロールを非表示 */
              }

              /* 店舗情報 */
              .store-info {
                  display: flex; /* フレックスボックスを使用して要素を横並びに配置 */
                  align-items: flex-start; /* 左寄せ */
                  gap: 4%; /* ロゴとテキストの間に余白を追加 */
                  border-bottom: 1px solid #333;
                  padding-bottom: 10px;
                  padding-left: 70px;
                  margin-bottom: 10px;
              }

              .store-photo {
                  width: 20%; /* ロゴの幅を指定 */
                  height: auto; /* 縦横比を維持 */
                  margin-top: 5%;
              }

              .store-info p {
                  margin: 30px 0 0; /* デフォルトの余白をリセット */
                  text-align: left; /* テキストを左寄せ */
              }

              .store-name {
                  font-size: 1.2em; /* 店名を少し大きく */
                  font-weight: bold; /* 太字にする */
              }

              .store-average {
                  font-size: 0.9em; /* 評価情報のフォントサイズを調整 */
                  color: #555; /* 少し淡い色に変更 */
              }

              .store-star {
                color: #f5a623;
              }

              /* レビューカード */
              .review-card {
                margin-top: 10px;
                margin-bottom: 20px; /* カード間のスペース */
                padding-bottom: 20px; /* 点線とコンテンツの間隔 */
                border-bottom: 1px dashed #ccc; /* 点線のスタイル */
              }

              .review-card .top-section {
                  display: flex;
                  align-items: center;
                  margin-bottom: 10px;
              }

              .review-card .avatar {
                  width: 50px;
                  height: 50px;
                  border-radius: 50%;
                  margin-right: 15px;
              }

              .review-card .info {
                  flex: 1;
                  text-align: left;
              }

              .review-card .author {
                  font-weight: bold;
                  margin: 0;
              }

              .review-card .date {
                  font-size: 0.9em;
                  color: #666;
                  margin: 0;
              }

              .review-card .bottom-section {

              }

              .review-card .rating {
                  font-size: 1.2em;
                  color: #f5a623;
                  margin: 0 0 5px;
                  text-align: left;
              }

              .review-card p {
                  margin: 0;
                  text-align: left;
              }

              .review-card:last-child {
                  border-bottom: none; /* 最後のカードには点線を適用しない */
              }
              /* ボタン */
              .g-btn.viewmoregoogle {
                  text-align: center;
                  margin-top: 20px;
              }

              .g-btn.viewmoregoogle a {
                  display: inline-block;
                  padding: 10px 20px;
                  background-color: #4285f4;
                  color: #fff;
                  text-decoration: none;
                  border-radius: 5px;
                  font-size: 0.9em;
              }

              .g-btn.viewmoregoogle a:hover {
                  background-color: #357ae8;
              }

      /* スマホ向けスタイル */
      @media screen and (max-width: 768px) {
              /* GoogleVoiceInside */
              .store-name {
                  font-size: 0.9em; /* 店名を少し大きく */
                  font-weight: bold; /* 太字にする */
              }
              .gvoice_top{
                margin: 0 5% -5px;
                padding: 0 15px 15px;
              }
              .gvoice{
                margin: 0 5%;
                padding: 0 15px 15px;
              }
              section#voice{
                padding-top: 20px;
              }
              h2.forsp{
                font-size: 1.7em!important;
                line-height: 1.3em!important;
              }
              section#voice h2.forsp{
                margin-bottom: 30px!important;
              }
              .store-photo{
                margin-left: 0;
                width: 40%;
              }
              .fk_no1 img {
                width: 115px!important;
              }
              section#voice .container p.fk_no1 {
                top: -5%!important;
                left: 65%!important;
              }
              .store-info{
                display: block;
              }
              .store-info p {
                  margin: 0; /* デフォルトの余白をリセット */
                  text-align: left!important; /* テキストを左寄せ */
              }
      }
  /* Google口コミ用CSSここまで */