@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto);
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;
  }
}

br.soft {
  display: none;
}
@media screen and (max-width: 480px) {
  br.soft {
    display: block;
  }
}

html,
button,
input,
select,
textarea {
  font-family: "Nunito Sans", sans-serif;
}

/*  

■■レイアウト

*/
.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;
  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 {
  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 {
  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: linear-gradient(to bottom, #002053, #0E4588);
  height: 60px;
}
@media screen and (max-width: 1024px) {
  header .logo {
    flex: 0 0 calc(100% - 60px);
  }
}
header a.mangetsu {
  text-decoration: none;
  color: #fae02b;
  font-size: 18px;
  font-weight: bold;
}
@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;
  }
}

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 {
  line-height: 1.7;
}
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 h2 {
  float: left;
}
.headline h2 .date {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 660px) {
  .headline h2 .date {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: 3px;
  }
}
.headline h2 .post_text {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: 3px;
  padding-left: 10px;
}
.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 p.printmode {
  display: none;
}

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

.debug {
  font-size: 13px;
  color: #777;
  margin-bottom: 3px;
}

/* locate */
.locate {
  background-color: #f0f0f0;
  margin-bottom: 20px;
  padding: 8px 10px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.locate .left .areaname {
  font-weight: bold;
  margin-right: 5px;
  font-size: 16px;
}
.locate .left .status {
  color: #666;
  font-size: 13px;
}
.locate .right {
  text-align: right;
}
.locate .right button {
  height: 29px;
  background: #EFE4C8 url("/img/common/location-arrow.svg") left 5px center no-repeat;
  background-size: 16px auto;
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  color: #555;
  padding-left: 24px;
  padding-right: 6px;
}
.locate .right button:hover {
  color: #FF258D;
}
.locate .right input {
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  height: 29px;
  padding-left: 6px;
  padding-right: 6px;
}

.autoComplete_wrapper {
  display: inline-block;
  position: relative;
}
.autoComplete_wrapper > input {
  width: 300px;
}

.autoComplete_wrapper > ul {
  position: absolute;
  max-height: 340px;
  overflow-y: scroll;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0.5rem 0 0 0;
  padding: 0;
  z-index: 1;
  list-style: none;
  border-radius: 0.6rem;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.07);
  box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
  outline: none;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}

.autoComplete_wrapper > ul[hidden],
.autoComplete_wrapper > ul:empty {
  display: block;
  opacity: 0;
  transform: scale(0);
}

.autoComplete_wrapper > ul > li {
  margin: 0.3rem;
  padding: 0.3rem 0.5rem;
  text-align: left;
  color: #212121;
  border-radius: 0.35rem;
  background-color: rgb(255, 255, 255);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}

.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: rgb(255, 122, 122);
  font-weight: bold;
}

.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(255, 122, 122, 0.15);
}

.autoComplete_wrapper > ul > li[aria-selected=true] {
  background-color: rgba(255, 122, 122, 0.15);
}

@media only screen and (max-width: 600px) {
  .autoComplete_wrapper > input {
    width: 18rem;
  }
}
/* nav */
nav.year {
  zoom: 1;
  margin: 0;
  padding-bottom: 18px;
}
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.year .calendar_pager {
  display: none;
}

#content.year .calendar_wrap {
  margin-top: 0;
  margin-bottom: 60px;
  border-bottom: 2px solid #eee;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 760px) {
  #content.year .calendar_wrap {
    display: block;
  }
}
#content.year .calendar_wrap .calendar_col {
  flex: 0 0 50%;
  padding: 0 12px;
  margin-bottom: 24px;
}

#content.month .calendar_pager {
  display: table;
  width: 100%;
  padding: 18px 0;
}
@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 {
  text-decoration: none;
  background: url(/img/onlinecalendar-all/arrow_previous.png) 0 center/10px auto no-repeat;
  padding: 0 0 0 18px;
}
#content.month .calendar_pager .next {
  display: table-cell;
  text-align: right;
}
#content.month .calendar_pager .next a {
  text-decoration: none;
  background: url(/img/onlinecalendar-all/arrow_next.png) right center/10px auto no-repeat;
  padding: 0 18px 0 0;
}

