@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*  

■■リセットCSS

*/
html,
button,
input,
select,
textarea {
  font-family: "メイリオ", Meiryo, sans-serif;
}

label {
  cursor: pointer;
  cursor: hand;
}

object,
embed {
  vertical-align: top;
}

img {
  vertical-align: bottom;
}

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}

.pkg:before,
.pkg:after {
  content: "";
  display: table;
}

.pkg:after {
  clear: both;
}

.pkg {
  zoom: 1;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  word-wrap: break-word;
}

a:link {
  color: #0064B1;
  transition: all 0.2s ease-in;
}

a:visited {
  color: #0064B1;
  transition: all 0.2s ease-in;
}

a:hover {
  color: #3cc;
  transition: all 0.2s ease-in;
}

a img:hover {
  opacity: 0.5;
  transition: all 0.2s ease-in;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.img_responsive {
  max-width: 100%;
  height: auto;
}

/*
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
*/
a[data-fancybox] {
  position: relative;
}
a[data-fancybox] img {
  border: 1px solid #ccc;
}
a[data-fancybox]::after {
  position: absolute;
  font-family: "icomoon";
  font-weight: 400;
  line-height: 1;
  content: "\f00e";
  bottom: 5px;
  right: 10px;
  color: #000;
  font-size: 20px;
}

figure {
  margin: 0;
}

body {
  padding-top: 0 !important;
}

/*  

■■ハンバーガーメニュー

*/
.menu-btn {
  width: 60px;
  height: 60px;
  background-color: #000;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .menu-btn {
    top: auto;
    bottom: 0;
  }
}
.menu-btn .label {
  padding-top: 2px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 24px;
  top: 12px;
  /*left:15px;
  right:15px;*/
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*hoverで短くなるやつ*/
.menu-trigger:not(.active):hover span:nth-of-type(2) {
  width: 70%;
}

.menu-trigger:not(.active):hover span:nth-of-type(3) {
  width: 35%;
}

/*動き*/
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10.5px) rotate(-45deg);
  background-color: #fff;
  height: 3px;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10.5px) rotate(45deg);
  background-color: #fff;
  height: 3px;
}

.menu-trigger.active:hover {
  opacity: 0.5;
}

/*メニュー画面*/
nav.header {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #484F57;
  padding: 30px;
  z-index: 99;
}
nav.header .wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow-y: auto;
  height: 100%;
  color: #fff;
}
nav.header .wrapper .box {
  padding: 10px 0;
}
nav.header .wrapper .box .menu-box {
  padding: 0 24px;
}
nav.header .wrapper a {
  display: block;
  padding: 4px 0;
  color: #fff;
  text-decoration: none;
}
nav.header .wrapper a:hover {
  text-decoration: underline;
}
nav.header .wrapper .company {
  text-align: center;
}
nav.header .wrapper .company a {
  padding-top: 0;
}
nav.header .wrapper i {
  margin-right: 10px;
  font-size: 20px;
  font-size: 2rem;
}
nav.header .wrapper hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #aaa;
}

/**/
#other-contents ul {
  list-style-type: disc;
  margin-left: 60px;
}
#other-contents ul i {
  margin-right: 10px;
}
#other-contents ul li ul {
  list-style-type: circle;
  margin-left: 40px !important;
}
@media screen and (max-width: 640px) {
  #other-contents ul {
    margin-left: 30px;
  }
}

#disclaimer {
  padding-right: 30px;
}
#disclaimer ul {
  list-style-type: disc;
  margin-left: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}

#remarks .cols {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  #remarks .cols {
    display: block;
  }
}
#remarks .cols .col {
  padding: 0 15px;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col {
    margin-bottom: 15px;
  }
}
#remarks .cols .col a {
  display: block;
  width: 160px;
  height: 120px;
  background-color: #30aec5;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col a {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 16px 20px;
  }
}
#remarks .cols .col a:hover i, #remarks .cols .col a:hover span {
  color: #3cc;
  transition: all 0.2s ease-in;
}
#remarks .cols .col a i {
  font-size: 50px;
  font-size: 5rem;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col a i {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 0 !important;
    vertical-align: middle;
    width: 60px;
    text-align: center;
  }
}
#remarks .cols .col a span {
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col a span {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    vertical-align: middle;
  }
}
#remarks .cols .col a.creator:hover img.face {
  opacity: 1;
  transition: all 0.2s ease-in;
}
#remarks .cols .col a.creator p {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col a.creator p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 60px;
    padding: 0 5px;
    margin-right: 12px;
  }
}
#remarks .cols .col a.creator p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col a.creator p img {
    position: static;
  }
}
#remarks .cols .col a.creator p img.face {
  width: 52px;
  height: 52px;
  opacity: 0;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col a.creator p img.face {
    display: none;
  }
}

