/* ----------------------------------------------------------------header*/
header {
  text-align: left;
}
#header {
  font-size: 0;
  position: relative;
}
#h1_area {
  background: url("../img/common_img/bg_h1.png") 0 0 repeat;
  background-size: 50%;
  box-shadow: 0 2px 2px 0px rgba(255,255,255,0.5) inset,0 -2px 2px 0px rgba(0,0,0,0.2) inset;
  padding: 3px 0;
  margin: 0 0 10px;  
}
h1 {
  text-align: center;
  font-size: 10px;
  text-shadow: 2px 2px 3px #000,-2px -2px 3px #000;
}
#header .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 767px;
}

.header_logo {
  display: inline-block;
  padding-left: 15px;
  margin-bottom: 10px;
}
.header_logo img {
  width: 150px;
  height: auto;
}

@media print, screen and (min-width:768px) {
#h1_area {
  background-size: 25%;
  padding: 5px 0 4px;
  margin: 0 0 20px;  
}
h1 {
  text-align: right;
  font-size: 11px;
  text-shadow: 2px 2px 3px #000;
}
#header .container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}
.header_logo {
  padding-left: 0;
}
.header_logo img {
  width: 230px;
  height: auto;
}
}
.header_contact {
  padding-bottom: 20px;
}
.header_contact dl {
   margin-bottom: 5px;
}
.header_contact dl div {
  line-height: 1.25;
  display: table;
  margin: 0 auto;
}
.header_contact dl dt {
  display: table-cell;
  width: 123px;
  text-align: right;
  line-height: 1;
  padding-right: 1em;
}
.header_contact dl dt span {
  font-size: 0.75em;
}
.header_contact dl dd {
  display: table-cell;
  width: 150px;
  font-size: 16px;
  color: #e4b83f;
}
.header_contact .prompt {
  width: 100%;
  text-align: center;
}
.header_contact .prompt p {
  font-size: 12px;
  background: url(../img/common_img/bg_gold.png) 0 0 no-repeat;
  box-shadow: 0 2px 2px 0px rgba(255,255,255,0.5) inset,0 -2px 2px 0px rgba(0,0,0,0.2) inset;
  display: inline-block;
  padding: 3px 5px;
}

@media print, screen and (min-width:768px) {
.header_contact {
  display: inline-block;
  float: right;
  padding-bottom: 0;
}
.header_contact dl div {
  margin: 0;
}
.header_contact dl dd {
  width: 150px;
  font-size: 18px;
}
.header_contact .prompt p {
  font-size: 13px;
  padding: 3px 9px 1px;
}
}

/*-------------------------------------------------HamburgerMenu Icon*/
.menu_btn {
  position: absolute;
  bottom: 16px;
  right: 15px;
  width: 25px;
  height: 25px;
}
.menu_btn .hambgr {
  display: inline-block;
  position: absolute;
  margin: auto;
  right: 0px;
  left: 0;
  top: 11px;
  width: 25px;
  height: 2px;
  background: #fff;
  z-index: 999;
  transition-duration: 0.3s;
}
.menu_btn .hambgr:before {
  content: "";
  display: block;
  margin: -9px auto 0;
  width: 25px;
  height: 2px;
  background: #fff;
}
.menu_btn .hambgr:after {
  content: "";
  display: block;
  margin: 16px auto 0;
  width: 25px;
  height: 2px;
  background: #fff;
}
.menu_btn .hambgr.hbg_close {
    background: transparent;
}
.menu_btn .hambgr.hbg_close:before {
    transition-duration: 0.3s;
    -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu_btn .hambgr.hbg_close:after {
  transition-duration: 0.3s;
    -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
} 
@media print, screen and (min-width:768px) {
.menu_btn {
  display: none;
}
}

/*------------------------------------------------------------mainnavi*/
#navi_area {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(15,44,71,0.9);
  padding-top: 70px;
  position: absolute;
  top: 0;
  z-index: 200;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#mainnavi {
  clear: both;
  height: auto;
  padding: 0 0 10px;
}
#mainnavi ul#m_menu > li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  background: rgba(10,29,47,.8);
  padding: 8px 0;
  margin: 0 0 1px 0;

}
#mainnavi ul#m_menu > li.mnav_category ul li a {
  padding: 5px 0 0;
  background: none;
}
#mainnavi ul#m_menu > li a:hover,
#mainnavi ul#m_menu > li.active a {
  color: #e4b83f;
}
#mainnavi ul#m_menu > li a:hover:before,
#mainnavi ul#m_menu > li.active a:before{
  content: "";
  width: 100%;
  height: 1px;
  background: #e4b83f;
  position: absolute;
  bottom: 0px;
  left: 0;
}

