@charset 'UTF-8';


/*==========================
　　　　　  Reset
==========================*/

body {
	color: #333;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', meiryo, 'メイリオ', 'ms pgothic', sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
}

@media print, screen and (max-width:580px){
body {
  padding-top: 100px;
}
}

body#login {
	color: #333;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', meiryo, 'メイリオ', 'ms pgothic', sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

ul  {
	margin:0;
	padding:0;
}

li {
	list-style-type: none;
}

p {
	margin:0;
	padding:0;
}

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

a:hover {
	text-decoration: none;
	color: #006cab;
}

a, img, article, input, textarea {
  text-decoration:none;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;  
  transition: .2s;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin:0;
	padding:0;
}

dl, dt, dd {
	margin:0;
	padding:0;
}


:focus {
  outline:none;
}

h1.sitename {
  position: relative;
  display: block;
  padding: 20px 30px;
}

h1.sitename img{
  width: 340px;
  height: 70px;
}
@media print, screen and (max-width:580px){
 h1.sitename {
  padding: 10px 15px;
}

 h1.sitename img{
  width: 200px;
}
}

h2.heading {
  font-size: 1.6em;
  margin: 80px 0 50px;
  padding: 0.25em 0.5em;
  color: #333;
  background: transparent;
  border-left: solid 5px #0A6BAB;
}

h2.heading-c {
  font-size: 1.6em;
  margin: 80px 0 10px;
  padding: 0.25em 0.5em;
  color: #333;
  background: transparent;
  border-left: solid 5px #0A6BAB;
}

h3.heading {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 2px solid #0A6BAB;
  margin: 40px 0;
}

h3.heading::before {
  content: "";
  width: 10px;
  height: 36px;
  background: #0A6BAB;
  margin-right: 10px;
}

.txt-red {color: #f00;}

/* 共通ボタン */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;

  max-width: 300px;
  height: 50px;
  margin: 20px auto;

  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15em;

  border-radius: 40px;
  text-decoration: none;
  color: #fff;

  transition: 0.3s ease;
}

.btn-l {
  display: flex;
  justify-content: center;
  align-items: center;

  max-width: 350px;
  height: 50px;
  margin: 30px auto 80px;

  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15em;

  border-radius: 40px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease;
}

/* 青 */
.btn-blue {
  background: #006cab;
}

.btn-blue:hover {
  background: #00518a;
  color: #fff;
}

/* オレンジ */
.btn-orange {
  background: #ea5514;
}

.btn-orange:hover {
  background: #b9420e;
  color: #fff;
}

/* グレー */
.btn-gray {
  background: #999;
}

.btn-orange:hover {
  background: #b9420e;
  color: #fff;
}

/* ダークグレー */
.btn-dgray {
  background: #777;
}


/*==========================
　　　　　　Header
==========================*/

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  padding-bottom: 30px;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; 
}

.head-icon {
  display: flex;
  gap: 10px;  
  position: absolute;
  top: 20px;
  right: 100px;
}

.head-icon img{
  width: 40px;
  height: 40px;
}

.head-icon li {
  list-style: none;
  text-align: center; 
}

.head-icon a {
  display: inline-block;
}

.head-icon img {
  display: block; 
  margin: 0 auto;
}

.head-icon span.icon-name {
  display: block; 
  margin-top: 0px; 
  font-size: 12px; 
}

.head-icon li a {
  position: relative;
  display: inline-block;
}


/* 通知バッジ */
.badge {
  position: absolute;
  top: 1px;
  right: -8px;

  min-width: 18px;
  height: 18px;

  background: #e60012;
  color: #fff;
  font-size: 12px;
  font-weight: bold;

  border-radius: 999px;

  display: flex;
  align-items: center;
  justify-content: center;

}

@media print, screen and (max-width:580px){
.head-icon {
  right: 80px;
}

.head-icon img {
  width: 30px;
  height: 30px;
}

.head-icon span.icon-name {
  font-size: 10px; 
}
}

