@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Sans+JP&family=Noto+Serif+JP&family=Sawarabi+Mincho&display=swap&family=Hachi+Maru+Pop');
@import url('https://unpkg.com/material-components-web@10.0.0/dist/material-components-web.css');

@font-face {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  }
  #page__title,.google,mdc-typography--headline4,.mdc-typography--headline5,.mdc-typography--headline6 {
  font-family: 'Product Sans',sans-serif;
  }
  @font-face {
	font-family: 'kawaii';
	src: url(/fonts/kawaii.woff2);
}

@font-face {
  font-family: 'icomoon';
  src:url('/icon-font/iconmoon-mdc-main.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*スクロールバー全体*/
::-webkit-scrollbar {
    width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 0px;
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 50, .3);
    border: 3px solid transparent;
    border-radius: 9px;
    background-clip: content-box;
}
body::-webkit-scrollbar-thumb {
    border: 2.5px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
background-color: rgba(0, 0, 50, .4);
}
::-webkit-scrollbar-thumb:active {
background-color: rgba(0, 0, 50, .5);
border: 2px solid transparent;
}
body::-webkit-scrollbar-thumb:active {
    border: 1.5px solid transparent;
    background-clip: content-box;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.news-box .material-icons-size::before {
  content: "\e88e";
  speak : none;
}
.warning-box .material-icons-size::before {
  content: "\e002";
  speak : none;
}
a[href][target="_blank"].textlink.change::after {
font-family:Material Icons Round;
}
.menu-button-container {
  position: relative;
}

.news-box {
max-width:calc(100% - 20px);
  border-radius: 4px;
  display: inline-block;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background: #565656;
  color: white;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-box-line {
  padding: 0.5em 0.5em;
  border: solid 1px #565656;
  border-radius: 5px;
  display: block;
}

.news-box-line a {
  text-decoration: underline;
}

.warning-box-line {
  border: solid 1px #db0028;
}

.warning-box {
  background: #db0028;
}

.display-none {
  display: none;
}
.materials-icon-text {
  speak : none;
  content: "language";
  font-family: "Material Icons";
  font-size: 1em;
  vertical-align: -10%;
  text-decoration: none;
  display: inline-block;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.news-box-line {
margin-bottom:1em;
font-size:1em
}
.scroll {
  overflow: scroll;
  padding-left: 2em;
  padding: 2em;
}

p {
  padding-top: .5em;
}

form.form {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-gap: 2em;
  max-width: 60ch;
  margin: 0 auto;
  padding: 2em;
  padding-top: 0;
}

.send {
  display: none;
}

div.sendpc {
  text-align: right;
}

.formcomment {
  padding-left: 2em;
  padding-right: 2em;
}

.form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-gap: 2em;
  max-width: 60ch;
  margin: 0 auto;
  padding: 2em;
}

* {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

.content {
  display: none;
}

.content--active {
  display: block;
}

body {
  font-family:  sans-serif;
  color: #333;
}

hr {
  display: block;
  user-select: none;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  speak:none;
}

.lum-lightbox-inner img {
  background: #fdfdfd;
}
.maincontents {
  padding-left: 1.5em;
  padding-right: 1.5em;
    width: 1200px;
    height: 10%;
    margin:auto;
    max-width:100%;
    box-sizing: border-box;
}

.space {
  height: 3em;
}

.agooglelr {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fdfdfd;
  z-index: 8;
}

.mdc-top-app-bar {
  z-index: 9;
}

.mdc-drawer-scrim {
  z-index: 10;
}

.mdc-drawer--modal {
  z-index: 11;
}

.mdc-dialog, .mdc-snackbar {
  z-index: 11;
}
* {
-webkit-tap-highlight-color: rgba(0,0,0,0);
  white-space: normal;
}
a[href].textlink {
  color: #185bf5;
  text-decoration: none;
  white-space: pre-wrap;
}

/*a[href].textlink::before {
  content: "navigate_next";
  speak : none;
  color:#00949d;;
  font-family: "Material Icons";
  font-size: .6em;
  vertical-align: 0%;
  text-decoration: none;
  display: inline-block;
  border-radius:50px;
}
a[href].textlink::before {
  Background:#00949d;
  color:#fff;
}*/
a[href].textlink:hover {
  text-decoration: underline;
}

a[href][target="_blank"].textlink::after {
  content: "";
  speak : none;
  font-family: "Material Icons";
  font-size: 1.2em;
  vertical-align: -20%;
  text-decoration: none;
  display: inline-block;
}
a[href].textlink.link_icon::before {
  content: "arrow_drop_down_circle";
  speak : none;
  font-family: "Material Icons";
  font-size: 1.2em;
  vertical-align: -20%;
  text-decoration: none;
  display: inline-block;
  transform: rotate(-90deg);
}
a.mdc-fab,a.material-icons {
text-decoration: none;
}

.mdc-ripple-upgraded--unbounded {
  --mdc-ripple-fg-size: 28px;
  --mdc-ripple-fg-scale: 1.7142857142857142;
  --mdc-ripple-left: 10px;
  --mdc-ripple-top: 10px;
}

.spacebottom {
  padding-bottom: 1.5em;
}

#page-top2, .page-top2 {
z-index: 9999999;
}

.mdc-fab {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background: #fff;
  color: #333;
  bottom: 24px;
  right: 24px;
  overflow: hidden;
  -webkit-touch-callout: none;
  z-index: 9;
}

.center {
  text-align: center;
  /* 中央寄せ */
}

.times {
  text-align: right;
  opacity: .55;
}

s {
  text-decoration: line-through;
  text-decoration-color: rgba(0, 0, 0, .7);
}

.disp-img {
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  display: inline-flex;
  vertical-align: -15%;
  background-size: cover;
}

.timeicon {
  font-size: 1.5em;
  display: inline-flex;
  vertical-align: -25%;
}

.material-icons-size {
  font-family: "Material Icons";
  font-size: 1.5em;
  display: inline-flex;
  vertical-align: -25%;
  text-transform: none;
}

.micon {
  margin-right: 0.2em;
}


.thumbnail {
  background-size: cover;
  background-position: center center;
  padding-top: 56.25%;
  width: 100%;
  display: inline-block;
}

.luminous {
  -webkit-touch-callout: none;
}

.lum-lightbox {
  z-index: 99999999;
}

.lum-lightbox-inner img {
  -webkit-touch-callout: none;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch; 
}
.youtube iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

  
    @media screen and (min-width: 650px) {
  .img {
    width: 580px;
  }
  .thumbnail {
    padding-top: 0%;
    width: 300px;
    height: 168.75px;
  }
}

@media screen and (min-width: 850px) {
  .img {
    width: 700px;
  }
  .thumbnail {
    padding-top: 0%;
    width: 300px;
    height: 168.75px;
  }
  .imgmiddle {
    padding-bottom: 0;
  }
  .imgbottom {
    padding-top: 0;
}
  
  .maincontents {
    padding-left: 5em;
    padding-right: 5em;}
  }
}
@media screen and (min-width: 950px) {
  .maincontents {
    padding-left: 10em;
    padding-right: 10em;
  }
}



/* ブログ埋め込み時のため、表示の調節 */

@media (max-width: 460px) {
  .lum-lightbox-inner img {
    width: 100%;
    height: 100%;
}
}
.lum-gallery-button {
  display: none !importan;
}
@media (prefers-color-scheme: dark) {
/*スクロールバー全体*/
::-webkit-scrollbar {
    width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 0px;
  box-shadow: inset 0 0 6px rgba(255, 255, 210, .1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 210, .2);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .15);
}
::-webkit-scrollbar-thumb:hover {
background-color: rgba(255, 255, 210, .3);
}
::-webkit-scrollbar-thumb:active {
background-color: rgba(255, 255, 210, .5);
}
}