@charset "UTF-8";
.headersearch{
	margin-top:200px;
	margin-bottom:-200px;
}
.black_bigtitle{
	font-size: 20px;
	font-weight: bold;
		color: #FFFFFF;
	background:#000;
	padding:12px 20px;
	margin-top:20px;
	margin-bottom:40px;
	clear:both;
}
.blue_steptitle{
	font-size: 20px !important;
	font-weight: bold;
		color: #FFFFFF !important;
	background:#0095E0;
	padding:18px 10px;
	margin-top:20px;
	margin-bottom:40px;
	clear:both;
}
.gray_title{
	font-size: 18px;
	font-weight: bold;
		color: #FFFFFF;
	background:#CCC;
	padding:10px 15px;
	margin-top:20px;
	margin-bottom:40px;
	clear:both;
}
.form_area{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
			border:solid 1px #333;
	padding:0px !important;

}
	.form_area .ff-el-input--content{
				padding-left:3%;
		padding-right:3%;
				margin-top:20px ;

	}
		.ff-el-input--label {
		background:#E7F7FF;
		width:100%;
		padding:5px;

}

#stepform{
	margin-top:150px;
}

.base_article .kaitoritable  {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:20px;
	margin-bottom:20px;
	max-width:1000px !important;
}

@media screen and (max-width: 768px) {
	
	.raiten_yoyaku_form_wrap {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
		margin-bottom: 30px;
	}	
	
#booking-form .base_article .kaitoritable, .daycalendar table  {
	width: 100%;
}	
	
	#booking-form .kaitoritable td textarea {
		width: 100%;
	}
	
	#booking-form .kaitoritable .content-text {
		width: 100%;
	}
	
	#booking-form .kaitoritable #client-adult {
		width: 50px;
		height: auto;
	}
	
.fluentform	.ff-custom_html　.blue_steptitle{
			font-size: 14px !important;
	font-weight: bold;
		color: #FFFFFF !important;
		
	}
	.form_area{
		width:100%;

		padding:10px 0px
}


	}



/* ==============================================
   HEADER BANNER SWITCH (PC / SP 切り替え)
============================================== */
.pc-banner {
  display: block;   /* PCバナーは最初に表示 */
}
.sp-banner {
  display: none;    /* スマホバナーは最初に非表示 */
}


.base_article{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
			margin-top:150px;
}
/* ==============================================
   BLACK TITLE SECTION (共通クラス)
============================================== */
.green-title-section {
  max-width: 1200px; 
  background-color: #00b900;
  margin: 2rem auto;
  padding: 1rem 2rem;
}
.black-title-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left; /* PCでは左寄せ */
}
.black-title {
  color: #fff;
  font-size: 1.8rem;
  margin: 0;
}
.black-title-section {
  max-width: 1200px; 
  background-color: #000;
  margin: 2rem auto;
  padding: 0.7rem 2rem;
}

@media screen and (max-width: 767px) {
	.black-title-section {
  max-width: 1200px; 
  background-color: #000;
  margin: 2rem auto;
  padding: 0.7rem 2rem;
}
}

.reserve_section .black-title-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left; /* PCでは左寄せ */
}
.black-title {
  color: #fff;
  font-size: 1.88rem;
  margin: 0;
}
.base_article h2{
	font-weight:bold !important;
	font-size:160% !important;
}
.base_article h3{
	font-weight:bold !important;
	font-size:140% !important;
}



/* ==============================================
   HEADER BANNER
============================================== */
.header-banner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.header-banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ==============================================
   COMMON SECTION STYLES
============================================== */
.section-header {
  margin-bottom: 2rem;
}
.section-title {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.section-subtitle {
  font-size: 1rem;
  color: #666;
}
.title-white {
  color: #fff;
}
.section-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}
.section-info-box {
  background-color: #EAF7FF;
  padding: 1rem;
  margin-bottom: 1rem;
}
.section-info-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #007bff;
}

/* ==============================================
   TITLE BAND (黒背景タイトル帯)
============================================== */
.title-band {
  background-color: #000;
  padding: 20px;
  text-align: left;
}
.title-band-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ==============================================
   SECTION ZERO (買取サロン来店予約)