/*==========================
　　　　　  メニュー
==========================*/
/* ===== ハンバーガーボタン ===== */
.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 64px;
  text-align: center;
  cursor: pointer;
  z-index: 1001;
}

.hamburger .line {
  display: block;
  width: 36px;
  height: 4px;
  background: #333;
  margin: 5px auto;
  transition: 0.3s;
  transform-origin: center;
}

.hamburger .label {
  font-size: 14px;
  margin-top: 6px;
  letter-spacing: 1px;
}

/* × 変形 */
.hamburger.active .line:nth-of-type(1) {
  transform: translateY(9px) rotate(45deg);
}

.hamburger.active .line:nth-of-type(2) {
  transform: scaleX(0);
}

.hamburger.active .line:nth-of-type(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* ===== スライドメニュー ===== */
.slide-menu {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  height: 100%;
  background: #D3EDFB;
  transition: 0.4s ease;
  z-index: 1000;
  padding-top: 100px;
  overflow-y: auto;
}

@media screen and (max-width: 780px) {
.slide-menu {
  padding-top: 50px;
}
}
.slide-menu.active {
  right: 0;
}

.slide-menu ul {
  list-style: none;
  padding: 10px 0 10px 30px;
  box-sizing: border-box;
}

.slide-menu li {
  text-align: left;
  padding: 10px 0;
}

.slide-menu a {
  color: #333;
  text-decoration: none;
}

.slide-menu a {
  color: #333;
  text-decoration: none;
}

.slide-menu a:hover {
	text-decoration: none;
	color: #006cab;
}

.category-item {
	margin: 0;
  text-indent: 1em;
}

/*==========================
　　　　　  検索窓
==========================*/
.search-form-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 2px solid #006cab;
    border-radius: 25px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    
}

.search-form-1 input {
    width: 250px;
    height: 45px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
}

.search-form-1 input::placeholder{
    color: #777;
}

.search-form-1 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color: #006cab;
    cursor: pointer;
}

.search-form-1 button::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}


@media print, screen and (min-width:1020px){
  .search-form-1 {
    position: absolute;
    top: 20px;
    right: 300px;
    margin: 0;
}
 } 


 /*==========================
　　　　　　Contents
==========================*/

/* 全体のフレーム */
.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#contents {
  flex: 1;
}

.wrapper{
  display: block;
  width: 100%;
  max-width: 1200px;
  padding: 1.0em;
  box-sizing: border-box;
  margin: 0 auto;
}

.inner{
  display: block;
  width: 100%;
  max-width: 960px;
  padding: 0 1.0em;
  box-sizing: border-box;
  margin: 0 auto;
}

/* お知らせ */
.news {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px;
}


.news-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 50px;
  max-width: 950px;
  display: block;
}

.news-list li {
  border-bottom: 1px solid #ccc;
}

.news-list a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 18px 10px;
  transition: background 0.2s;
}

.news-list a:hover {
  background: #f5f8fb;
}

.news-date {
  width: 120px;
  font-weight: bold;
  flex-shrink: 0;
}


.news-text {
  flex: 1;
  margin-right: 10px;
  line-height: 1.6;
}

.news-arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid #0A6BAB;
  border-right: 2px solid #0A6BAB;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.news-ttl{
  font-size: 1.6em;
  border-bottom: 2px solid #0A6BAB;
  padding-bottom: 5px;
  margin-bottom: 50px;
}

img.news-img{
  width: 100%;
  max-width: 700px;
  display: block;
  margin: 50px auto;
}



/* スマホ対応 */
@media (max-width: 600px) {
  .news-list a {
    padding: 14px 5px;
  }

  .news-date {
    width: 90px;
    font-size: 14px;
  }

  .news-text {
    font-size: 14px;
  }
}
/* 商品画像 */
.image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 950px;
  margin: 0 auto;
}