@media print, screen and (min-width:768px) {
#navi_area {
  display: block;
  height: 147px;
  float: right;
  width: 910px;
  position: relative;
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  overflow-y: visible;
}
#mainnavi {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 208px;
}
#mainnavi .container {
  position: relative;
  z-index: 1;
}
#mainnavi ul#m_menu {
  display: flex;
}
#mainnavi ul#m_menu > li {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  vertical-align: top;
}
#mainnavi ul#m_menu > li:not(.mnav_category) {
  width: 48px;/*ie対策*/
}
#mainnavi ul#m_menu > li a {
  text-align: left;
  background: #0a1d2f;
  padding: 0;
  margin: 0;
}
#mainnavi ul#m_menu > li > a {
  height: 147px;/*ie対策*/
}
#mainnavi ul#m_menu > li a:hover, #mainnavi ul#m_menu > li.active a {
    color: #fff;
}
#mainnavi ul#m_menu > li a:hover:before,
#mainnavi ul#m_menu > li.active a:before{
  content: "";
  width: calc(100% - 1px);
  height: 7px;
  bottom: 0;
  right: 0;
}
#mainnavi ul#m_menu > li:not(.mnav_category) a,
#mainnavi ul#m_menu > li.mnav_category > a {
  line-height: 48px;
}
#mainnavi ul#m_menu > li:not(:last-child) {
  margin-right: 0px;
}
}

/*dropdown menu*/
#mainnavi > ul > li.mnav_category > ul.mnav_dropdown li a i {
  color: #a7b4c0;
  margin-right: 6px;
}

@media print, screen and (min-width:768px) {
#mainnavi > ul#m_menu > li.mnav_category {
  position: relative; 
}
#mainnavi > ul#m_menu > li.mnav_category ul.mnav_dropdown {
  background: rgba(54, 69, 82, 0.85);
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease;
}
#mainnavi > ul#m_menu > li.mnav_category:hover > ul.mnav_dropdown {
  visibility: visible;
  opacity: 1;
}
#mainnavi ul#m_menu ul.mnav_dropdown li {
  width: 114px;/*ie対策*/
  height: 48px;/*ie対策*/
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
#mainnavi > ul#m_menu > li.mnav_category > ul.mnav_dropdown li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  background: rgba(54, 69, 82, 0.85);
  padding: 10px 15px;
}
#mainnavi ul#m_menu li.mnav_category > ul.mnav_dropdown li a:hover:before,
#mainnavi ul#m_menu > li.mnav_category.active > ul.mnav_dropdown li a:before {
  content: "";
  width: 0;
  height: 0;
  display: none;
}
#mainnavi ul#m_menu li.mnav_category > ul.mnav_dropdown li a:hover i,
#mainnavi ul#m_menu > li.mnav_category.active > ul.mnav_dropdown li a i {
  color: #e4b83f;
}
#mainnavi > ul#m_menu > li.mnav_category > ul.mnav_dropdown li a:hover {
  background: rgba(76, 96, 114, 0.85);
}
}

