@charset "UTF-8";
/* CSS Document */
/*-----------------

年末ページ共通スタイル

-----------------*/
body {
  padding-bottom: 20px;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  color: #593b00;
}
/*曜日タブ*/
.navi {
  width: 100%;
  max-width: 845px;
  margin: 5px auto 0;
  text-align: right;
}
.navi img {
  width: 15px;
  vertical-align: baseline;
  margin-left: 3px;
}
.navi a {
  font-size: 14px;
  background: url(../img/arr_r.png) right center no-repeat;
  background-size: 15px;
  padding: 2px 20px 0 0;
  line-height: 100%;
}
.navi a:link {
  text-decoration: underline;
}
.navi a:visited {
  text-decoration: underline;
}
.navi a:hover {
  text-decoration: none;
  color: #f00;
}
.navi a:active {
  text-decoration: underline;
}
.nav_bb {
  display: block !important;
}
.nav_sp {
  display: none !important;
}
section#contents_area {
  padding: 0 10px;
  margin-top: 10px;
}
#contents_area > .contents {
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
td {
  vertical-align: top;
}
th {
  font-weight: bold;
  text-align: center;
}
img {
  border: 0;
  height: auto;
}
.heading_primary {
  border-bottom: #a38877 solid 5px;
	text-align: center;
	margin: 0 -10px 15px;
	display: flex;
	flex-direction: column;
	
}
.heading_primary span {
	display: inline-block;
	padding: 20px 3px;
  font-size: 27px;
  line-height: calc(54/42);
  font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	color: #c33527;
}
.heading_primary img {
	vertical-align: top;
}
.heading_secondary {
  position: relative;
  color: #035f18;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  padding-left: 1.1em;
}
.heading_secondary span {
  position: absolute;
  left: 0;
  top: 0;
}
.heading_tertiary {
  color: #035f18;
  font-size: 16px;
  border-left: #035f18 solid 5px;
  border-bottom: #035f18 solid 1px;
  margin: 0 0 10px;
  padding: 0 0 0 5px;
  line-height: 1.3;
}
.heading_tertiary strong {
  font-size: 20px;
  font-weight: 700;
}
strong {
  font-weight: 700;
}
.emphasis {
  font-size: 16px;
  font-weight: 700;
}
.mt10 {
  margin-top: 10px;
}
.text_right {
  text-align: right;
}
.section {
  border-bottom: #999999 dotted 1px;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.paragraph {
  margin: 0 0 5px 20px;
}
.contents .note {
  margin-top: 5px;
  font-size: 14px;
}
.contents .note img {
  width: auto;
  vertical-align: middle;
}
.contents .section .attention {
  width: 100%;
  margin: 5px auto 0;
  font-size: 12px;
}
.contents .select {
  margin: 10px 0 0 0;
  width: 100%;
}
.contents .select td {
  padding: 5px 10px;
  background-color: #eee;
  font-size: 16px;
  font-weight: bold;
  border-bottom: #aaa solid 1px;
  border-right: #aaa solid 1px;
  text-align: center;
  vertical-align: middle;
}
.contents .select td.sel {
  background-color: #666;
  color: #fff;
  border-bottom: #333 solid 1px;
  border-right: #333 solid 1px;
}
/*-----------------

アコーディオン

-----------------*/
.ac_head {
  display: block;
  margin: -25px 0 -15px;
  padding: 25px 5em 10px 0;
  position: relative;
}
.ac_head::before,.ac_head::after  {
  content: '';
  display: inline-block;
  width: 25px;
  height: 3px;
  background-color: #a3a3a3;
  position: absolute;
  right: 0;
  top: 50%;
  border-radius:3px;
  transform: translateY(-50%);
  transition: opacity 0.2s;
}
.ac_head::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
}
.ac_head.opened::before {
  opacity: 0;
}
.ac_head.opened::after {
  transform: translateY(-50%) rotate(180deg);
}