.image-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  max-width: 200px;
  margin: 0 auto;
}

.image-grid a {
  padding-bottom: 30px;
}

/* （768px以下で3列） */
@media screen and (max-width: 768px) {
  .image-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* （580px以下で2列） */
@media screen and (max-width: 580px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.name{
  padding-top: 5px;
  font-size: 1.1em;
}

.price{
  padding-top: 5px;
  font-size: 1.4em;
  font-weight: bold;
}

.tax{
  font-size: 0.6em;
}

.number{
  padding: 0 0 50px;
}

/* ページネーション */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
}

.page {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 44px;
  height: 44px;

  font-size: 18px;
  color: #333;

  text-decoration: none;
  border-radius: 4px;

  transition: 0.2s;
}

.page:hover {
  background: #eee;
}

.page.active {
  background: #d9f1ff;
}

.page.next {
  font-size: 28px;
  line-height: 1;
}

.item-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  text-align: center;
}

/* 画像 */
.item-image {
  margin-bottom: 40px;
}

.image-box {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

.image-box img{
  max-width: 300px;
}

/* 商品情報テーブル */
.item-table {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 15px;
  border-collapse: collapse;
}

.item-table th,
.item-table td {
  border: 1px solid #333;
  padding: 12px 16px;
  font-size: 16px;
}

.item-table thead th {
  text-align: center;
  font-size: 18px;
}

.item-table tbody th {
  width: 35%;
  text-align: center;
}

.item-table td {
  text-align: left;
}

/* 注意 */
.allergie {
  font-size: 14px;
  text-align: left;
  max-width: 720px;
  margin: 10px auto 50px;
}

/* 注文 */
.order-box {
  font-size: 18px;
}

.order-row {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.order-row select {
  width: 70px;
  height: 36px;
  font-size: 16px;
}

/* スマホ対応 */
@media screen and (max-width: 580px) {
  .image-box img{
    width: 250px;
    height: 250px;
  }

  .item-table th,
  .item-table td {
    font-size: 14px;
    padding: 10px;
  }

  .order-box {
    font-size: 16px;
  }
}

/* カートページ */
.cart-item {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #333;
  align-items: center;
  max-width: 960px;
  margin: 0 auto 30px;
}

/* カート商品画像 */
.cartitem-image img{
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

/* 情報 */
.item-info dl {
  display: grid;
  grid-template-columns: 140px 1fr;
  row-gap: 16px;
  column-gap: 20px;
  margin: 0;
}

.item-info dt {
  font-weight: bold;
}

.item-info dd {
  margin: 0;
}

/* 数量 */
.item-info select {
  width: 70px;
  height: 34px;
  font-size: 16px;
}

/* 削除ボタン */
.item-delete button {
  background: #fff;
  border: 1px solid #333;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
}

.item-delete button:hover {
  background: #f5f5f5;
}

/* 合計 */
.cart-total {
  margin: 40px 0 50px;
  text-align: center;
  font-size: 20px;
  line-height: 2;
}

.cart-total span {
  font-weight: bold;
  font-size: 24px;
}


/* スマホ対応 */
@media screen and (max-width: 700px) {
  .cart-item {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0.5em;
    box-sizing: border-box;
  }

  .cartitem-image img {
    margin: 0 auto;
  }

  .item-delete {
    text-align: center;
    margin-bottom: 30px;
  }
  .item-info {
    max-width: 500px;
    margin: 0 auto;
  }

  .item-info dl {
    grid-template-columns: 1fr 2fr;
  }
}

/* 日付選択・カレンダー */
.date-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

#pickup-date {
  padding: 8px 12px;
  border: 2px solid #000;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

/* 注文確認・完了画面 */
.order-txt1,.order-txt2 {
    text-align: center;
    font-weight: bold;
  }

.order-txt1 {
    font-size: 1.5em;
  }

@media screen and (max-width: 580px) {
  .order-txt1 {
    font-size: 1.2em;
  }
  }

.info-box {
  max-width: 900px;
  margin: 40px auto;
  border: 4px solid #e60012;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.info-title {
  background: #e60012;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 16px;
}

.info-body {
  padding: 30px 40px 40px;
  line-height: 1.9;
  font-size: 18px;
  text-align: center;
}

.info-body .red {
  color: #e60012;
  font-weight: bold;
}

.info-button {
  margin-top: 25px;
}

.info-button a {
  display: inline-block;
  background: #006cab;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 30px;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.2s;
}

@media screen and (max-width: 580px) {
.info-button a {
  font-size: 15px;
}
}

.info-button a:hover {
  background: #00518a;
  color: #fff;
}

/* スマホ対応 */
@media (max-width: 580px) {
  .info-title {
    font-size: 22px;
  }
  .info-body {
    font-size: 16px;
    padding: 25px 20px 30px;
  }
  .info-button a {
    font-size: 18px;
    padding: 12px 30px;
  }
}

/* ガイドページ */

.sub-title {
  font-weight: bold;
  margin: 20px 0 10px;
  padding-left: 15px;
  box-sizing: border-box;
}

.sub-title::before {
  content: "■";
  margin-right: 3px;
}

ol.guide-txt{
  padding-left: 25px;
  margin: 0 0 30px;
  box-sizing: border-box;
}

ul.guide-txt,
p.guide-txt {
  padding-left: 15px;
  margin: 0 0 30px;
  box-sizing: border-box;
}

ul.guide-txt li {
  margin-bottom: 6px;
}

ul.guide-txt li img,
p.guide-txt img{
  max-width: 800px;
  width: 100%;
  display: block;
}

/* マイページ*/
.not-yet {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    color: #f00;
    margin-bottom: 20px;
  }

.order-date {
    text-align: left;
    font-weight: bold;
    max-width: 960px;
    margin: auto;
  }


.item-total {
  margin: 0 auto 100px;
  text-align: right;
  max-width: 960px;
}

.item-total span {
  font-weight: bold;
  font-size: 20px;
}

/* マイページテーブル */
.user-table {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 15px;
  border-collapse: collapse;
}

.user-table th,
.user-table td {
  border: 1px solid #333;
  padding: 12px 16px;
  font-size: 16px;
}

.user-table thead th {
  text-align: center;
  font-size: 18px;
}

.user-table tbody th {
  width: 35%;
  text-align: center;
  background: #e5e5e5;
}

.user-table td {
  text-align: left;
}

.cancel{
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

/*==========================
　　　　　ログイン画面
==========================*/

.login-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
}

/* ログイン枠 */
.login-box {
  width: 100%;
  max-width: 560px;
  background: #fff;
  padding: 50px 40px 60px;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0,0,0,.08);
  text-align: center;
  margin: 100px 0 0;
}

.login-box h1 {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto 30px;
}

.login-box h2 {
  margin-bottom: 20px;
  font-size: 20px;
}

/* フォーム */
.form-group {
  text-align: left;
  margin-bottom: 26px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}

.form-group input {
  width: 100%;
  height: 46px;
  padding: 0 12px;
  border: 1px solid #999;
  font-size: 16px;
  box-sizing: border-box;
}

/* ボタン */
.login-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: 56px;
  margin: 30px auto 0;

  border-radius: 30px;
  border: none;

  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #006cab;

  cursor: pointer;
  transition: .3s;
}

.login-btn:hover {
  background: #00518a;
  color: #fff;
}

/* 下部説明 */
.login-info {
  max-width: 720px;
  margin-top: 50px;
  padding: 24px 30px;
  border: 2px solid #006cab;
  text-align: center;
  line-height: 1.8;
}

.login-info .login-time {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 1.2em;
}

.login-info a {
  display: inline-block;
  margin-top: 12px;
  color: #006cab;
  text-decoration: underline;
}

/* スマホ */
@media screen and (max-width: 580px) {

  .login-page {
    padding: 0 20px;
  }  
  .login-box {
    padding: 30px 20px 40px;
    box-sizing: border-box;
    margin: 0;
  }

  .login-box h1 {
  max-width: 300px;
}

}


/*==========================
　　　　　　Calendar
==========================*/

.calendar-title {
  background: #006cab;
  color: #fff;
  padding: 12px 20px;
  font-size: 20px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 30px auto 0;
  max-width: 960px;
}

.month-title {
  background: #d9f1ff;
  text-align: center;
  padding: 6px 0;
  font-weight: bold;
  margin-bottom: 10px;
}

.calendar {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.calendar th,
.calendar td {
  border: 2px solid #cfe6fb;
  padding: 12px 0;
  font-size: 16px;
}

.calendar th {
  font-weight: bold;
}

.calendar .sat {
  color: #0066ff;
}

.calendar .sun {
  color: #ff0000;
}

.calendar .open {
  background: #fffac8;
}

.legend {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px auto 0;
  max-width: 960px;
}

.legend-box {
  width: 28px;
  height: 28px;
  background: #fffac8;
  border: 2px solid #cfe6fb;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .calendar-grid {
    grid-template-columns: 1fr;
    max-width: 300px;
  }

  .legend {
  padding-left: 10px;
  box-sizing: border-box;
}
}

/*==========================
　　　　　メールフォーム
==========================*/
.form-wrap {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}

.form-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #333;
}