/* htmlの方で読みます
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto);
*/
/*  
レイアウト
*/
header {
  text-align: center;
}

.ad-top-center {
  text-align: center;
  padding: 30px 0;
  background-color: #F2F5F7;
}
@media screen and (max-width: 700px) {
  .ad-top-center {
    padding: 10px 0;
  }
}
.ad-top-center ins {
  height: 280px;
}
@media screen and (max-width: 1100px) {
  .ad-top-center ins {
    height: 345px;
  }
}

.content {
  background-color: #F2F5F7;
  display: flex;
  justify-content: center;
}
.content .ad-top-left {
  width: 300px;
  order: 1;
  text-align: right;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1500px) {
  .content .ad-top-left {
    width: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .content .ad-top-left {
    display: none;
  }
}
.content main {
  order: 2;
  background-color: #fff;
  width: 860px;
  margin: 0 15px;
  padding: 30px;
  border-radius: 3px;
}
@media screen and (max-width: 550px) {
  .content main {
    padding: 10px;
    margin: 0;
  }
}
.content .ad-top-right {
  order: 3;
  width: 300px;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .content .ad-top-right {
    display: none;
  }
}

footer {
  text-align: center;
  border-top: 1px solid #aaa;
}
footer .box {
  background-color: #343A40;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 900;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 12px 10px 50px 10px;
}

/*

■■コンテンツ

*/
.ad-top-center img {
  max-width: 100%;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  height: 60px;
}
@media screen and (max-width: 1024px) {
  header .logo {
    flex: 0 0 calc(100% - 60px);
  }
}
@media screen and (max-width: 1024px) {
  header .menu {
    width: 0px;
  }
}
header .title-logo {
  margin: 0;
}
header .title-logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 550px) {
  header .title-logo img {
    max-width: calc(100vw - 80px);
    margin: 0 10px;
  }
}
header .title-logo.en-text {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}
header .title-logo.en-text a {
  text-decoration: none;
  color: inherit;
}
header .title-logo.en-text a:hover {
  opacity: 0.5;
}

main .version {
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
}
main .h1_with_lang {
  display: flex;
  flex-flow: row-reverse nowrap;
}
@media screen and (max-width: 640px) {
  main .h1_with_lang {
    display: block;
  }
}
main .h1_with_lang div {
  flex-grow: 1;
}
main .h1_with_lang .lang {
  text-align: right;
}
@media screen and (max-width: 640px) {
  main .h1_with_lang .lang {
    text-align: left;
    margin-bottom: 10px;
  }
}
main .h1_with_lang .lang i {
  font-size: 24px;
  font-size: 2.4rem;
  color: #DE0101;
  margin-right: 8px;
  vertical-align: middle;
}
main .h1_with_lang .lang span {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto";
  color: #aaa;
  font-weight: bold;
}
main h1.page-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
  color: #30aec5;
  border-left: 7px solid #30aec5;
  padding-top: 2px;
  padding-left: 13px;
}
@media screen and (max-width: 550px) {
  main h1.page-title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 10px;
  }
}
main section {
  margin-bottom: 60px;
}

section img {
  max-width: 100%;
  height: auto;
}
section h2 {
  margin-bottom: 10px;
  color: #30aec5;
  line-height: 1.3;
}
section h2 i {
  margin-right: 10px;
}
section .image {
  margin-bottom: 20px;
}
section .image img {
  border: 1px solid #ccc;
  border-radius: 3px;
}
section .description {
  margin-bottom: 30px;
}
section .link {
  text-align: center;
}
section .link i {
  margin-right: 10px;
}
section .link a {
  display: inline-block;
  max-width: 100%;
  background-color: #30aec5;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  text-decoration: none;
  padding: 17px 23px 13px;
  border-radius: 5px;
  box-shadow: 0px 3px 0px 0px #3499AB;
}
section .link a:hover {
  opacity: 0.5;
}