/*================================header.fix(sp)*/
#header.fix {
  display: block;
  position: fixed;
  background: rgba(54, 69, 82, 0.85);
  width: 100%;
  top: 0;
  padding: 15px 0 10px;
  animation: mnavslide linear .3s 1;
  -webkit-animation: mnavslide linear .3s 1;
  z-index: 300;
}
@keyframes mnavslide {
 0% {
top: -55px;
}
 100% {
top: 0;
}
}
 @-webkit-keyframes mnavslide {
 0% {
top: -55px;
}
 100% {
top: 0;
}
}
#header.fix:before {
  content: "";
  width: 100%;
  height: 5px;
  background: url("../img/common_img/bg_h1.png") 0 0 repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#header.fix #h1_area {
  display: none;
}
#header.fix .header_logo {
  margin-bottom: 0;
}
#header.fix #navi_area {
  position: fixed;
}
#fix_area {
  display: none;
}
/*================================fix(pc)*/
@media print, screen and (min-width:768px) {
#fix_area.fix {
  display: block;
  position: fixed;
  background: rgba(54, 69, 82, 0.85);
  width: 100%;
  top: 0;
  padding: 0;
  height: 70px;
  animation: fnavslide linear .3s 1;
  -webkit-animation: fnavslide linear .3s 1;
  z-index: 300;
}
#fix_area.fix .container {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}  
#fix_area.fix .header_logo img {
  width: 178px;
  padding-top: 2px;
}
#fix_area.fix #f_menu {
  display: flex;
  margin-right: 232px;
}
#fix_area.fix #fixednavi ul#f_menu {
  padding: 7px 0 0;
  height: 70px;
} 
#fix_area.fix #fixednavi ul#f_menu > li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  padding: 0 16px;
  background: none;
}
#fix_area.fix #mainnavi ul#f_menu > li > a {
  line-height: 70px;
}
#fix_area.fix #mainnavi ul#f_menu > li > a:hover {
  color: #e4b83f;
}
/*fix > dropdown menu*/
#fix_area.fix #fixednavi > ul#f_menu > li.mnav_category {
  position: relative;
}
#fix_area.fix #fixednavi > ul#f_menu > li.mnav_category > ul.mnav_dropdown {
  width: 114px;
  background: rgba(54, 69, 82, 0.85);
  position: absolute;
  bottom: -35px;
  left: 9px;
  visibility: hidden;
  opacity: 0;
}
#fix_area.fix #fixednavi > ul#f_menu > li.mnav_category:hover > ul.mnav_dropdown {
  visibility: visible;
  opacity: 1;
  transition: opacity .3s ease;
}
#fix_area.fix #fixednavi > ul#f_menu > li.mnav_category > ul.mnav_dropdown li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  padding: 10px 15px;
}
#fix_area.fix #fixednavi > ul#f_menu > li.mnav_category > ul.mnav_dropdown li a:hover {
  background: rgba(93, 118, 140, 0.85);
}
#fix_area.fix #fixednavi > ul#f_menu > li.mnav_category > ul.mnav_dropdown li a i {
  transform: none;
}
#fix_area.fix #fixednavi > ul#f_menu > li.mnav_category > ul.mnav_dropdown li a i {
  margin-right: 6px;
}
}
@keyframes fnavslide {
 0% {
top: -55px;
}
 100% {
top: 0;
}
}
 @-webkit-keyframes fnavslide {
 0% {
top: -55px;
}
 100% {
top: 0;
}
}

/*------------------------------------------------------------pagetitle*/
#pagetitle {
  padding: 0 15px;
}
#pagetitle .container {
  width: 100%;
  height: calc(100vw * 5 / 8);
  padding: 15px 0 0;
  position: relative;
}
#pagetitle h2 {
  font-size: 2.43em;
  font-weight: bold;
  text-shadow: 
    #031b33 2px 0px 5px, #031b33 -2px 0px 5px,
    #031b33 0px -2px 5px, #031b33 -2px 0px 5px,
    #031b33 2px 2px 5px, #031b33 -2px 2px 5px,
    #031b33 2px -2px 5px, #031b33 -2px -2px 5px,
    #031b33 1px 2px 5px, #031b33 -1px 2px 5px,
    #031b33 1px -2px 5px, #031b33 -1px -2px 5px;
  position: absolute;
  left: 15px;
  bottom: 15px;
}

@media print, screen and (min-width:768px) {
#pagetitle {
  height: 360px;
  padding: 0;
}
#pagetitle h2 {
  left: 30px;
  bottom: 45px;
}
}

