@charset "UTF-8";
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ BASE
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 830px) {
  body {
    　position: relative;
    overflow-x: hidden;
  }
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*====================================================================================
BreakPoint
====================================================================================*/
@media screen and (max-width: 830px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 830px) {
  .sp {
    display: none !important;
  }
}

/*====================================================================================
Font
====================================================================================*/
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure {
  word-wrap: break-word;
  color: #303030;
  /*font-family: font_style;*/
  font-family:"ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "游ゴシック体", "YuGothic",  sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  list-style-type: none;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ header
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#header {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

#header .inner {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0;
}

@media screen and (max-width: 830px) {
  #header {
    margin-bottom: 0;
  }
  #header .inner {
    padding: 10px;
  }
}

/*====================================================================================
gNav
====================================================================================*/
.gNav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.gNav__item {
  line-height: 1em;
}

.gNav__item:not(:last-child) {
  border-right: 1px solid #ccc;
}

.gNav__link {
  display: block;
  padding: 0 15px;
  color: #606060;
  font-weight: bold;
  line-height: 1em;
}

@media screen and (max-width: 830px) {
  .gNav {
    display: none;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ footer
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#footer {
  max-width: 1080px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 830px) {
  #footer {
    margin-top: 40px;
  }
}

.copy {
  color: #606060;
  line-height: 1em;
  text-align: center;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#areaContent, #wrap {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

#main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#sub {
  width: 320px;
}

@media screen and (max-width: 830px) {
  #areaContent, #wrap {
    display: block;
  }
  #main {
    margin-bottom: 30px;
  }
  #main, #sub {
    width: 100%;
    padding: 10px;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ block
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.block > *:not(:last-child), .box > *:not(:last-child) {
  margin-bottom: 30px;
}

.block:not(:last-child), .box:not(:last-child) {
  margin-bottom: 40px;
}

.block > *[class*="title"] + .inner, .box > *[class*="title"] + .inner {
  margin-top: -25px;
}

.block .inner > *:not(:last-child), .box .inner > *:not(:last-child) {
  margin-bottom: 20px;
}

