@charset "utf-8";
html{
	overflow-x: hidden;
	scroll-behavior: smooth;/* スムーズスクロールを有効化 */
}
/* ボディ設定*/
body {
	-webkit-text-size-adjust: none;
	font-family: 'Noto Sans JP', sans-serif;
 	font-size: 18px;
	line-height: 31px;
	color: #4d4d4d;
  	text-align:left;
  	margin: 0;
  	padding: 0;
	background-color: #fff;
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl, dt, dd{
  	margin: 0;
  	padding: 0;
}

li img,dt img,dd img{
	vertical-align:bottom;
}
ol, ul {
	list-style:none;
}

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

/* リンクの色 */
a {
  color: #1a0dab; /* Google風の青 */
  text-decoration: none;
}

a:visited {
  color: #609; /* Google風の紫 */
}

a:hover {
  color: #174ea6; /* ホバー時に少し濃い青 */
  text-decoration: underline; /* 下線つき */
}

a:active {
  color: #d93025; /* クリック時は赤系 */
}

/*Clearfix*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}

/*全体の枠
---------------------------------------------------------------------------*/
#wrapper{
	width:100%;
}
img {
	transition: 1.0s ;
}
a:hover img{
    opacity: 0.7;
}
* {
	box-sizing: border-box;
}

/*PC・スマホ切り替え*/
@media screen and (max-width: 576px) {
	.pc-only{display: none;}
}
@media screen and (min-width: 576px){
	.br-sp {display: none; }
	.sp-only{display: none;}
}

.txt-ind{
    padding-left: 1em;
    text-indent: -1em;
}

.pankuzu{
	width: 96%;
	font-size: 0.8em;
	margin: auto;
}

/*ヘッダー
---------------------------------------------------------------------------*/
#top-head{
	width: 100%;
}
#top-head h1{
	width: 100%;
	background-color: #00b59e;
	padding: 5px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

/*フッター
---------------------------------------------------------------------------*/
.fooder_box{
	width: 100%;
	background-color: #00b59e;
	padding: 5px;
	font-size: 14px;
	color: #fff;
	text-align: center;	
}
.fooder_title_box{
	margin: 5px auto 0;
	max-width: 200px;
}

/*ページトップ
---------------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top img {
	width: 60px;
	height: auto;
}
#page-top a {
	text-decoration: none;
}
#page-top a:hover {
	text-decoration: none;
}

#page-top a:hover img {
opacity:0.5;
filter:Alpha(opacity=80);
}


/*ページメニュー
---------------------------------------------------------------------------*/
.top-list-box{
	margin: 100px auto;
	max-width: 600px;
	text-align: center;
}
.top-list-box h2{
	font-size: 40px;
	margin: 0px 0 50px;
}
.top-list-text-box{
	margin-bottom: 50px;
}
.top-btn-box {
	display: flex;
	justify-content: center; /* 横中央 */
}
.top-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px; /* ボタン同士の間隔 */
  width: 300px; /* 幅を揃える */
}
.top-btn-wrap a{
	color: #fff!important;
}
.top-btn {
  display: block;
  padding: 15px 20px;
  background: #007bff; /* 青色 */
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px; /* 角丸 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.top-btn:hover {
  background: #0056b3; /* 濃い青に変化 */
  transform: translateY(-3px); /* 少し浮く */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}