#content {
  font-family: "Roboto";
  line-height: normal;
}
#content p {
  margin-top: 0;
  margin-bottom: 0;
}
#content h1, #content h2, #content h3, #content h4.h5 {
  font-weight: normal;
  line-height: normal;
}
#content a:link {
  color: #555;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
#content a:visited {
  color: #555;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
#content a:hover {
  color: #FF258D;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

/* headline */
.headline {
  background-image: url(/img/onlinecalendar-all/border_dot_wide.png), url(/img/onlinecalendar-all/border_dot_wide.png);
  background-repeat: repeat-x, repeat-x;
  background-position: top, bottom;
  margin: 0;
  padding: 8px 0;
  zoom: 1;
}
.headline:before, .headline:after {
  content: "";
  display: table;
}
.headline:after {
  clear: both;
}
.headline h1 {
  float: left;
  font-size: 16px;
}
.headline h1 .date {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 660px) {
  .headline h1 .date {
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: 3px;
  }
}
.headline h1 .post_text {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: 3px;
  padding-left: 10px;
}
.headline h1 .post_text.en {
  vertical-align: 0;
}
@media screen and (max-width: 660px) {
  .headline h1 .post_text.en {
    font-size: 12px;
    font-size: 1.2rem;
    vertical-align: 3px;
  }
}
.headline a.print_btn {
  float: right;
  margin-right: 2px;
  margin-top: 3px;
}
@media screen and (max-width: 660px) {
  .headline a.print_btn {
    display: none;
  }
}
.headline a.print_btn:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha( opacity=40 )";
}
.headline a.print_btn.en {
  font-size: 14px;
}
.headline p.printmode {
  display: none;
}

body.print .headline p.printmode {
  display: inline !important;
  float: right;
  margin-right: 2px;
  margin-top: 6px;
  font-weight: bold;
}

/* locate */
.locate {
  background-color: #f0f0f0;
  padding: 8px 10px 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.sub-menu {
  display: flex;
  justify-content: space-between;
  background-color: #f0f0f0;
}
.sub-menu .unit-selector {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
}

/*
========================================================
toggle label switch
========================================================
*/
.toggle-label-switch {
  --background-color: #aaa;
  --button-color: #FF92C6;
  --selected-text-color: #fff;
  --unselected-text-color: #444;
}
.toggle-label-switch *,
.toggle-label-switch *:before,
.toggle-label-switch *:after {
  box-sizing: content-box;
}
.toggle-label-switch .wrapper {
  position: relative;
  width: 110px;
  border-radius: 20px;
  height: 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0 auto;
}
.toggle-label-switch .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}
.toggle-label-switch .toggle-page {
  overflow: hidden;
  z-index: 2;
}
.toggle-label-switch .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--background-color);
  transition: 0.3s ease all;
  z-index: 1;
}
.toggle-label-switch .toggle-page:before,
.toggle-label-switch .toggle-page:after,
.toggle-label-switch .toggle-page span {
  position: absolute;
  top: 4px;
  width: 45px;
  height: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 20px;
  transition: 0.3s ease all;
}
.toggle-label-switch .toggle-page:before {
  content: "";
  left: 4px;
  background-color: var(--button-color);
}
.toggle-label-switch .toggle-page span {
  color: var(--selected-text-color);
  z-index: 1;
  left: 4px;
  top: 1px;
}
.toggle-label-switch .toggle-page:after {
  content: "°F";
  right: 2px;
  top: 1px;
  color: var(--unselected-text-color);
}
.toggle-label-switch .checkbox:checked + .toggle-page span {
  color: var(--unselected-text-color);
}
.toggle-label-switch .checkbox:checked + .toggle-page:before {
  left: 54px;
}
.toggle-label-switch .checkbox:checked + .toggle-page:after {
  color: var(--selected-text-color);
}