*[class*="flex"] > *:not(:last-child) {
  margin-bottom: 0px !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 830px) {
  .flexSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 830px) {
  .flexPc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ title
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.title01, .tit-01 {
  font-size: 20px;
  font-weight: 600;
}

.title01 .icon, .title01 img, .tit-01 .icon, .tit-01 img {
  width: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 830px) {
  .title01, .tit-01 {
    font-size: 17px;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ text
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.bold {
  font-weight: bold;
}

.link {
  color: #1F59BA;
}

.underline {
  text-decoration: underline;
}

.small {
  font-size: 13px;
}

.center {
  text-align: center;
}
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ button
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.rightButton {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex: 1;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  background-color: #F0F3F9;
}

.rightButton a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rightButton .arrow {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

.rightButton .arrow:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  margin-left: -2px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 2px solid #D8D8D8;
  border-bottom: 2px solid #D8D8D8;
  content: "";
}

@media screen and (max-width: 830px) {
  .rightButton {
    display: block;
    background: transparent;
    text-align: right;
  }
  .rightButton .arrow {
    display: none;
  }
  .rightButton > * {
    color: #1F59BA;
    text-decoration: underline;
  }
  .rightButton > *:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border: 6px solid transparent;
    border-right: 0;
    border-left: 8px  solid #1F59BA;
    content: "";
  }
}

/*====================================================================================
banner
====================================================================================*/
@media screen and (max-width: 830px) {
  .banner img {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ youtubeArea
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
@media screen and (max-width: 830px) {
  #areaYoutube {
    margin-top: -10px;
  }
}

/*====================================================================================
youtube
====================================================================================*/
.youtube {
  display:  block;
  position: relative;
  overflow: hidden;
}

.youtube:before {
  display: block;
  padding-top: 56.25%;
  content: "";
  /* 高さの比率 ÷ 幅の比率 × 100 【1:1=100%】【4:3=75%】【16:9=56.25%】 */
}

.youtube:after {
  content: "";
  display: block;
  width : 50px;
  height: 50px;
  background: url('https://smtgvs.cdn.weathernews.jp/wnl/img/icon_start.svg?1');
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.youtube > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 830px) {
  .youtube {
    width: 100%;
  }
}

@media screen and (max-width: 830px) {
  .youtube {
    margin: 0 -10px;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ boxStyle
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.boxStyle {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.boxStyle__thumb {
  border: 1px solid #ccc;
}

.boxStyle__info.center {
  text-align: center;
}

.boxStyle.ver02 {
  display: block;
}

.boxStyle.ver02 .boxStyle__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.boxStyle.ver02 .boxStyle__item:not(:last-child) {
  margin-bottom: 15px;
}

.boxStyle.ver02 .boxStyle__info * {
  font-size: 19px;
}

.boxStyle.ver02 .boxStyle__info a {
  display: block;
  margin-top: 15px;
}

/*====================================================================================
timeTable
====================================================================================*/
.boxStyle.timeTable .boxStyle__thumb img {
  -o-object-fit: cover;
  width: 320px;
  object-fit: cover;
}

@media screen and (max-width: 830px) {
  .boxStyle.timeTable {
    display: block;
  }
  .boxStyle.timeTable .boxStyle__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
  }
  .boxStyle.timeTable .boxStyle__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .boxStyle.timeTable .boxStyle__item > * {
    width: 50%;
  }
  .boxStyle.timeTable .boxStyle__info * {
    font-size: 15px;
  }
  .boxStyle.timeTable .boxStyle__thumb img {
    width: 100%;
    height: auto;
  }
}

/*====================================================================================
update
====================================================================================*/
.boxStyle.update .boxStyle__thumb img {
  -o-object-fit: cover;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

@media screen and (max-width: 830px) {
  .boxStyle.update {
    -ms-flex-wrap: wrap;
    gap: 20px 0;
    flex-wrap: wrap;
  }
  .boxStyle.update .boxStyle__item {
    width: 23%;
    margin: 0px 1%;
  }
  .boxStyle.update .boxStyle__thumb img {
    -o-object-fit: cover;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ areaTimeTable
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#areaTimeTable .rightButton {
  height: 180px;
}

@media screen and (max-width: 830px) {
  #areaTimeTable .rightButton {
    height: auto;
  }
}

.boxStyle.timeTable .boxStyle__info .label {
  margin-left: 5px;
  padding: 5px;
  background-color: #f00000;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1em;
  border-radius: 2px;
}

.boxStyle.timeTable .boxStyle__info .label.on {
  display: inline-block;
}

.boxStyle.timeTable .boxStyle__info .label.off {
  display: none;
}

@media screen and (max-width: 830px) {
  .boxStyle.timeTable .boxStyle__info .label {
    font-size: 13px;
  }
}

@media screen and (max-width: 830px) {
  #areaUpdate .rightButton {
    height: auto;
  }
}

/*====================================================================================
osususme
====================================================================================*/
.boxStyle.osusume {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.boxStyle.osusume .boxStyle__thumb img {
  width: 100%;
}

@media screen and (max-width: 830px) {
  .boxStyle.osusume .boxStyle__item {
    display: block;
  }
  .boxStyle.osusume .boxStyle__item > * {
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .boxStyle.osusume .boxStyle__thumb, .boxStyle.osusume .boxStyle__info {
    width: 50%;
  }
}

@media screen and (min-width: 830px) {
  .boxStyle.osusume + .rightButton {
    max-width: 110px;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ sub
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.linkList, .list-01, .list-02 {
  border-top: 1px solid #eee;
}

.linkList__item, .linkList li, .list-01__item, .list-01 li, .list-02__item, .list-02 li {
  border-bottom: 1px solid #eee;
}

.linkList__link, .linkList a, .list-01__link, .list-01 a, .list-02__link, .list-02 a {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.linkList .img, .linkList img, .list-01 .img, .list-01 img, .list-02 .img, .list-02 img {
  -o-object-fit: cover;
  width: 100px;
  height: 75px;
  object-fit: cover;
}

.linkList .txt, .list-01 .txt, .list-02 .txt {
  font-weight: bold;
}

.linkList .day, .list-01 .day, .list-02 .day {
  color: #666;
  font-size: 13px;
  font-weight: normal;
}

.list-02 .img, .list-02 img {
  -o-object-fit: cover;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.more {
  padding: 10px 0;
  text-align: right;
}

.more a {
  color: #1F59BA;
  font-weight: bold;
  text-decoration: underline;
}

/*====================================================================================
linkList02
====================================================================================*/
.linkList02 {
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}

@media screen and (min-width: 830px) {
  .linkList02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.linkList02__item {
  width: 100%;
}

@media screen and (min-width: 830px) {
  .linkList02__item:not(:last-child) {
    border-right: 1px solid #C0C0C0;
  }
}

@media screen and (max-width: 830px) {
  .linkList02__item:not(:last-child) {
    border-bottom: 1px solid #C0C0C0;
  }
}

.linkList02__link {
  display: block;
  padding: 10px;
  font-weight: bold;
}

.linkList02__icon {
  margin-right: 5px;
}


/*===========
calendar
===========*/
@media screen and (min-width: 830px) {
  .calendar_sp {
    display: none;
  }
  .calendar_pc img{
    width: 100%;
    max-width: 320px;
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 830px) {
  .calendar_sp img{
    width: 100%;
    max-width: 320px;
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .calendar_pc {
    display: none;
  }
}