.ac_body {
  margin-top: -5px !important;
}
ruby {font-size: 120%;}
.txt_intent {text-indent: -5.8em;padding-left: 5.8em;margin-top: 1em;}
.txt_intent + .txt_intent {margin-top: 0;}
.text_5em {display: inline-block;width: 5.8em;text-indent: 0;text-align-last:justify;}
.txt_intent em {color: #FF0000;}
/*------------------*/
.contents .info_table {
  border: none;
  width: 500px;
  margin: 0 auto;
}
.contents .info_table2 {
  width: 100%;
}
.contents .info_table2 + .info_table2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.contents .info_table.info_table2 td {
  text-align: center;
}
.contents .info_table th {
  border-width: 0 1px 1px 0;
  border-style: none solid solid none;
  padding: 5px 10px;
  vertical-align: middle;
  border-color: #b09a75;
  background-color: #f2e4b7;
  text-align: center;
}
.contents .info_table td {
  border-width: 0 1px 1px 0;
  border-style: none solid solid none;
  padding: 5px 10px;
  vertical-align: middle;
  text-align: right;
  border-color: #c2ac87;
  background-color: #fcf7ea;
}
.contents .info_table td.left {
  width: 25%;
}
.contents .info_table td.middle {
  width: 50%;
  text-align: center;
}
.contents .info_table td.right {
  width: 25%;
}
.contents .info_table th[colspan="2"] {
  width: 100% !important;
}
.contents .info_table3 .td_half {
  width: 50%;
}
.contents .scd_table {
  border-width: 1px 0 0 1px;
  border-style: solid none none solid;
  border-color: #b09a75;
  width: 749px;
  font-size: 10px;
}
.contents .scd_table td, .contents .scd_table th {
  border-width: 0 1px 1px 0;
  border-style: none solid solid none;
  border-color: #b09a75;
  padding: 3px 1px;
  text-align: center;
}
.contents .scd_table td.left {
  text-align: left;
}
.contents .scd_table th {
  background-color: #e5e4c7;
}
.contents .scd_table .date {
  width: 38px;
}
.contents .scd_table .day {
  text-align: center;
  white-space: nowrap;
  width: 15px;
}
.contents .scd_table .deli {
  text-align: left;
}
.contents .scd_table .w124, .contents .scd_table .w013 {
  width: 98px;
}
.contents .scd_table .w125, .contents .scd_table .w011, .contents .scd_table .w012 {
  width: 138px;
}
.contents .scd_table .sat {
  background-color: #e9f4fe;
}
.contents .scd_table .sun {
  background-color: #fee9f4;
}
.contents .scd_table .hol {
  background-color: #fee9f4;
}
.contents .scd_table strong {
  color: #FF0000;
}
.contents .scd_table .order {
  background-color: #dafec6;
}
.contents .scd_table .order_sp {
  background-color: #ffcc00;
  border-color: #a08558;
  color: #ff0000;
  font-weight: bold;
  text-align: left;
}
.contents .scd_table .order_sp2 {
  background-color: #ffcc00;
  border-color: #a08558;
  color: #ff0000;
  font-weight: bold;
}
.contents .scd_table .order strong {
  color: #FF5500;
}
.contact {
  text-align: center;
  margin: 10px auto 10px;
  border: 2px #d50000 solid;
  padding: 10px;
  background: #FFFFCC;
  width: 100%;
}
.contact strong {
  font-size: 18px;
  font-weight: bold;
}
#contents_area .contents #sec_01 .paragraph {
  margin-left: 0px;
}
#contents_area .contents .section .add-mark {
  margin-left: 1em;
  text-indent: -1em;
}
#contents_area .contents .section .paragraph table + p {
  margin-top: 25px;
}
#contents_area .contents .section .txt01 {
  font-weight: bold;
  margin-left: 1em;
  text-indent: -1em;
}
#contents_area .contents .section .txt01 .red_rext {
  color: #FF0000;
}
#contents_area .contents .section .txt01 strong {
  font-size: 18px;
  color: #FF0000;
}
#contents_area .contents .section .txt02 {
  margin: 0 0 0 1em;
  text-indent: -1em;
}
#contents_area .contents .section.contact p {
  text-indent: inherit;
  margin-left: 0;
}
.contents .section#ukf p {
  margin: 5px 0;
}
.contents .section .area {
  margin: 25px 0 0 0;
}
.contents .section .area img {
  margin-bottom: 3px;
  margin-right: 3px;
  width: auto;
}
#contents_area .contents .column {
  border: #999 dashed 1px;
  padding: 15px 20px;
  margin: 10px 0;
}
#contents_area .table_note {
  text-align:right;
}
/*-----------------

画面下固定コンテンツ

-----------------*/
.float_contents {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.float_contents .pagetop {
  position: absolute;
  right: 15px;
  top: -50px;
}
.float_contents .contact {
  border: none;
  margin: 0;
}
.float_contents + footer {
  margin-bottom: 131px;
}
@media only screen and (min-width: 601px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor:pointer;
  }
  .sp_only {
    display: none;
  }
  .ac_head:hover {
    text-decoration: underline;
    text-decoration-color: #035f18;
    cursor:pointer;
  }
  .contents .select a:link {
    color: #0000FF;
  }
  .contents .select a:hover {
    color: #ff0000;
  }
  .contents .select a:active {
    color: #ff0000;
  }
  .contents .select a:visited {
    color: #990099;
  }
}
@media only screen and (max-width: 600px) {
  .pc_only {
    display: none;
  }
  .nav_bb {
    display: none !important;
  }
  .nav_sp {
    display: block !important;
  }
	.heading_primary {
		border-bottom: #a38877 solid 3px;
		margin-bottom: 10px;
	}
	.heading_primary span {
		padding: 12px 3px;
		font-size: 21px;
	}
  .heading_secondary {
    margin: 0 0 7px 0;
    font-size: 17px;
  }
  .heading_tertiary {
    font-size: 14px;
  }
  .heading_tertiary strong {
    font-size: 19px;
  }
  .contents .note {
    margin-top: 3px;
    font-size: 12px;
  }
  .emphasis {
    font-size: 16px;
  }
  .contents .select tr {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }
  .contents .select td {
    display: flex;
    align-items: center;
    padding: 0;
    width: 50%;
    font-size: 16px;
  }
  .contents .select td a {
    width: 100%;
  }
  .contents .select td:first-child {
    width:100%;
  }
  .contents .select td:nth-child(even) {
    border-right:#aaa solid 1px;
  }
  .contents .select td:nth-child(1) {
    border-top: #aaa solid 1px;
  }
  .contents .select td.sel {
    border: #333 solid 1px;
  }
  .contents .select td.sel span {
    width: 100%;
  }
  .contents .select a, .contents .select span {
    display: block;
    padding: 5px 10px;
    text-decoration: none !important;
  }
  .section {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  /*-----------------

アコーディオン

 -----------------*/
  .ac_head {
    display: block;
    margin: -10px 0 -10px;
    padding: 10px 3em 5px 0;
  }
  .ac_head::before,.ac_head::after  {
    width: 15px;
    height: 2px;
  }
  .ac_head:hover {
    text-decoration: none;
  }
  .ac_body {
    margin-top: 0 !important;
  }
  /*------------------*/
  #contents_area .contents .section .paragraph table + p {
    margin-top: 15px;
  }
  .contents .info_table td {
    padding: 3px;
    font-feature-settings: "palt"1;
  }
  .contact {
    padding: 8px;
  }
  #contents_area .contents .section .txt01 strong {
    font-size: 16px;
  }
  #contents_area .contents .column {
    padding: 10px 15px;
  }
  /*-----------------

画面下固定コンテンツ

-----------------*/
  .float_contents + footer {
    margin-bottom: 170px;
  }
}


  /*-----------------

年末年始特集スケジュール

-----------------*/