/* nav */
nav.year {
  zoom: 1;
  margin: 0;
}
nav.year:before, nav.year:after {
  content: "";
  display: table;
}
nav.year:after {
  clear: both;
}
nav.year p {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  vertical-align: 0px;
  padding-left: 10px;
  padding-right: 25px;
}
@media screen and (max-width: 760px) {
  nav.year .post_text2 {
    display: none;
  }
}
nav.year ul {
  float: left;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 760px) {
  nav.year ul {
    margin-right: 25px;
  }
}
nav.year ul li {
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
}
nav.year ul li a {
  display: block;
  background-color: #EFE4C8;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 6px 17px 4px;
}
@media screen and (max-width: 760px) {
  nav.year ul li a {
    padding-right: 5px;
    padding-left: 5px;
  }
}
nav.year ul li a.active {
  background-color: #FF92C6 !important;
  color: #fff !important;
  transition: none;
}

#content.year nav.month {
  display: none;
}

#content.month nav.month {
  display: table-cell;
  text-align: center;
}
#content.month nav.month ul {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#content.month nav.month ul li {
  display: table-cell;
  padding-right: 2px;
}
#content.month nav.month ul li a {
  display: block;
  background-color: #EFE4C8;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 3px 5px 4px;
}
#content.month nav.month ul li a.active, #content.month nav.month ul li a.now_month {
  background-color: #FF92C6 !important;
  color: #fff !important;
  transition: none;
}

#content.month nav.this-month {
  display: table-cell;
  text-align: center;
  padding-right: 6px;
}
#content.month nav.this-month a {
  display: block;
  background-color: #EFE4C8;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 3px 5px 4px;
}
#content.month nav.this-month a.active, #content.month nav.this-month a.now_month {
  background-color: #FF92C6 !important;
  color: #fff !important;
  transition: none;
}

/**/
#content.year .calendar_pager {
  display: none;
}

#content.year .calendar_wrap {
  margin-top: 16px;
}

#content.month .calendar_pager {
  display: table;
  width: 100%;
  margin-bottom: 13px;
}
@media screen and (max-width: 900px) {
  #content.month .calendar_pager {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 900px) {
  #content.month .calendar_pager .month {
    display: none;
  }
}
#content.month .calendar_pager .previous {
  display: table-cell;
}
#content.month .calendar_pager .previous a {
  background: url(/img/onlinecalendar-all/arrow_previous.png) 0 center no-repeat;
  padding: 0 0 0 22px;
}
#content.month .calendar_pager .next {
  display: table-cell;
  text-align: right;
}
#content.month .calendar_pager .next a {
  background: url(/img/onlinecalendar-all/arrow_next.png) right center no-repeat;
  padding: 0 22px 0 0;
}
#content.month .calendar_pager.en .previous a,
#content.month .calendar_pager.en .next a {
  font-size: 14px;
  text-decoration: none;
  background-size: 14px auto;
}

#content.month .calendar_wrap {
  margin-top: 26px;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 2px solid #eee;
}
@media screen and (max-width: 760px) {
  #content.month .calendar_wrap {
    margin-top: 26px;
  }
}
#content.month .calendar_wrap .calendar_col {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #content.month .calendar_wrap .calendar_col {
    width: 100%;
  }
}
#content.month .calendar_wrap .calendar_col td {
  height: 5em;
  padding: 7px 5px;
}
@media screen and (max-width: 760px) {
  #content.month .calendar_wrap .calendar_col td {
    height: auto;
  }
}
#content.month .calendar_wrap .calendar_col .month .year {
  font-size: 20px !important;
}
#content.month .calendar_wrap .calendar_col .month .month_num {
  font-size: 24px !important;
}
#content.month .calendar_wrap .calendar_col .gengou {
  vertical-align: middle !important;
}

.select_wrap {
  display: inline-block;
  border-left: 1px dotted #999;
  padding-left: 10px;
}
@media screen and (max-width: 760px) {
  .select_wrap {
    border-left: none;
    padding-left: 0;
  }
}

select {
  border-color: #b0b0b0;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: rgba(0, 0, 0, 0.8);
  font-family: inherit;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 1px 0 0;
  padding: 3px 28px 3px 5px;
  width: auto;
}

select::-ms-expand {
  display: none;
}