/*メニュー
---------------------------------------------------------------------------*/
.sec_04{
	margin: 50px auto;
	width: 100%;
}
.sec_04 h2{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.bun_p_w800{
	width: 1400px;
	margin: 0 auto 50px;
}

.image-wrapper {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* はみ出しをカットし中央寄せ */
  object-position: center; /* 中央基準 */
}

/*1110以下 1110*/
@media screen and (max-width: 1450px) {
	.bun_p_w800{
		width: 1110px;
	}
}
/*1110以下 930*/
@media all and (max-width:1200px){
	.bun_p_w800{
		width: 930px;
	}
}
/*930以下 690 文字サイズ変わる*/
@media all and (max-width:992px){
	.bun_p_w800{
		width: 690px;
	}
	.sec_04 h2{
		font-size: 30px;
	}
}
/*690以下 510*/
@media all and (max-width:768px){
	.image-wrapper {
	  height: 300px;
	}
	.bun_p_w800{
		width: 510px;
	}
	.sec_04 h2{
		font-size: 24px;
	}
	.sec_04{
		font-size: 16px;
	}
}
/*510以下 92%*/
@media all and (max-width:576px){
	.bun_p_w800{
		width: 92%;
	}
}


/*マニュアル
---------------------------------------------------------------------------*/
.container {
  width: 1400px;
  max-width: 94%;
  margin: 0 auto;
}

.manual-list {
  list-style: decimal inside; /* 順番つき */
  padding: 0;
  margin: 0;
}

.manual-item {
  display: flex;
  flex-wrap: wrap; /* レスポンシブ対応で縦に折り返し */
  align-items: flex-start; /* ← 画像を上に揃える */
  padding: 20px 0;
  border-bottom: 1px dotted #999; /* 点線下線 */
}
.no-line {
  border-bottom: none; /* 点線下線なし */
}
.manual-item img {
  width: 45%; /* 左側の画像幅 */
  max-width: 400px; /* 大きすぎないように */
  margin-right: 5%;
  height: auto;
  object-fit: contain; /* 画像を縮小して必ず全部表示 */
  background: #fff;    /* 余白が出る場合の背景色 */
}

.manual-text {
  width: 50%; /* 右側の文章幅 */
}
.manual-tab{
	color: seagreen;
}
.manual-text h3 {
  margin: 0 0 10px 0;
  font-size: 1.2em;
}

.manual-text p {
  margin: 0;
}
.manual-text li {
  counter-increment: item; /* 項目ごとにカウント */
  position: relative;
  padding-left: 30px; /* 番号の分余白 */
  margin-bottom: 10px;
}
.manual-text li::before {
  content: counter(item) ". "; /* 番号を表示 */
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
/* スマホ対応 */
@media screen and (max-width: 768px) {
  .manual-item {
    flex-direction: column;
  }
  .manual-item img, .manual-text {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
/*番号変更*/
.manual-list04 {
  list-style: none;
  counter-reset: item 3; /* ← 4にすると最初の番号は5から */
  padding: 0;
}

/*予約システム販促LP
---------------------------------------------------------------------------*/
.top-main-hero {
  background: url("../images/top-main-bg.jpg") no-repeat center center/cover;
  height: 580px;
  display: flex;
  align-items: center;
  color: #fff;
}

.top-main-inner {
  width: 1110px;
  max-width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  height: 100%;
}

.top-main-content {
  max-width: 700px;
  padding-top: 100px;
  z-index: 2;
}

.top-main-title {
  font-size: 58px;
  line-height: 58px;
  font-weight: bold;
  margin: 0 0 40px;
}

.top-main-title .highlight {
  color: #ffff00; /* 黄色 */
}

.top-main-subtitle {
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 100px;
}

.top-main-buttons {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px; /* ← 下に余白を確保 */
}
.top-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 58px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease; /* ← アニメーション追加 */
}

/* ホバー時：少しくすむ */
.top-main-btn:hover {
  opacity: 0.8;
}

.top-main-btn.primary {
  background: #fff;
  color: #2763eb;
}

.top-main-btn.secondary {
  border: 1px solid #fff;
  color: #fff;
  background: #2763eb;
}

.top-main-image {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 500px;
  height: auto;
  z-index: 1;
}

/* スマホ・タブレット用：文字＋ボタン上、画像下 */
@media all and (max-width: 992px) {
  .top-main-hero {
    height: auto;
    padding: 40px 0 0;
  }

  .top-main-inner {
    display: flex;
    flex-direction: column; /* 縦並び */
    align-items: center;
    text-align: center;
    height: auto;
  }

  .top-main-content {
    order: 1; /* 上に表示 */
    padding-top: 0;
    margin-bottom: 0px;
  }

  .top-main-image {
    order: 2; /* 下に表示 */
    position: static; /* 普通のフローに戻す */
    width: 86%;
    max-width: 400px;
    margin: 0 auto;
  }

  .top-main-buttons {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px; /* 下余白 */
  }
	
	.top-main-title {
	  font-size: 38px;
	  line-height: 40px;
	  font-weight: bold;
	  margin: 0 0 20px;
	}
	.top-main-subtitle {
	  font-size: 18px;
	  line-height: 25px;
	  margin-bottom: 20px;
	}
	.top-main-buttons {
	  margin-bottom: 20px; /* ← 下に余白を確保 */
	}
}

/*テキスト----------------------------------------*/
.top-main-text-box{
	text-align: center;
	margin: 26px 0 60px;
}
@media all and (max-width: 768px) {
	.top-main-text-box{
		text-align: left;
		width: 80%;
		margin: 26px auto 60px;
	}
}

/*テキスト----------------------------------------*/
h2{
	color: #333333;
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 60px;
}

@media all and (max-width: 992px) {
	h2{
		color: #333333;
		font-size: 22px;
		line-height: 30px;
		text-align: center;
		margin-bottom: 30px;
	}
}
.chiisaku-h2{
	font-size: 0.7em;
}
/*免責事項----------------------------------------*/
.bnr-box{
	text-align: center;
	padding: 24px;
	background-color: #005c94;
}
.bnr-box a{
	color: #fff;
}
/* li の左右中央揃え */
.bnr-box ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

.bnr-box li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 1em;
  position: relative;
}

/* 最初の li にだけ左線 */
.bnr-box li:first-child::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

/* すべての li に右線 */
.bnr-box li::after {
  content: "";
  position: absolute;
  right: -1em;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

/* スマホ対応：縦並び＋横線 */
@media all and (max-width: 768px) {
  .bnr-box ul {
    flex-direction: column;
    gap: 0;
  }

  .bnr-box li {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .bnr-box li:first-child {
    border-top: none;
  }

  .bnr-box li:last-child {
    border-bottom: none;
  }

  /* 縦線は消す */
  .bnr-box li::before,
  .bnr-box li::after {
    content: none;
  }
	.bnr-box li:first-child::before {
    content: none;
	}
}



/*セクション----------------------------------------*/
.top-section-white{
	background-color: #fff;
	padding: 80px 0;
}
.top-section-color{
	background-color: #f3f4f6;
	padding: 80px 0;
}
.top-section-image{
	background-image: url("../images/bg-yorokobi.jpg");
	padding: 80px 0;
}
.main-w-box{
	width: 1110px;
	margin: auto;
}
/*1110以下 930*/
@media all and (max-width:1200px){
	.main-w-box{
		width: 930px;
	}
}
/*930以下 690 文字サイズ変わる*/
@media all and (max-width:992px){
	.main-w-box{
		width: 690px;
	}
}
/*690以下 510*/
@media all and (max-width:768px){
	.main-w-box{
		width: 92%;
	}
}



/*faq----------------------------------------*/

/* FAQアイテム */
.top-faq-item {
  margin-bottom: 40px; /* Q&A間の余白 */
}

/* Q部分 */
.top-faq-q {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.top-faq-q-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #2763eb;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 1ch; /* 文字1文字分空ける */
}

.top-faq-q-text {
  font-size: 18px;
  color: #000;
}

/* A部分 */
.top-faq-a {
  background-color: #fff;
	margin-left: 56px;
  padding: 20px;
	border-radius: 5px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.top-faq-a-label {
  color: #2763eb;
  font-weight: bold;
  flex-shrink: 0;
}

.top-faq-a-text {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

/*おすすめ----------------------------------------*/
.top-osusume-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  justify-items: center;
	width: 98%;
	margin: auto;
}

.top-osusume-item img {
  width: 100%;
  max-width: 350px;
  height: auto;
}
.top-osusume-item p {
	text-align: center;
    font-size: 20px;
}

/* 576px 以下：スマホ用 */
@media all and (max-width:576px) {
  .top-osusume-grid {
    grid-template-columns: 1fr; /* 1列にする */
    justify-items: stretch;     /* 横幅いっぱいに広げる */
	width: 86%;
  }

  .top-osusume-item img {
    max-width: 100%;   /* 画像を親幅に合わせる */
    height: auto;      /* 比率維持で高さも可変 */
  }

  .top-osusume-item p {
    font-size: 18px;
  }
}

/*悩み----------------------------------------*/
.top-nayami-wrap {
  background: #f3f4f6;
	width: 100%;
}

.top-nayami-triangle {
  background: url("../images/nayami01.webp") no-repeat top center;
  background-size: 600px 125px;
  padding-top: 60px; /* 三角の高さ分 */
	height: 125px;
}
.top-nayami-content {
  width: 930px;
  max-width: 92%;
	height: 500px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-nayami-list {
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
  z-index: 1;
}
.top-nayami-list li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  text-align: left;
}
.top-nayami-icon {
  width: 40px;
  height: 30px;
  margin-right: 16px;
}
/* 右側人物画像 */
.top-nayami-image {
	position: absolute;
  right: 0;
  top: 0;
}

.top-nayami-image img {
  width: 400px;
  height: 500px;
  object-fit: cover;
}

/* 青帯 */
.top-nayami-solution {
  background: #2763eb;
  color: #fff;
  font-size: 28px;
	text-align: center;
  font-weight: bold;
  height: 62px;
  line-height: 62px;
  position: relative;
}

.top-nayami-solution p {
  margin: 0;
}

.top-nayami-line {
  width: 3px;
  height: 76px;
  background: #ffcc00;
  position: absolute;
  top: -10px;
}

.top-nayami-line.left {
  left: calc(50% - 240px);
  transform: skewX(20deg);
}

.top-nayami-line.right {
  right: calc(50% - 240px);
  transform: skewX(-20deg);
}

@media all and (max-width:1200px) {
  .top-nayami-content { width: 930px; }  
  .top-nayami-image {
    position: relative;
  }
	.top-nayami-image img {
	  max-width: 400px;
	  height: auto;
	}
}

.top-nayami-list {
  margin: 20px 0 0;
}

/* 768px以下 → 横幅510px */
@media all and (max-width:768px) {
  .top-nayami-content {
    width: 92%;
    flex-direction: column;
    align-items: center;
  }

  .top-nayami-image {
    position: relative;
    margin-top: 20px;
	  height: auto;
  }
	.top-nayami-image img {
  width: auto;
  height: 400px;
  display: block;
	}
	.top-nayami-solution {
  margin-top: 190px;
	  font-size: 20px;
	  height: 40px;
	  line-height: 40px;
	  position: relative;
	}
	.top-nayami-line {
	  width: 3px;
	  height: 50px;
	  background: #ffcc00;
	  position: absolute;
	  top: -10px;
	}
	.top-nayami-line.left {
	  left: calc(50% - 160px);
	  transform: skewX(20deg);
	}
	.top-nayami-line.right {
	  right: calc(50% - 160px);
	  transform: skewX(-20deg);
	}
}
@media all and (max-width:576px){
	.top-nayami-solution {
  margin-top: 340px;
	}
}

/*革新----------------------------------------*/

.top-kakushin-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.top-kakushin-number {
  color: #808080;
  font-size: 65px;
	font-weight: bold;
  flex-shrink: 0;
  width: 100px;
}

.top-kakushin-text {
  margin-left: 40px;
}

.top-kakushin-subtitle {
  font-size: 24px;
  color: #2763eb;
  margin-bottom: 26px;
}

.top-kakushin-description {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.top-kakushin-divider {
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 40px 0;
}

/* 992px以下 → 690px + 文字調整 */
@media all and (max-width:992px) {
	.top-kakushin-number {
	  font-size: 40px;
	  width: 70px;
	}
  .top-kakushin-subtitle { font-size: 22px; }
  .top-kakushin-description { font-size: 16px; }
}

/* 768px以下 → 510px */
@media all and (max-width:768px) {
  .top-kakushin-number { margin-bottom: 10px; }
  .top-kakushin-text { margin-left: 0; }
}

/*喜びの声----------------------------------------*/
.top-yorokobi-container {
display: flex;
justify-content: center; /* 中央揃え */
flex-wrap: wrap;
gap: 30px; /* アイテム間の余白 */
}

.top-yorokobi-box {
  background: #fff;
  max-width: 350px;
	height: auto;
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.top-yorokobi-box-title {
  font-size: 24px;
  margin-bottom: 16px;
}

.top-yorokobi-box-line {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 16px;
}

.top-yorokobi-box-image {
  width: 200px;
  height: 160px;
  object-fit: cover;
  margin: 0 auto 36px;
  display: block;
}

.top-yorokobi-box-text {
	text-align: left;
  color: #333;
}

/* 992px以下 → 690px + 文字調整 */
@media all and (max-width:992px) {
  .top-yorokobi-box-title { font-size: 22px; }
  .top-yorokobi-box-text { font-size: 16px; }
}

/* 768px以下 → 510px + 縦並び */
@media all and (max-width:768px) {
  .top-yorokobi-container { flex-direction: column; align-items: center; }
  .top-yorokobi-box { width: 100%; max-width: 350px; }
}

/*プラン----------------------------------------*/

/* 横スクロール用ラッパー */
.top-plan-table-wrapper {
  overflow-x: auto;
}

/* 表全体 */
.top-plan-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px; /* スマホで横スクロールする幅 */
}

/* ヘッダ行 */
.top-plan-table thead th {
  background: #2763eb;
  color: #fff;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000;
  padding: 10px;
}

/* 太字部分 */
.top-plan-bold {
  font-weight: bold;
  font-size: 36px;
}

/* 本文セル */
.top-plan-table td {
  border: 1px solid #000;
  text-align: center;
  padding: 20px 10px;
  background: #fff;
  vertical-align: middle;
}
.naraberu-left{
	text-align: left!important;
}
/* 大きい数字 */
.top-plan-large {
  font-size: 28px;
  font-weight: bold;
}

/* 992px以下 → 690px + 文字調整 */
@media all and (max-width:992px) {
  .top-plan-table thead th { font-size: 16px; }
}

/* 768px以下 → 510px */
@media all and (max-width:768px) {
  .top-plan-table thead th { font-size: 16px; }
  .top-plan-table td { font-size: 16px; }
}

/* 576px以下 → 92% */
@media all and (max-width:576px) {
  .top-plan-table thead th { font-size: 16px; }
  .top-plan-table td { font-size: 16px; }
}

/*hajimeru----------------------------------------*/
.top-hajimeru-wrap {
  width: 100%;
  background: url("../images/top-main-bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 90px 0;
  text-align: center;
  box-sizing: border-box;
}

.top-hajimeru-content {
  width: 1110px;
  max-width: 92%;
  margin: 0 auto;
}

.top-hajimeru-title {
  font-size: 36px;
  color: #fff;
  margin: 0 auto 48px;
  line-height: 1.4;
}

.top-hajimeru-subtitle {
  font-size: 25px;
}

.top-hajimeru-text {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 68px;
}

.top-hajimeru-buttons {
  display: flex;
  justify-content: center; /* 横方向中央 */
  align-items: center;     /* 縦並びでも中央に */
  gap: 30px;
  flex-wrap: wrap;         /* スマホで縦並び対応 */
}

/* ボタン共通 */
.top-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 58px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.top-main-btn:hover {
  opacity: 0.8;
}

.top-main-btn.primary {
  background: #fff;
  color: #2763eb;
}

.top-main-btn.secondary {
  border: 1px solid #fff;
  color: #fff;
  background: #2763eb;
}

@media all and (max-width:1200px) {
  .top-hajimeru-content { width: 930px; }
}

/* 992px以下 → 690px + 文字調整 */
@media all and (max-width:992px) {
  .top-hajimeru-content { width: 690px; }
  .top-hajimeru-title { font-size: 32px; }
  .top-hajimeru-subtitle { font-size: 22px; }
  .top-hajimeru-text { 
	  font-size: 16px; 
	  text-align: left;
	}
}

/* 768px以下 → 510px */
@media all and (max-width:768px) {
  .top-hajimeru-content { width: 510px; }
  .top-hajimeru-title { font-size: 28px; }
  .top-hajimeru-subtitle { font-size: 20px; }
  .top-hajimeru-buttons {
    flex-direction: column; /* 縦並び */
    gap: 20px;
    align-items: center;    /* 縦並びでも横中央に */
  }
}

/* 576px以下 → 92% */
@media all and (max-width:576px) {
  .top-hajimeru-content { width: 92%; }
}