#contents_area .month_events {
  margin-top: 14px;
  padding: 30px 27px 35px;
  background: #fcf7ea;
}
#contents_area .month_events:first-child {
  margin-top: 19px;
}

#contents_area .month_events .bold {
  font-weight: bold;
}
#contents_area .month_events .events__ttl {
  font-size: 16px;
  color: #593b00;
  font-weight: bold;
}
#contents_area .month_events .events__ttl .strong {
  padding-left: 6px;
}
#contents_area .month_events .events__ttl strong ,
#contents_area .month_events .events__ttl span {
  background: url(../img/marker.gif) left bottom repeat-x;
  background-size: auto 100%;
}
#contents_area .month_events .txt_red {
  font-size: 16px;
  font-weight: bold;
  color: #ea1313;
}
#contents_area .month_events ul {
  margin-top: 6px;
  padding-left: 1.2em;
}
#contents_area .month_events ul li {
  position: relative;
  list-style: disc;
}
#contents_area .month_events ul li + li {
  margin-top: 0.3em;
}
/* #contents_area .month_events ul li::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 40px;
  background: #593b00;
  top: 4px;
  left: 1px;
} */
#contents_area .month_events ul li strong {
  font-size: 14px;
  font-weight: bold;
  color: #ea1313;
  text-decoration: underline;
}
#contents_area .month_events ul li em {
  color: #ea1313;
}

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

#contents_area .month_events {
  padding: 20px 15px 25px;
}
}