/* calendar table */
.calendar_col {
  /*
     .now_month {
     	background:  url(../img/bgimg_dot.png);	
     	border-color:#333 !important;
     }
     */
}
.calendar_col .border {
  border-top: 2px solid #eee;
  margin-top: 25px;
  padding-top: 18px;
}
.calendar_col .monthly_header {
  display: table;
  width: 100%;
  margin-bottom: 13px;
}
.calendar_col .monthly_header .month {
  display: table-cell;
  vertical-align: bottom;
  font-weight: bold !important;
}
@media screen and (max-width: 760px) {
  .calendar_col .monthly_header .month {
    display: block;
  }
}
.calendar_col .monthly_header .month .year {
  font-size: 14px;
  font-size: 1.4rem;
}
.calendar_col .monthly_header .month .month_num {
  font-size: 18px;
  font-size: 1.8rem;
}
.calendar_col .monthly_header .month p.english {
  display: inline;
  font-weight: normal;
  margin-left: 20px;
}
@media screen and (max-width: 760px) {
  .calendar_col .monthly_header .month p.english {
    display: block;
    margin-left: 0;
  }
}
.calendar_col .monthly_header .gengou {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 760px) {
  .calendar_col .monthly_header .gengou {
    display: block;
    text-align: left;
  }
}
.calendar_col .monthly_header .gengou p {
  display: inline;
}
.calendar_col .monthly_header .gengou p.alias span {
  font-size: 12px;
  font-size: 1.2rem;
}

#weather-table {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 700px) {
  #weather-table {
    border: 0;
  }
}
#weather-table .header {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 700px) {
  #weather-table .header {
    display: none;
  }
}
#weather-table .header div {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#weather-table .header div.null {
  flex: 1;
}
#weather-table .header div.year {
  width: 18.25%;
  padding: 6px;
}
#weather-table .row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  /*
  .slightly.rainfall {
  	color: #999;
  	font-weight: normal !important;
  	background: none;
  	.value {
  		color: #999;
  		font-weight: normal !important;
  	}
  }
  */
}
@media screen and (max-width: 700px) {
  #weather-table .row {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr 1fr 1fr 1fr 1fr;
    margin-top: 16px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}