/*------------------------------------------------------------content*/
section {
  margin-top: -70px;
  padding-top: 70px;
}
.content_bg01 {
  background: linear-gradient(to bottom, rgba(10, 29, 47, 0.6) 0%, rgba(0,0,0,.65) 99%),url("../img/common_img/bg_pattern.png") 0 0 repeat;
  background-size: auto,450px;
}
.content {
  padding: 40px 0;
}
.section {
  clear: both;
  margin-bottom: 20px;
}
.cts_p {
  text-align: left;
  margin-bottom: 20px;
}

@media print, screen and (min-width:768px) {
.content_bg01 {
  background-size: auto,900px;
}
.content {
  padding: 80px 0;
}
.section {
  margin-bottom: 30px;
}
.cts_p {
  margin-bottom: 30px;
}
}

/* ----------------------------------------------------------------店舗*/
.tomenu {
  margin-bottom: 20px;
}
.tomenu a {
  display: block;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.4444;
  text-decoration: none;
  background: url(../img/common_img/bg_red.png) 0 0 repeat;
  box-shadow: 0 2px 2px 0px rgba(255,255,255,0.5) inset,0 -2px 2px 0px rgba(0,0,0,0.2) inset;
  padding: 16px 0; 
}
.tomenu a span {
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #710c04;
  font-weight: bold;
  background: #fff;
  border-radius: 100px;
  display: inline-block;
  margin-left: 1em;
}
.tomenu a:hover {
  opacity: .7;
}
.ph li:not(:last-child){
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
.tomenu {
  margin-bottom: 30px;
}
.tomenu a span {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
}

/*アクセスマップ*/
.map iframe {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}
.map p {
  text-align: left;
}
@media print, screen and (min-width:768px) {
.map iframe {
  height: 450px;
}
}

/*メニュー*/
#menu_cont {
  text-align: left;
}
.menubox {
  margin-bottom: 27px;
}
.ph_list li {
  margin-bottom: 10px;
}
.ph_list li p {
  text-align: center;
  margin: 0 0 5px;
}
.menu_list {
  margin-bottom: 10px;
}
.menu_list li {
  display: flex;
  align-items: flex-end;
  padding: 6px 0;
  border-bottom: 1px solid #6A7A88;
}
.menu_list li:first-child {
  border-top: 1px solid #6A7A88;
}
.menu_list li h5 {
    width: 77%;
}
.menu_list li .price {
  width: 23%;
  color: #e4b83f;
  font-size: 1.312em;
  text-align: right;
}
.menu_list li .price span {
  font-size: 0.6666em;
}
.remarks {
  font-size: 0.875em;
}
#menu .pdf_link {
  margin-top: 10px;
}
#menu .pdf_link li {
  margin-bottom: 5px;
}
#menu .pdf_link li a {
  padding:2px 0 2px 28px;
  display: inline-block;
  line-height: 1.4;
  text-decoration: underline;
  background: url(../img/common_img/icon_pdf.png) left top no-repeat;
  background-size: auto 22px;
}
#menu .pdf_link li a:hover {
  text-decoration: none;
}
/*PageNavi*/
.pagenavi {
  margin: 0 0 10px;
  padding: 10px 10px 5px;
  text-align: center;
}
.pagenavi li {
  display: inline;
  margin: 0 2px;
  padding: 0;
}
.pagenavi li span {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  margin-bottom: 5px;
  padding: 3px 10px;
  color: #fff;
  border: 1px solid #fff;
}
.pagenavi li a {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  margin-bottom: 5px;
  padding: 3px 10px;
  color: #0a1d2f;
  border: 1px solid #fff;
  background: #fff;
}
.pagenavi li span {
  color: #fff;
}
.pagenavi li a:hover {
  color: #fff;
  background: #e4b83f;
  border: 1px solid #e4b83f;
}
.ph_list_s {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ph_list_s li {
  width: calc(50% - 5px);
  background: #fff;
  margin-bottom: 10px;
}
.ph_list_s li {
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
.menubox {
  margin-bottom: 45px;
}
.ph_list {
  display: flex;
  margin-bottom: 10px;
}
.ph_list li {
  width: calc(33.33% - 30px);
}
.ph_list li:not(:last-child) {
  margin-right: 30px;
}
.ph_list_s li {
  width: calc(20% - 20px);
  margin-bottom: 20px;
}
.menu_list {
  margin-bottom: 20px;
}
}
/* ----------------------------------------------------------------footer*/
footer {
  text-align: left;
  padding: 40px 0 0;
}
footer h3 {
  font-size: 1.4375em;
  font-weight: bold;
  color: #fff;
  padding: 0 0 15px;
  margin-bottom: 20px;
  position: relative;
    white-space: nowrap;
}
footer h3:after {
  content: "";
  width: 52px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer_lineup > div {
margin-right: 0;
}


@media print, screen and (min-width:768px) {
footer h3 {
  padding: 0 0 31px;
  margin-bottom: 40px;
}
footer h3:after {
  width: 60px;
}
.footer_lineup {
  display: flex;
}
.footer_lineup > div {
margin-right: 80px;
}
}
  
/*footerinfo*/
#footerinfo {
  margin-bottom: 30px;
}
#footerinfo li:first-child {
  margin-bottom: 0;
}
#footerinfo li {
  margin-bottom: 20px;
}
footer  h4 {
  color: #e4b83f;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 5px;
}
#footerinfo li h4 span {
  font-size: 0.8em;
}
#footerinfo li p.btn {
  margin-bottom: 10px;
}
#footerinfo li p.txt {
  font-size: 0.875em;
  line-height: 1.714;
    white-space: nowrap;
}

