@media screen and (min-width: 769px), print {
  .sec_calendar {
    padding-top: 80px;
    padding-bottom: 140px;
    margin-top: 80px;
    background: #F2F2F2;
  }
  .calendar-heading {
    font-size: .032rem;
    line-height: .032rem;
    text-align: center;
  }
  .section .wrap_calendar {
    background: #fff;
    width: 675px;
    padding: 25px 58px 25px 63px;
    margin: 80px auto 0;
  }
  .section .wrap_calendar h3 {
    text-align: center;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #231815;
    color: #231815;
    font-weight: bold;
    margin-bottom: 20px;
		font-style: italic;
  }
  .section .wrap_calendar #business-calendar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .section .wrap_calendar #business-calendar table {
    width: 170px;
    border: none;
    margin-top: 0;
  }
  .section .wrap_calendar #business-calendar p.holiday-string {
    display: none;
  }
  .section .wrap_calendar p.note {
    text-align: right;
    color: #000;
    margin-top: 10px;
    font-size: 10px;
  }
  .section .wrap_calendar p.note span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
  }
  .section .wrap_calendar p.note span::before {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #863c17;
    display: inline-block;
    margin-right: 5px;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .section .wrap_calendar p.center {
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    padding: 20px 0 0;
    border-top: 1px solid #231815;
    margin-top: 5px;
  }

	/* calendar */
	div#business-calendar,
	div#business-calendar th,
	div#business-calendar td {
		font-size: 10px;
		line-height: 16px;
		padding-top: 1px;
		padding-bottom: 1px;
	}
	
  div#business-calendar table td.holiday {
    background-color: transparent;
  }
  div#business-calendar table td.holiday>div {
    font-size: 10px;
    background-color: #863C17;
    color: #fff;
    border-radius: 50%;
		height: 16px;
		width: 16px;
		line-height: 16px;
    display: inline-block;
    text-align: center;
  }
	div#business-calendar table tr#year-month th {
		font-size: 12px;
	}
	div#business-calendar table tr th, div#business-calendar table tr td>div {
    color: #231815;
  }
  div#business-calendar table tr td>div {
		height: 16px;
		width: 16px;
		line-height: 16px;
    margin: auto;
  }
}


@media screen and (max-width: 768px) {
  .sec_calendar {
    padding-top: 60px;
    padding-bottom: 80px;
    margin-top: 60px;
    background: #F2F2F2;
  }
  .calendar-heading {
    font-size: 20px;
    line-height: 1;
    text-align: center;
  }

  .section .wrap_calendar {
    width: 85%;
    background: #fff;
    padding: 10px;
    margin: 50px auto 0;
  }
  .section .wrap_calendar h3 {
    text-align: center;
    font-size: 3.2vw;
    line-height: 1;
    text-align: center;
    padding-bottom: 3.2vw;
    border-bottom: 1px solid #231815;
    color: #231815;
    font-weight: bold;
    margin-bottom: 5.33333vw;
		margin-bottom: 1vw;
  }
  .section .wrap_calendar #business-calendar {
    width: 100%;
  }
  .section .wrap_calendar #business-calendar table {
    border: none;
    margin-top: 0;
  }
  .section .wrap_calendar #business-calendar p.holiday-string {
    display: none;
  }
  .section .wrap_calendar p.note {
    text-align: right;
    color: #000;
    margin-top: 2.66667vw;
    font-size: 2.66667vw;
  }
  .section .wrap_calendar p.note span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section .wrap_calendar p.note span::before {
    content: "";
    width: 2.4vw;
    height: 2.4vw;
    background-color: #863c17;
    display: inline-block;
    margin-right: 1.33333vw;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .section .wrap_calendar p.center {
    text-align: center;
    font-size: 3.2vw;
    line-height: 1;
    padding: 4vw 0;
    border-top: 1px solid #231815;
    margin-top: 1.33333vw;
		white-space: nowrap;
  }

	/* calendar */
	div#business-calendar,
	div#business-calendar table tr th,
	div#business-calendar table tr td {
		font-size: 10px;
		line-height: 16px;
		padding-top: 1px;
		padding-bottom: 1px;
	}
   div#business-calendar table td.holiday {
    background-color: transparent;
  }
  div#business-calendar table td.holiday > div {
    font-size: 10px;
    background-color: #863C17;
    color: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
		height: 16px;
		width: 16px;
		line-height: 16px;
    display: inline-block;
    text-align: center;
  }
  div#business-calendar table tr th, div#business-calendar table tr td > div {
    color: #231815;
  }
  div#business-calendar table tr td > div {
		height: 16px;
		width: 16px;
		line-height: 16px;
    margin: auto;
  }
}