#content.month .calendar_wrap {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
#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 0px;
}
@media screen and (max-width: 760px) {
  #content.month .calendar_wrap .calendar_col td {
    height: auto;
  }
}
#content.month .calendar_wrap .calendar_col .month .month_num {
  font-size: 24px !important;
}

.select_wrap {
  display: inline-block;
  padding-left: 1px;
}

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;
  padding: 3px 28px 3px 5px;
  width: auto;
  height: 29px;
  vertical-align: 1px;
}

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;
  padding-top: 18px;
}
.calendar_col .monthly_header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  margin-bottom: 13px;
  font-family: "Nunito Sans", sans-serif;
}
.calendar_col .monthly_header .month {
  display: table-cell;
  vertical-align: bottom;
}
@media screen and (max-width: 760px) {
  .calendar_col .monthly_header .month {
    display: block;
  }
}
.calendar_col .monthly_header .month .year {
  font-size: 20px;
  padding-left: 8px;
}
.calendar_col .monthly_header .month .month_num {
  font-size: 18px;
  font-size: 1.8rem;
}
.calendar_col .monthly_header .month p.english {
  display: inline;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .calendar_col .monthly_header .month p.english {
    display: block;
    margin-left: 0;
  }
}
.calendar_col .monthly_header .timezone {
  font-size: 13px;
  color: #666;
}

#content.month .monthly_header a {
  text-decoration: none;
}