#weather-table .row .date, #weather-table .row .item {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#weather-table .row .date {
  flex: 1;
  padding: 6px;
}
@media screen and (max-width: 700px) {
  #weather-table .row .date {
    grid-column: 1/3;
    grid-row: 1/2;
    background-color: #c0c0c0;
    text-align: center;
    padding: 4px;
  }
}
#weather-table .row .date .month {
  font-size: 11px;
  color: #666;
}
@media screen and (max-width: 700px) {
  #weather-table .row .date .month {
    display: inline-block;
    font-size: 14px;
    color: inherit;
  }
}
#weather-table .row .date .day {
  text-align: left;
}
@media screen and (max-width: 700px) {
  #weather-table .row .date .day {
    display: inline-block;
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  #weather-table .row .date.en .day {
    margin-left: 3px;
  }
}
#weather-table .row .item-year {
  display: none;
  font-size: 12px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 5px;
}
@media screen and (max-width: 700px) {
  #weather-table .row .item-year {
    display: block;
    grid-column: 1/2;
    grid-row: span 1;
  }
}
#weather-table .row .item {
  width: 18.25%;
  font-size: 14px;
  line-height: 1.3;
  padding: 5px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 700px) {
  #weather-table .row .item {
    width: 100%;
    grid-column: 2/3;
    grid-row: span 1;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0 5px;
  }
}
@media screen and (max-width: 700px) {
  #weather-table .row .item > div {
    width: calc(50% - 2.5px);
  }
}
#weather-table .row .day, #weather-table .row .night {
  text-align: center;
}
#weather-table .row .day .image.with-hover-text:hover, #weather-table .row .night .image.with-hover-text:hover {
  cursor: help;
}
#weather-table .row .day .image .error-msg, #weather-table .row .night .image .error-msg {
  padding: 4px;
  background-color: #fcc6e0;
  min-height: 57.59px;
}
#weather-table .row .day .image img, #weather-table .row .day .image svg, #weather-table .row .night .image img, #weather-table .row .night .image svg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
}
#weather-table .row .day .text, #weather-table .row .night .text {
  background-color: rgba(250, 236, 114, 0.6);
  padding: 6px 6px 4px;
  min-height: 28.19px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#weather-table .row .day .text.smaller, #weather-table .row .night .text.smaller {
  font-size: 12px;
}
#weather-table .row .night .image img, #weather-table .row .night .image svg {
  background-color: #fff;
}
#weather-table .row .night .text {
  background-color: rgba(44, 51, 125, 0.3);
}
#weather-table .row .temp {
  line-height: 1;
  margin-top: auto;
  padding-top: 6px;
}
@media screen and (max-width: 700px) {
  #weather-table .row .temp {
    margin-top: 5px;
    padding: 6px 6px 4px;
  }
}
#weather-table .row .temp .highest {
  padding: 3px 0 5px;
}
#weather-table .row .temp .highest .value {
  color: #fd3102;
}
#weather-table .row .temp .highest .value.level2 {
  font-weight: 700;
}
#weather-table .row .temp .highest .value.level3 {
  font-weight: 900;
}
#weather-table .row .temp .highest .value.level3::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/img/weather-calendar/fire-solid.svg") 0 0/12px 12px no-repeat;
  margin-right: 3px;
  vertical-align: -1px;
}
#weather-table .row .temp .lowest {
  padding: 0 0 1px;
}
#weather-table .row .temp .lowest .value {
  color: #0a38e4;
}
#weather-table .row .temp .lowest .value.level1 {
  font-weight: 700;
}
#weather-table .row .temp .lowest .value.level2 {
  font-weight: 900;
}
#weather-table .row .temp .lowest .value.level2::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/img/weather-calendar/snowflake-solid.svg") 0 0/12px 12px no-repeat;
  margin-right: 3px;
  vertical-align: -1px;
}
#weather-table .row .temp .col {
  display: flex;
  justify-content: space-between;
}
#weather-table .row .temp .col p {
  display: block;
  width: 50%;
  margin: 0;
  padding: 0;
}
#weather-table .row .temp .col p.value {
  text-align: right;
}
#weather-table .row .rain-snow {
  padding: 6px 6px 4px;
  margin-top: 5px;
  background-color: rgba(0, 103, 137, 0.25);
}
#weather-table .row .slightly.rain-snow {
  background-color: #fff;
  border-color: #c0cace;
  color: #777;
}
@media screen and (max-width: 700px) {
  #weather-table .row .slightly.rain-snow {
    border: 0;
    color: inherit;
  }
}
#weather-table .row .slightly.rain-snow .rainfall .value {
  font-weight: normal;
  color: #777;
}
@media screen and (max-width: 700px) {
  #weather-table .row .slightly.rain-snow .rainfall .value {
    color: inherit;
  }
}
#weather-table .row .slightly.rain-snow .snowfall .value {
  font-weight: normal;
}
#weather-table .row .rain-snow.lightly {
  background-color: rgba(0, 103, 137, 0.075);
}
#weather-table .row .rain-snow.under50 {
  background-color: rgba(0, 103, 137, 0.25);
}
#weather-table .row .rain-snow.over50 {
  background-color: rgba(0, 103, 137, 0.4);
}
#weather-table .row .rain-snow.over100 {
  background-color: rgba(0, 103, 137, 0.6);
  color: #000;
}
#weather-table .row .rain-snow.over100 .value {
  color: #000;
  font-weight: 900;
}
#weather-table .row .rainfall,
#weather-table .row .snowfall {
  line-height: 1;
  padding: 3px 0;
}
#weather-table .row .rainfall .col,
#weather-table .row .snowfall .col {
  display: flex;
  justify-content: space-between;
}
#weather-table .row .rainfall .col p,
#weather-table .row .snowfall .col p {
  display: block;
  width: 50%;
  margin: 0;
  padding: 0;
}
#weather-table .row .rainfall .col p.value,
#weather-table .row .snowfall .col p.value {
  text-align: right;
}
#weather-table .row .rainfall .value {
  color: #00506c;
  font-weight: bold;
}
#weather-table .row .snowfall .value {
  color: #00506c;
  font-weight: bold;
}

#weather-table .temp .celsius {
  display: inline;
}
#weather-table .temp .fahrenheit {
  display: none;
}
#weather-table .rainfall .mm,
#weather-table .snowfall .mm {
  display: inline;
}
#weather-table .rainfall .inch,
#weather-table .snowfall .inch {
  display: none;
}