============================================== */
.section-zero {
  margin: 0;
  padding: 0;
}
.section-zero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}
.section-zero-text {
  flex: 1 1 50%;
  min-width: 300px;
}
.section-zero-text h3 {
  font-size: 1.5rem;
  margin-bottom: 16px;
}
.section-zero-text p {
  margin-bottom: 16px;
  line-height: 1.8;
}
.section-zero-img {
  flex: 1 1 45%;
  min-width: 300px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.section-zero-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* ==============================================
   CTA SECTION
============================================== */
/*初期値
.section-cta {
  margin: 0;
  padding: 80px 20px;
  background: url('https://www.kaitori-ginza.com/image/cta_background.png') no-repeat center/cover;
  position: relative;
  color: #fff;
}*/

.section-cta {
  margin: 0 auto; /* 中央揃え */
  padding: 80px 20px;
  background: url('https://www.kaitori-ginza.com/image/cta_background.png') no-repeat center/cover;
  position: relative;
  color: #fff;
  width: 1200px; /* 横幅を固定 */
  max-width: 100%; /* 画面幅より大きくならないよう制限 */
  box-sizing: border-box; /* パディング込みで幅を管理 */
}

.section-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* 左テキスト部分 */
.section-cta-text-block {
  width: 100%;
  max-width: 600px;
  margin-left: -500px; /* PC用に大きく左寄せ */
  margin-bottom: 30px;
  text-align: left;
}
/* ボタンコンテナ */
.section-cta-button {
  width: 100%;
  max-width: 500px;
  text-align: center;
}
/* 1行目（高価買取！無料査定！） */
.cta-line-1 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 12px;
  line-height: 1.2;
}
.line-offset-0 {
  margin-left: -10px;
}
/* 2行目（即日現金でお支払い！） */
.cta-line-2 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.2;
}
.line-offset-1 {
  margin-left: 10px;
}
/* 下線の疑似要素 */
.cta-line-1::after,
.cta-line-2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #c07234;
  z-index: -1;
}
/* CTAボタン共通 */
.btn-cta {
  display: block;
  margin: 20px auto 0;
  background-color: #00b900;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 1rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.btn-cta:hover {
  background-color: #00b900;
}
/* "1分" の数字を大きく */
.cta-btn-time {
  font-size: 1.4rem;
  font-weight: bold;
}

/* ==============================================
   STORE SECTION (買取査定店舗)
============================================== */
.store-section {
  background-color: #fff;
  padding: 40px 0;
  color: #333;
}
.store-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.store-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background-color: #000; /* 黒背景 */
  color: #fff;            /* テキスト白 */
  margin-bottom: 30px;
  padding: 20px;
}
.store-box:last-child {
  margin-bottom: 0;
}
.black-section-text,
.store-text {
  flex: 1 1 50%;
  min-width: 280px;
}
.black-section-img,
.store-img {
  flex: 1 1 40%;
  min-width: 280px;
  display: flex;
  align-items: center;
}
.black-section-text h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.black-section-text p {
  margin-bottom: 16px;
  line-height: 1.8;
}
.black-section-img img,
.store-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.button-group {
    display: flex;
    flex-direction: column;  /* 縦並び */
    align-items: center;  /* ボタンを中央揃え */
    gap: 20px;  /* ボタン間の間隔 */
	margin-top:30px;
}

.storebutton {
    display: flex;  /* フレックスボックスを適用 */
    align-items: center;
    justify-content: center;  /* テキストを中央揃え */
    width: 60%;  /* ボタンの幅（全体の60%） */
    min-width: 300px;  /* 最小幅を設定 */
    max-width: 500px;  /* 最大幅を600pxに制限 */
    padding: 20px 10px;  /* 縦の余裕を確保 */
    font-size: 16px;

    text-decoration: none;
    border: 1px solid #333;  /* 細い枠線 */
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease;
    margin: 0 auto;  /* 中央揃え */
}

.store-button:hover {
    transform: scale(1.05);
}

/* スマホ対応（画面幅が狭いときはボタン幅を調整） */
@media screen and (max-width: 600px) {
    .storebutton {
        width: 90%;  /* スマホでは幅を広げる */
    }
}