.calendar_tbl_mangetsu {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 760px) {
  .calendar_tbl_mangetsu {
    border-bottom: 1px solid #aaa;
  }
}
.calendar_tbl_mangetsu th, .calendar_tbl_mangetsu td {
  border: 1px solid #ccc;
}
.calendar_tbl_mangetsu th {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 0;
  font-weight: normal;
  background-color: #eee;
}
@media screen and (max-width: 760px) {
  .calendar_tbl_mangetsu th {
    display: none;
  }
  .calendar_tbl_mangetsu td {
    display: block;
    border: 1px solid #aaa;
    border-bottom: none;
  }
  .calendar_tbl_mangetsu td.empty {
    display: none;
  }
}
.calendar_tbl_mangetsu tr th:nth-child(1) {
  background-color: #F0B2B5;
}
.calendar_tbl_mangetsu tr th:nth-child(7) {
  background-color: #B9CADF;
}
.calendar_tbl_mangetsu tr td {
  padding: 7px 3px;
  background-color: #fff;
  vertical-align: top;
}
.calendar_tbl_mangetsu tr td:nth-child(7) .date {
  color: #1B74A4;
}
.calendar_tbl_mangetsu tr td:nth-child(1) .date,
.calendar_tbl_mangetsu tr td.holiday .date {
  color: #DF0615 !important;
  font-weight: bold !important;
}
.calendar_tbl_mangetsu tr .box {
  display: table;
  width: 100%;
}
.calendar_tbl_mangetsu tr .box .date {
  display: table-cell;
  vertical-align: top;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  padding: 0 0 5px;
}
@media screen and (max-width: 760px) {
  .calendar_tbl_mangetsu tr .box .date {
    padding-bottom: 0;
  }
}
.calendar_tbl_mangetsu tr .box .youbi {
  display: none;
}
@media screen and (max-width: 760px) {
  .calendar_tbl_mangetsu tr .box .youbi {
    display: inline;
    vertical-align: 1px;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.calendar_tbl_mangetsu tr .box .rokuyou {
  display: table-cell;
  vertical-align: top;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  color: #666;
  text-align: right;
  padding-top: 3px;
}
.calendar_tbl_mangetsu tr .box_second {
  height: 25px;
}
@media screen and (max-width: 760px) {
  .calendar_tbl_mangetsu tr .box_second {
    height: auto;
  }
}
.calendar_tbl_mangetsu tr .holiday_text {
  color: #DF0615;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.calendar_tbl_mangetsu tr .sekki24 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #409D26;
  font-weight: bold;
}
.calendar_tbl_mangetsu tr .getsurei {
  text-align: center;
  padding-bottom: 7px;
}
@media screen and (max-width: 760px) {
  .calendar_tbl_mangetsu tr .getsurei {
    margin-top: 0px;
    display: flex;
  }
}
.calendar_tbl_mangetsu tr .getsurei .fig {
  margin-bottom: 2px;
}
.calendar_tbl_mangetsu tr .getsurei .moon-title {
  font-size: 14px;
  font-size: 1.4rem;
  height: 40px;
}
.calendar_tbl_mangetsu tr .getsurei .moon-title .illumination {
  padding-top: 2px;
}
@media screen and (max-width: 760px) {
  .calendar_tbl_mangetsu tr .getsurei .moon-title .illumination {
    padding-top: 11px;
  }
}
.calendar_tbl_mangetsu tr .getsurei .moon-title .sakubou {
  font-weight: bold;
  line-height: 1;
  padding: 4px 0 2px;
}
@media screen and (max-width: 760px) {
  .calendar_tbl_mangetsu tr .getsurei .moon-title .sakubou {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.calendar_tbl_mangetsu tr .getsurei .moon-title .sakubou-time {
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .calendar_tbl_mangetsu tr .getsurei .moon-title .sakubou-time {
    margin-left: 3px;
  }
}
.calendar_tbl_mangetsu tr .getsurei .moon-title .sakubou-time span:first-child {
  font-size: 11px;
  font-size: 1.1rem;
  margin-right: 2px;
}
.calendar_tbl_mangetsu tr .getsurei .moon-title .sakubou-time span:last {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 760px) {
  .calendar_tbl_mangetsu tr .getsurei .face {
    width: 60%;
    border-right: 1px dotted #ccc;
    display: flex;
    align-items: center;
    padding: 10px 0;
  }
  .calendar_tbl_mangetsu tr .getsurei .face .fig {
    margin-right: 10px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 760px) {
  .calendar_tbl_mangetsu tr .getsurei .status {
    width: 40%;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 380px) {
  .calendar_tbl_mangetsu tr .getsurei .status {
    padding: 10px 5px;
  }
}
.calendar_tbl_mangetsu tr .getsurei .status .rise-set {
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px dotted #aaa;
  display: flex;
  padding: 6px 2px 0;
}
@media screen and (max-width: 760px) {
  .calendar_tbl_mangetsu tr .getsurei .status .rise-set {
    border-top: 0;
  }
}
.calendar_tbl_mangetsu tr .getsurei .status .rise-set .rise {
  display: block;
  width: 50%;
}
.calendar_tbl_mangetsu tr .getsurei .status .rise-set .rise span {
  background: url("/img/mangetsu-calendar/arrow_moonrise.svg") 0 0 no-repeat;
  padding-left: 16px;
}
.calendar_tbl_mangetsu tr .getsurei .status .rise-set .set {
  display: block;
  width: 50%;
}
.calendar_tbl_mangetsu tr .getsurei .status .rise-set .set span {
  background: url("/img/mangetsu-calendar/arrow_moonset.svg") 0 0 no-repeat;
  padding-left: 16px;
}
.calendar_tbl_mangetsu tr .getsurei .status .rise-set .keep {
  width: 50%;
}
.calendar_tbl_mangetsu tr .getsurei .status .rise-set .keep span {
  display: block;
  background: url("/img/mangetsu-calendar/arrow_moonkeep.svg") center center no-repeat;
}
.calendar_tbl_mangetsu tr .getsurei .status .rise-set div:first-child {
  text-align: left;
}
.calendar_tbl_mangetsu tr .getsurei .status .rise-set div:last-child {
  text-align: right;
}
.calendar_tbl_mangetsu tr .getsurei .status .moonage {
  font-size: 14px;
  font-size: 1.4rem;
  border-top: 1px dotted #aaa;
  padding-top: 5px;
  line-height: 1;
}
.calendar_tbl_mangetsu tr .getsurei .status .moonage span:nth-child(1) {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: 1px;
  padding-right: 3px;
}
.calendar_tbl_mangetsu tr .getsurei .status .moonage span:last-child {
  font-size: 12px;
  font-size: 1.2rem;
}
.calendar_tbl_mangetsu tr .getsurei .text span:nth-child(1) {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: 1px;
  padding-right: 3px;
}
.calendar_tbl_mangetsu tr .getsurei .text span:last-child {
  font-size: 12px;
  font-size: 1.2rem;
}
.calendar_tbl_mangetsu tr .fullmoon-name,
.calendar_tbl_mangetsu tr .super-moon,
.calendar_tbl_mangetsu tr .eclipse,
.calendar_tbl_mangetsu tr .chushu_meigetsu {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 0 -5px 0;
  padding: 6px 0;
}
@media screen and (max-width: 760px) {
  .calendar_tbl_mangetsu tr .fullmoon-name,
  .calendar_tbl_mangetsu tr .super-moon,
  .calendar_tbl_mangetsu tr .eclipse,
  .calendar_tbl_mangetsu tr .chushu_meigetsu {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.calendar_tbl_mangetsu tr .fullmoon-name {
  background-color: #ffe000;
  color: #000;
}
.calendar_tbl_mangetsu tr .super-moon {
  background-color: #FFBE00;
  color: #000;
}
.calendar_tbl_mangetsu tr .eclipse {
  background-color: #333;
  color: #fff;
}
.calendar_tbl_mangetsu tr .chushu_meigetsu {
  background-color: #ff9c00;
  color: #000;
}
.calendar_tbl_mangetsu tr .kyureki {
  border-top: 1px solid #ccc;
  text-align: right;
  color: #666;
  line-height: 1;
  padding-top: 3px;
}
@media screen and (max-width: 760px) {
  .calendar_tbl_mangetsu tr .kyureki {
    text-align: left;
    border-top: 1px dotted #ccc;
  }
}
.calendar_tbl_mangetsu tr .kyureki span:first-child {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: 1px;
  padding-right: 3px;
}
.calendar_tbl_mangetsu tr .kyureki span:last-child {
  font-size: 12px;
  font-size: 1.2rem;
}
.calendar_tbl_mangetsu tr .kyureki.empty {
  border-top: none;
}
.calendar_tbl_mangetsu tr td.today {
  background: #26337E url(/img/mangetsu-calendar/bgtext_today.png) top 8px right 8px no-repeat;
  color: #fff !important;
}
.calendar_tbl_mangetsu tr td.today .rise-set .rise span {
  background-image: url("/img/mangetsu-calendar/arrow_moonrise_white.svg") !important;
}
.calendar_tbl_mangetsu tr td.today .rise-set .set span {
  background-image: url("/img/mangetsu-calendar/arrow_moonset_white.svg") !important;
}
.calendar_tbl_mangetsu tr td.today .rise-set .keep span {
  background-image: url("/img/mangetsu-calendar/arrow_moonkeep_white.svg") !important;
}
.calendar_tbl_mangetsu tr td.tomobiki {
  background-color: #F5FAF4;
}
.calendar_tbl_mangetsu tr td.tomobiki .rokuyou {
  color: #409D26;
}
.calendar_tbl_mangetsu tr td.taian {
  background-color: #FFF4F9;
}
.calendar_tbl_mangetsu tr td.taian .rokuyou {
  font-weight: bold;
  color: #FF258D;
}
.calendar_tbl_mangetsu tr td[title] {
  cursor: pointer;
}

/* 印刷用ページ */
.calendar_col {
  display: inline-block;
  width: 100%;
  page-break-inside: avoid;
}

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;	
}
*/
/**/
#super_moon figure.moon-scale {
  max-width: 600px;
}
#super_moon figure.moon-scale figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  color: #666;
}

#moon-name dl.moon-name-list {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 18px;
}
#moon-name dl.moon-name-list dt {
  line-height: 1.3;
  margin-bottom: 5px;
}
#moon-name dl.moon-name-list dt span {
  background-color: #f0f0f0;
  padding: 0 3px;
}
#moon-name dl.moon-name-list dd {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 0px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 18px;
}

#chushu_moon {
  max-width: 700px;
}
#chushu_moon .text {
  line-height: normal;
}
#chushu_moon .text span {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}

#moon_info {
  max-width: 700px;
}
#moon_info .articles {
  margin-top: 20px;
}
#moon_info article {
  margin-bottom: 30px;
}
#moon_info article h4 {
  background: url(/img/mangetsu-calendar/bullet_moon.png) 0 0 no-repeat;
  padding: 5px 0 0 40px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
  min-height: 30px;
}
#moon_info article p {
  line-height: 2;
}

#ad-slot-middle {
  display: none;
}
@media screen and (max-width: 400px) {
  #ad-slot-middle {
    display: block;
  }
}