.form-table th,
.form-table td {
  border-bottom: 1px solid #333;
  padding: 20px;
  vertical-align: middle;
}

.form-table tr:last-child th,
.form-table tr:last-child td {
  border-bottom: none;
}

.form-table th {
  width: 35%;
  background: #e5e5e5;
  font-size: 18px;
  text-align: left;
  position: relative;
}

.required {
  color: red;
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.form-table td {
  background: #fff;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  border: 1px solid #bbb;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 16px;
  box-sizing: border-box;
}

textarea {
  height: 140px;
  resize: vertical;
}

.submit-wrap {
  text-align: center;
  margin-top: 40px;
}

.submit-btn {
  background: #ea5514;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 40px;
  padding: 18px 90px;
  cursor: pointer;
  transition: 0.2s;
}

.submit-btn:hover {
  background: #b9420e;
  color: #fff;
}



/* スマホ対応 */
@media (max-width: 768px) {

  .form-table th,
  .form-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .form-table th {
    border-bottom: none;
    padding: 15px;
  }

  .form-table td {
    border-bottom: 2px solid #000;
    padding: 15px;
  }

  .required {
    position: static;
    display: inline-block;
    margin-left: 10px;
    transform: none;
  }

}


/*==========================
　　　　　　Footer
==========================*/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: -60px;
  right: 20px;
  display: block;
  z-index: 800;
  background-color: #006cab;
  background-image: url(../images/common/arrow01_b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 22px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


#footer {
	background-color: #D3EDFB;
	padding: 20px 0;
	margin-top: 80px;
}
#footer p,
#footer a{
	color: #333;
}

#footer a:hover{
	color:#006cab;
}

#footer .info {
	text-align: center;
    margin: 30px 0;
}


#footer .site-name{
	font-size: 1.6em;
	font-weight: bold;
}

#footer .tel {
	font-size: 1.2em;
	font-weight: bold;
  margin: 5px 0 10px;
  text-decoration: none;
}
@media (max-width: 580px) {
#footer .tel {
	font-size: 1.0em;
  text-decoration: none;
}
}

#footer .fNav {
	margin-bottom: 20px;
	font-size: 1.0em;
	color: #333;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}


#footer .fNav li {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
}




#footer .copyright {
	display: block;
	width: 100%;
	color: #333;
	font-size: 0.8em;
	margin-top: 20px;
	text-align: center;
}