/* ==============================================
   FEATURE SECTION (サロンの特徴)
============================================== */
.feature-section {
  padding: 3rem 1rem;
  background-color: #fafafa;
}
.feature-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
.feature-item {
  flex: 1 1 calc(33.333% - 2rem);
  min-width: 280px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  padding: 1.5rem;
  box-shadow: none;
  transition: box-shadow 0.3s;
}
.feature-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.feature-img {
  display: block;
  margin: 0 auto 2rem;
  max-width: 80px;
  height: auto;
  object-fit: cover;
}
.feature-item-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}
.feature-item-text {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 1rem;
  margin-bottom: 0;
  text-align: center;
}
.phone-link {
  color: #007bff;
  text-decoration: underline;
}
.phone-link:hover {
  color: #0056b3;
}

/* ==============================================
   SECTION OTHERS (○ご用意いただくもの 等)
============================================== */
.section-file {
  margin: 2rem 0;
}
.common-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-container {
  margin: 2rem 0;
  padding: 0 1rem;
}

/* ==============================================
   CTA SECTION 2 (追加入り)
============================================== */
.section-cta2 {
  margin: 0;
  padding: 40px 20px;
  background: url('https://www.kaitori-ginza.com/image/cta_background.png') no-repeat center/cover;
  position: relative;
  color: #fff;
}
.section-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.section-cta-text h3 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.section-cta-text .btn-cta {
  margin-top: 1rem;
}

/* ==============================================
   CONTACT SECTION
============================================== */
.contact-section {
  padding: 3rem 1rem;
}
.contact-form {
  max-width: 600px;
  margin: 0 auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  display: block;
  margin-bottom: 0.5rem;
}
.form-group span {
  color: red;
  margin-left: 0.2rem;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}