@media print, screen and (min-width:768px) {
#footerinfo {
  display: flex;
}
#footerinfo li {
  margin-bottom: 0;
  margin-right: 50px;
}
footer h4 {
  margin-bottom: 8px;
}
}

/*footermenu*/
.footermenu {
  margin-bottom: 20px;
}
.footermenu dl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.footermenu dl dd {
  border-left: 1px solid #fff;
  padding-left: 15px;
  margin-left: 15px;
}
/*footernavi*/
.footermenu ul {
  margin-bottom: 20px;
}
.footermenu ul li {
  display: inline-block;
}
.footermenu ul li a {
  padding: 3px 0;
  display: block;
  color: #fff;
  text-decoration: none;
}
.footermenu ul li:not(:last-child) a {
  margin-right: 2em;
}
footer ul li a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width:768px) {
.footermenu {
  margin-bottom: 56px;
}
.footermenu ul {
  display: inline-block;
  float: right;
  margin-top: -49px;
  margin-top: 0;/*姉妹店表示時削除*/
}
.footermenu dl dd {
  padding-left: 23px;
  margin-left: 23px;
}
}
/*rights*/
#rights {
  font-size: 11px;
  text-align: center;
  text-shadow: 2px 2px 3px #000,-2px -2px 3px #000;
  background: url("../img/common_img/bg_rights.png") 0 0 repeat;
  background-size: 50%;
  box-shadow: 0 2px 2px 0px rgba(255,255,255,0.5) inset,0 -2px 2px 0px rgba(0,0,0,0.2) inset;
  padding: 3px 0;
}
@media print, screen and (min-width:768px) {
#rights {
  text-align: right;
  background-size: 25%;
}
}
/*カレンダー更新プログラム（フッター）フォーマット*/
.calendar {
  width: 100%;
  padding: 10px 9px;
  margin: 0 0 10px;
  background: #fff;
  position: relative;
}
.calendar .cal_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.calendar .month {
  font-size: 11px;
  line-height: 1.2;
  font-weight: bold;
  text-align: right;
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 999;
}
.calendar .month strong {
  font-size: 16px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
}
.calendar table th, .calendar table td {
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}
.calendar table th {
  background: #C0C0C0;
  font-weight: bold;
}
.calendar table td.color01 {
  font-weight: bold;
  background: url(../img/common_img/holiday.png) no-repeat center center;
}
.calendar table td.color02 {
  font-weight: bold;
  background: url(../img/common_img/half.png) no-repeat center center;
}
.calendar table td.color03 {
  color: #fff;
  font-weight: bold;
  background: url(../img/common_img/monday.png) no-repeat center center;
}
.calendar ul.page_ctl {
  text-align: center;
  padding: 8px 10px;
  margin: 0 0 10px;
}
.calendar ul.page_ctl li {
  font-size: 12px;
  color: #389e7c;
}
.calendar ul.page_ctl li a {
  text-decoration: underline;
}
.calendar ul.page_ctl li a:hover {
  color: #999;
}
.calendar ul.page_ctl .ctl_left {
  float: left;
}
.calendar ul.page_ctl .ctl_right {
  float: right;
}
.calendar .tx_color01 {
  float: left;
  margin-right: 20px;
  padding: 0 0 0 15px;
  background: url(../img/common_img/holiday_s.png) no-repeat left center;
}
.calendar .tx_color02 {
  float: left;
  padding: 0 0 0 15px;
  background: url(../img/common_img/half_s.png) no-repeat left center;
}
.calendar .tx_color03 {
  clear: both;
  padding: 0 0 0 15px;
  background: url(../img/common_img/monday_s.png) no-repeat left center;
}