#weather-table.fahrenheit .temp .celsius {
  display: none;
}
#weather-table.fahrenheit .temp .fahrenheit {
  display: inline;
}
#weather-table.fahrenheit .rainfall .mm,
#weather-table.fahrenheit .snowfall .mm {
  display: none;
}
#weather-table.fahrenheit .rainfall .inch,
#weather-table.fahrenheit .snowfall .inch {
  display: inline;
}

table.calendar_tbl_weather {
  width: 100%;
}
table.calendar_tbl_weather tr th, table.calendar_tbl_weather tr td {
  border: 1px solid #ccc;
  padding: 6px;
  vertical-align: top;
}
table.calendar_tbl_weather tr th {
  font-weight: normal;
  text-align: left;
}
table.calendar_tbl_weather tr th.date .month {
  font-size: 11px;
  color: #666;
}
table.calendar_tbl_weather tr td.item {
  width: 146px;
  font-size: 14px;
  line-height: 1.3;
}
table.calendar_tbl_weather tr td.item .day, table.calendar_tbl_weather tr td.item .night {
  text-align: center;
}
table.calendar_tbl_weather tr td.item .day .image .error-msg, table.calendar_tbl_weather tr td.item .night .image .error-msg {
  padding: 4px;
  background-color: #fcc6e0;
  min-height: 57.59px;
}
table.calendar_tbl_weather tr td.item .day .image img, table.calendar_tbl_weather tr td.item .day .image svg, table.calendar_tbl_weather tr td.item .night .image img, table.calendar_tbl_weather tr td.item .night .image svg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
}
table.calendar_tbl_weather tr td.item .day .text, table.calendar_tbl_weather tr td.item .night .text {
  background-color: rgba(250, 236, 114, 0.6);
  padding: 6px 6px 4px;
  min-height: 28.19px;
}
table.calendar_tbl_weather tr td.item .day .text.smaller, table.calendar_tbl_weather tr td.item .night .text.smaller {
  font-size: 12px;
}
table.calendar_tbl_weather tr td.item .night .image img, table.calendar_tbl_weather tr td.item .night .image svg {
  background-color: #fff;
}
table.calendar_tbl_weather tr td.item .night .text {
  background-color: rgba(44, 51, 125, 0.15);
}
table.calendar_tbl_weather tr td.item .temp {
  margin-top: 6px;
}
table.calendar_tbl_weather tr td.item .temp .highest .value {
  color: #fd3102;
}
table.calendar_tbl_weather tr td.item .temp .lowest .value {
  color: #0a38e4;
}
table.calendar_tbl_weather tr td.item .rainfall,
table.calendar_tbl_weather tr td.item .snowfall {
  margin-top: 4px;
  border-top: 1px solid #ccc;
  padding-top: 6px;
}
table.calendar_tbl_weather tr td.item .col {
  display: flex;
  justify-content: space-between;
}
table.calendar_tbl_weather tr td.item .col p {
  display: block;
  width: 50%;
  margin: 0;
  padding: 0;
}
table.calendar_tbl_weather tr td.item .col p.value {
  text-align: right;
}

pre.mark_error_message {
  font: inherit;
  background-color: #FCC6E0;
  padding: 4px;
}

#about-this.en .text p {
  line-height: 1.7;
}

#station_list {
  line-height: 1.3;
}
#station_list .station {
  display: inline-block;
  font-size: 13px;
  line-height: 1.3;
}
#station_list .station::after {
  content: "・";
}
#station_list .station:last-child::after {
  content: "";
}

/* 印刷用ページ */
body.print header,
body.print aside,
body.print section,
body.print footer,
body.print nav.year,
body.print .headline,
body.print .calendar_pager,
body.print .print_btn {
  display: none !important;
}
body.print .headline p.printmode {
  margin-top: 6px !important;
}
body.print .calendar_wrap {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.print .border {
  border: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body.print .content {
  background: none !important;
}
@media print {
  body.print main {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
}
@media print {
  body.print .calendar_col {
    max-width: 100% !important;
  }
}

/*
body.print .rokuyou_info_area,
body.print .pagetop,
body.print .footer,
body.print #sns_link,
body.print #google_ad_area01,
body.print nav,
body.print .calendar_pager,
body.print .print_btn
 {
	display: none !important;	
}
*/
/**/
#ad-slot-middle {
  display: none;
}
@media screen and (max-width: 400px) {
  #ad-slot-middle {
    display: block;
  }
}