/* ==============================================
   RESPONSIVE (max-width:768px)
============================================== */
@media screen and (max-width: 768px) {
.base_article{
	max-width:100%;
			margin-top:80px;
	}

	
  /* PCバナー→非表示 / SPバナー→表示 */
  .pc-banner {
    display: none;
  }
  .sp-banner {
    display: block;
  }


  .header-banner {
    margin: 1rem auto;
    max-width: 100%;
  }

  /* 黒背景タイトルをスマホ時に中央寄せ */
  .black-title {
    text-align: center;
  }

  /* 買取サロン来店予約セクション */
  .section-zero-inner {
    flex-direction: column;
    padding: 20px 1rem;
  }
  .section-zero-text,
  .section-zero-img {
    flex: 1 1 auto;
    min-width: auto;
    margin-bottom: 1rem;
    justify-content: center;
  }
  .section-zero-img {
    display: none; /* スマホ時、右画像を非表示 */
  }

  /* CTAセクション */
  .section-cta {
    padding: 40px 1rem;
  }
  .section-cta-inner {
    align-items: center;
  }
  .section-cta-text-block {
    margin-left: 0;   /* PC時 -500pxをリセット */
    max-width: 100%;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .cta-line-1,
  .cta-line-2 {
    font-size: 2rem; /* 見出し文字を縮小 */
  }



  .btn-cta {
    display: block;
    margin: 20px auto 0;
    background-color: #00b900;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 1rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s;

    /*
    background-color: #007bff;  スマホだけ色変更 
    font-size: 1.4rem;
    border-radius: 8px;
    */

  }
/*スマホ用ctaボタンのデザイン*/

  .btn-cta-sp {

    display: block;
    margin:  auto 0;
    background-color: #00b900;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s;
    width: 90%;
    height: auto;

    /*
    background-color: #007bff;  スマホだけ色変更 
    font-size: 1.4rem;
    border-radius: 8px;
    */
  }


  .btn-cta:hover {
    background-color: #00b900;
  }

  /* 買取査定店舗 */
  .store-section {
    padding: 20px 0;
  }
  .store-box {
    flex-direction: column;
    padding: 1rem;
  }
  .black-section-text,
  .black-section-img {
    flex: 1 1 auto;
    min-width: auto;
    margin-bottom: 1rem;
  }

  /* サロンの特徴 */
  .feature-container {
    flex-direction: column;
    align-items: center;
  }
  .feature-item {
    flex: 1 1 100%;
    max-width: 380px;
    /*margin: 0 auto 1.5rem;*/
  }
  .feature-img {
    max-width: 60px;
    margin-bottom: 1rem;
  }
  .feature-item-title {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .feature-item-text {
    font-size: 0.9rem;
  }

  /* その他セクションの余白など */
  .section-info-box {
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
  .section-info-title {
    font-size: 1rem;
  }

	.kaitoritable th{
		width:100px !important;
		padding:10px;
	}
	.kaitoritable input{
		height:30px;
	}
}
/* 修正後CSS 1/15 */


/* スマホ表示のみ中央揃え html 35*/
@media screen and (max-width: 768px) {
  .responsive-center {
      text-align: center;
  }
}


/* 初期状態で非表示 */
.mobile-only {
  display: none;
}

/* スマホ画面で表示 */
@media screen and (max-width: 768px) {
  .mobile-only {
      display: block;
  }

  .mobile-only img {
      max-width: 80%;
      height: auto;
      margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
	.reserve_section .mobile-only {
      display: block;
      text-align: center; /* 画像を中央揃え */
  }

  .reserve_section .mobile-only img {
      max-width: 50%;
      height: auto;
      margin: 0 auto;
  }
}

/*スマホ専用ctaスペース*/


/* 初期状態で非表示 */
.mobile-only-cta {
  display: none;
}


/* スマホ画面で表示 */
@media screen and (max-width: 768px) {
  .mobile-only-cta{
      display: block;
      text-align: center; /* 画像を中央揃え */
  }

  .mobile-only-cta img {
      max-width: 100%;
      height: auto;
      margin: 0 auto;
  }
}

/*PC専用ctaスペース*/


/* 初期状態では表示 */
.pc-only {
  display: block;
}

/* スマホ画面で非表示 */
@media screen and (max-width: 768px) {
  .pc-only {
      display: none;
  }
}

	/* ボタン画像のスタイル */
.store-button {
  text-align: center; /* ボタンを中央揃え */
  margin-top: 20px; /* 上に余白 */
  margin-left: 30%
}

.store-button .button-img {
  max-width: 100%; /* 画像の横幅を親要素に収める */
  height: auto; /* 縦横比を維持 */
  display: inline-block;
  transition: opacity 0.3s ease; /* ホバー時のエフェクト */
}

/* ホバー時の画像エフェクト */
.store-button .button-img:hover {
  opacity: 0.8; /* 画像を少し透明にしてホバー感を演出 */
}
/* ボタン画像のスタイル */
.store-button_sp {
  text-align: center; /* ボタンを中央揃え */
  margin-top: 30px; /* 上に余白 */
}

.store-button_sp .button-img_sp {
  max-width: 100%; /* 画像の横幅を親要素に収める */
  height: auto; /* 縦横比を維持 */
  display: inline-block;
  transition: opacity 0.3s ease; /* ホバー時のエフェクト */
}

/* ホバー時の画像エフェクト */
.store-button_sp .button-img_sp:hover {
  opacity: 0.8; /* 画像を少し透明にしてホバー感を演出 */
}


.mobile-only-cta {
  position: relative;
  text-align: center;
}

.cta-image {
  width: 100%; /* 画像の幅を親要素に合わせる */
  height: auto; /* アスペクト比を保持 */
}

.section-cta-button {
  position: absolute;
  bottom: 15px; /* 画像の下側からの余白調整 */
  left: 50%;
  transform: translateX(-50%); /* 中央揃え */
  text-align: center;
}

.btn-cta-sp {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}

.mobile-only-salon {
  display: none;
}


/*スマホ表示　テキスト*/
.mobile-only-text {
  position: relative;
}

/* 初期状態で非表示 */
.mobile-only-text {
  display: none;
}


/* スマホ画面で表示 */
@media screen and (max-width: 768px) {
  .mobile-only-text{
      display: block;
  }

  .mobile-only-text img {
      max-width: 100%;
      height: auto;
      margin: 0 auto;
  }
	.mobile-only-salon{
      display: block;
  }

  .mobile-only-salon img {
      max-width: 100%;
      height: auto;
      margin: 0 auto;
  }
}

/* デフォルトでは改行しない */
.smart-break {
  display: none;
}

/* スマホ表示時に改行を適用 */
@media screen and (max-width: 768px) {
  .smart-break {
      display: inline; /* 改行を表示 */
  }
}

/*スマホで簡単LINE査定の部分のPCとスマホの文章の表示設定--------------------------*/


/*PC設定*/
.center-content {
  margin: 0 auto;
  width: 60%; /* 横幅を調整して中央揃え */
  text-align: left; /* テキストの開始位置を左揃え */
}

/*スマホ設定*/
.left-aligned {
  text-align: left; /* 全体を左揃え */
  max-width: 100%; /* 要素の幅を調整 */
  word-wrap: break-word; /* 長い単語を折り返す */
  padding-left: 10px; 
  padding-right: 10px;
}

/*スマホで簡単LINE査定の部分のPCとスマホの画像の表示設定--------------------------*/

.image-container {
  display: flex;
  justify-content: center; /* 水平方向に中央揃え */
  align-items: center; /* 垂直方向に中央揃え */
}

.image-container img {
  display: block;
  max-width: 100%; /* 必要に応じて画像サイズを調整 */
  height: auto;
}

/* 親要素のスタイル */
.vertical-center {
  display: flex; /* Flexboxを適用 */
  flex-direction: column; /* 要素を縦に並べる */
  justify-content: center; /* 縦方向の中央揃え */
  align-items: center; /* 横方向の中央揃え */
}

/* 画像のスタイル（任意） */
.vertical-center img {
  max-width: 90%; /* 画像の横幅を調整 */
  height: auto; /* アスペクト比を保持 */
  margin-bottom: 30px;
}

.bggreen_pc {
  background: #eafbea;
  max-width: 1200px; /* 背景の幅を設定 */
  margin: 0 auto; /* 左右中央揃え */
  padding: 20px; /* 内側余白 */
  box-sizing: border-box; /* 幅計算を調整 */
}


/*スマホのみ　フッター部分CTAボタン*/
/* デフォルトで非表示 */
.sticky-button {
  display: none; /* スマホ以外では非表示 */
}

/* スマホでのみ表示 */
@media screen and (max-width: 767px) {
  .sticky-button {
      display: flex; /* フレックスボックスで配置 */
      justify-content: center; /* 水平方向中央揃え */
      align-items: center; /* 垂直方向中央揃え */
      position: fixed; /* 画面下部に固定 */
      bottom: 0;
      left: 0;
      width: 100%; /* 横幅を全体に */
      padding: 10px 0; /* 上下の余白 */
      background-color: rgba(227, 227, 227, 0.8); /* 白に近い半透明 */
      z-index: 1000; /* 最前面に表示 */
  }

  .sticky-button img {
      max-width: 100%; /* ボタン画像の幅を調整 */
      height: auto; /* 高さを自動調整 */
      display: block; /* 余分なスペースを防ぐ */
      margin: 0 auto; /* 画像を中央に配置 */
  }

  .sticky-button a {
      text-decoration: none; /* 下線を削除 */
  }
}

/*予約フォームのCSSをこちらに移動--------------------------*/


/* 月間予約カレンダー */
.monthly-calendar {
	clear: both;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 767px) {
	.monthly-calendar {
	padding: 0 10px;
		box-sizing: border-box;
}
}

.monthly-calendar table {
	width: 100%;
	margin-bottom:30px;
	margin-top:30px;
}

.monthly-calendar caption {
	font-size: 1.1rem;
	text-align: center;
}

.monthly-calendar th {
	font-size: 1.1rem;
	font-weight: bold;
}

.week-title.sun,
.day-box.sun .day-number {
	color: #ff6347;
}

.week-title.sat,
.day-box.sat .day-number {
	color: #4169e1;
}

.day-box.holiday .day-number {
	color: #ff6347;
}

.calendar-mark .calendar-daylink:link{
	background:#1385B1; 
	color:#FFFFFF;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	border-radius: 5px;
}
.calendar-mark .calendar-daylink:visited{
	background:#1385B1; 
	color:#FFFFFF;
	width:80%;
	border-radius: 5px;	
}
.calendar-mark .calendar-daylink:hover{
	background:#1385B1; 
	color:#FFFFFF;
}
.monthly-prev-next .monthly-next a:link{
	background:#1385B1; 
	color:#FFFFFF !important;
		border-radius: 5px;	
	padding:10px 20px;
	text-decoration:none !important;
}
.monthly-prev-next .monthly-next a:visited{
	background:#1385B1; 
	color:#FFFFFF !important;
		border-radius: 5px;	
		padding:10px 20px;
	text-decoration:none !important;
}
.monthly-prev-next .monthly-prev a:link{
	background:#1385B1; 
	color:#FFFFFF !important;
	border-radius: 5px;	
	padding:10px 20px;
	text-decoration:none !important;
}
.monthly-prev-next .monthly-prev a:visited{
	background:#1385B1; 
	color:#FFFFFF !important;
		border-radius: 5px;	
		padding:10px 20px;
	text-decoration:none !important;
}
.monthly-calendar th,
.monthly-calendar td {
	text-align: center;
	
}

.monthly-calendar td {
	padding:10px 0;
}

.day-box.no-day {
	background-color: #f0f0f0;
}

.day-box.today {
	background-color: #ffffe0;
}

a.calendar-daylink {
	display: block;
}

.monthly-prev {
	float: left;
}

.monthly-next {
	float: right;
	margin-right: 1rem;
}



/* 指定日予約状況表示 */
.calendar-mark{
	text-align:center;
	font-size:18px !important;
	font-weight:bold !important ;
}
.booking-timelink:link{
	background:#1385B1; 
	color:#FFFFFF;
	width:40%;
		font-size:18px !important;
	font-weight:bold !important ;
	margin-left:auto;
	margin-right:auto;
	border-radius: 5px;
}
.booking-timelink:visited{
	background:#1385B1; 
	color:#FFFFFF;
		font-size:18px !important;
	font-weight:bold !important ;
	width:80%;
	border-radius: 5px;	
}
.booking-timelink:hover{
	background:#1385B1; 
		font-size:18px !important;
	font-weight:bold !important ;
	color:#FFFFFF;
}

.daycalendar p{
	font-size:18px;
}

 .daycalendar table {
	 margin-left:auto;
	 	 margin-right:auto;
	 max-width:400px;
}

.daycalendar th,
.daycalendar td {
	text-align: center !important;
	vertical-align: middle;
}
.daycalendar th{
	width:15%;
}
.daycalendar td{
		width:60%;
}
.daycalendar  th,
.daycalendar  td{
   padding:15px;
	border:1px solid #d2d2d2;;
	margin:0 !important;
	
}
.daycalendar th{
	width:350px;
  	background: #F0F0F0;
	font-weight:normal;
	text-align:right;
}



a.booking-timelink {
	display: block;
}

/* 予約フォーム */


.kaitoritable  th,
.kaitoritable  td{
   padding:15px;
	border:1px solid #d2d2d2;;
	margin:0 !important;
}

@media screen and (max-width: 766px) {
#booking-form .kaitoritable  td{
   padding:10px;
}
}

.kaitoritable th{
	width:350px;
  	background: #F0F0F0;
	font-weight:normal;
	text-align:right;
}
.kaitoritable  td{
	text-align:left;
}
.kaitoritable  input{
	height:35px;
	width:50%;
	
}
#action-button button{
	margin-bottom:30px;
	font-size:18px;
	 border:none;
	padding:20px 100px;
	color:#FFFFFF;
	background:#1385B1; 
	font-weight:bold;
	}
#action-button button:hover{
	opacity:0.7;
	cursor : pointer;
}

.input-number {
	float: left;
	margin-right: 1rem;
	text-align: center;
}
.input-number input{
	width:30px;
}

input.right {
	text-align: right;
}

.content-form .error-message {
	clear: both;
	color: red;
}

.content-form .required {
	color: red;
}

}

/* 予約フォーム オプション表示項目 */
.content-form input.booking-option-number {
	text-align: right;
	width: 3rem;
}

.content-form label.field-item {
	margin-right: 0.4rem;
}

.content-form label.field-item input {
	margin-right: 0.15rem;
}

.content-form select {
	font-size: 1rem;
	padding: 0.1rem 0.15rem;
}

placeholder{
	color:#999999;
}
textarea{
	max-width:500px;
	}