@media print, screen and (min-width:768px) {
.calendar {
  width: 60%;
  margin: 0 auto 10px;
}
}

@media print, screen and (min-width:992px) {
.calendar {
  width: 100%;
  margin: 0 0 10px;
}
}
/*カレンダー更新プログラム（メインカラム）フォーマット*/
.calender02 .note {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #969696;
  top: 0px;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.calender02 .calender_nav {
  width: 260px;
  margin: 0 auto;
  text-align: center;
}
.calender02 div.date {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.calender02 .calender_table {
  overflow-x: auto;
  clear: both;
  position: relative;
}
.calender02 table {
  width: 600px;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.calender02 table tr th {
  text-align: center;
  background: #CBCBCB;
  border: 1px dotted #6F6F6F;
  border-bottom: 1px solid #6F6F6F;
  padding: 10px;
  width: 14%;
}
.calender02 table tr td {
  text-align: center;
  border: 1px dotted #6F6F6F;
  padding: 10px;
}
.calender02 table tr.tr_date td {
  background: #E5E5E5;
}
.calender02 table tr.tr_text td {
  height: 60px;
  vertical-align: top;
}
.calender02 .bg_color01 {
  background: #D5A8A9;
}
.calender02 .bg_color02 {
  background: #B1CAD8;
}
.calender02 .tx_color01 {
  color: #D5A8A9;
}
.calender02 .tx_color02 {
  color: #B1CAD8;
}

@media print, screen and (min-width:768px) {
.calender02 .note {
  display: none;
}
.calender02 table {
  width: 100%;
}
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
  width: 100%;
  margin: 8px 0 0;
  clear: both;
}
#pankuzu ol {
  list-style: none;
  float: right;
}
#pankuzu ol li {
  float: left;
  font-size: 11px;
  padding: 0 7px 0 10px;
  background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li em {
  font-style: normal;
}
#pankuzu ol li.home {
  padding-left: 0;
  background: none;
}
#pankuzu ol li a:link, #pankuzu ol li a:visited {
  text-decoration: underline;
}
#pankuzu ol li a:hover, #pankuzu ol li a:active {
  text-decoration: underline;
}
@media print, screen and (min-width:768px) {
 #pankuzu {
  margin: 15px 0 0;
} 
}
/* ----------------------------------------------------------------rayout*/
.center {
  display: block;
  margin: auto;
}
/*------------------------------------------------------------table*/
.sheet_basic {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #6A7A88;
  margin-bottom: 20px;
}
.sheet_basic tr th, .sheet_basic tr td {
  text-align: left;
  vertical-align: top;
  display: block;
}
.sheet_basic tr th {
  padding: 10px 10px 5px 10px;
}
.sheet_basic tr td {
  border-bottom: 1px solid #6A7A88;
  padding: 5px 10px 10px 10px;
}
.sheet_basic tr.hours td {
  margin-left: 1em;
}
@media print, screen and (min-width:768px) {
.sheet_basic {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #6A7A88;
  margin-bottom: 0;
}
.sheet_basic tr th, .sheet_basic tr td {
  display: table-cell;
}
.sheet_basic tr th {
  width: 10em;
  border-bottom: 1px solid #6A7A88;
  padding: 10px;
}
.sheet_basic tr td {
  padding: 10px;
}
.sheet_basic tr.hours td {
  margin-left: 0;
}
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
  height: 0;
  clear: both;
  padding: 15px 0px;
  margin: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
@media print, screen and (min-width:768px) {
hr.line_01 {
  padding: 25px 0px;
}
}
.space_10 {
  height: 10px;
  clear: both;
}
.space_20 {
  height: 20px;
  clear: both;
}
.space_30 {
  height: 30px;
  clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
  display: none;
}
/*------------------------------------------------------------Text*/
/*title*/
.title01 {
  font-size: 1.4375em;
  font-weight: bold;
  color: #fff;
  padding: 0 0 15px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.title01:after {
  content: "";
  width: 52px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.title02 {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  background: url("../img/common_img/") 0 0 no-repeat;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.title02:after {
  content: "";
  display: block;
  width: 2em;
  height: 3px;
  border-top: 1px solid rgba(255,255,255,.5);
  border-bottom: 1px solid rgba(255,255,255,.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.title03 {
  font-size: 1.125em;
  font-weight: bold;
  color: #e4b83f;
  text-align: left;
  padding: 13px 0 15px;
  border-top: 1px solid #e4b83f;
  position: relative;
}
.title03:after {
  content: "";
  display: block;
  width: 4em;
  height: 3px;
  background: #e4b83f;
  position: absolute;
  top: 0;
  left: 0;
}

@media print, screen and (min-width:768px) {
.title01 {
  padding: 0 0 31px;
  margin-bottom: 30px;
}
.title01:after {
  width: 60px;
}
.title02 {
  padding-bottom: 0 0 30px;
  margin-bottom: 30px;
}
}
/*TextRight*/
.tx_right {
  text-align: right;
}
/*TextLeft*/
.tx_left {
  text-align: left;
}
/*TextCenter*/
.tx_cent {
  text-align: center;
}
/*bold*/
.tx_bold {
  font-style: normal;
  font-weight: bold;
}
/*TextRed*/
.tx_red {
  color: #C33;
}
/*attention*/
.attention {
  font-size: 10px;
  line-height: 130%;
  margin: 5px 0;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
  float: left;
}
/*FloatRight*/
.float_right {
  float: right;
}
/*ClearBoth*/
.clearboth {
  clear: both;
}
/*phbox*/
.phbox_right {
  text-align: center;
}
.phbox_right img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.phbox_left {
  text-align: center;
}
.phbox_left img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.ov_hidden {
  overflow: hidden;
}

@media print, screen and (min-width:768px) {
.phbox_right {
  float: right;
  margin-left: 10px;
  margin-bottom: 0px;
}
.phbox_left {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
  margin-top: 5px;
}
.margin_t10 {
  margin-top: 10px;
}
.margin_t20 {
  margin-top: 20px;
}
.margin_t30 {
  margin-top: 30px;
}
.margin_t40 {
  margin-top: 40px;
}
.margin_t50 {
  margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
  margin-bottom: 5px;
}
.margin_b10 {
  margin-bottom: 10px;
}
.margin_b20 {
  margin-bottom: 20px;
}
.margin_b30 {
  margin-bottom: 30px;
}
.margin_b40 {
  margin-bottom: 40px;
}
.margin_b50 {
  margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
  margin-right: 5px;
}
.margin_r10 {
  margin-right: 10px;
}
.margin_r15 {
  margin-right: 15px;
}
.margin_r20 {
  margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
  margin-left: 50px;
}
.margin_l10 {
  margin-left: 10px;
}
.margin_l15 {
  margin-left: 15px;
}
.margin_l20 {
  margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
  margin-bottom: 10px;
}

@media print, screen and (min-width:768px) {
.margin-xs-b10 {
  margin-bottom: 0px;
}
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
}
#pagetop img {
  width: 30px;
  height: auto;
}

@media print, screen and (min-width:768px) {
#pagetop {
  bottom: 20px;
  right: 20px;
}
#pagetop img {
  width: 35px;
  height: auto;
}
}

.sp_none {
  display: none;
}
@media print, screen and (min-width:768px) {
.sp_none {
  display: block;
}
.pc_none {
  display: none;
}
}