@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* base */
html, body {
  height: 100%; }

body {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  font-family: 'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #333; }

.tx-l {
  text-align: left; }

.tx-r {
  text-align: right; }

.tx-c {
  text-align: center; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.clearfix {
  clear: both; }

.flex {
  display: flex; }

.r {
  color: #db5608; }

.u {
  text-decoration: underline; }

.b {
  font-weight: 700; }

.m {
  font-weight: 500; }

.gu {
  color: #a8b0b6; }

a {
  color: #333;
  text-decoration: none; }

/* header.php */
/*
.container {
  position: relative;
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.container:after,
.row:after {
  content: "";
  display: table;
  clear: both; }
*/
.pc-only {
  display: block; }
  @media (max-width: 519px) {
    .pc-only {
      display: none; } }

.tb-only {
  display: none; }
  @media (max-width: 519px) {
    .tb-only {
      display: block; } }
  @media (max-width: 320px) {
    .tb-only {
      display: none; } }

.sp-only {
  display: none; }
  @media (max-width: 519px) {
    .sp-only {
      display: block !important; } }

.pc-only {
  display: block; }
  @media (max-width: 519px) {
    .pc-only {
      display: none; } }

.tb-only {
  display: none; }
  @media (max-width: 519px) {
    .tb-only {
      display: block; } }
  @media (max-width: 320px) {
    .tb-only {
      display: none; } }

.sp-only {
  display: none; }
  @media (max-width: 519px) {
    .sp-only {
      display: block !important; } }

@media (max-width: 519px) {
  .pconly {
    display: none !important; } }

@media (min-width: 519px) {
  .tbonly {
    display: none !important; } }

.header {
  margin-bottom: 50px;
  padding: 15px 0;
  color: #db5608;
  font-size: 12px;
  border-bottom: 1px solid #dcdcdc; }
  @media (max-width: 519px) {
    .header {
      margin-bottom: 0px; } }
  .header__flex {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between; }
  .header__submenu {
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 519px) {
      .header__submenu {
        /*width: 56%;*/
        margin-right: 2%;
        justify-content: flex-end; } }
    @media (max-width: 320px) {
      .header__submenu {
        width: 56%; } }
  .header__logo {
    width: 50px;
    line-height: 1;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1023px) {
      .header__logo {
        margin-left: 2%; } }
    .header__logo img {
      width: 50px;
      display: block; }
    .header__logo a {
      text-decoration: none;
      display: flex;
      align-items: center; }
      @media (max-width: 1023px) {
        .header__logo a {
          font-size: 30px; } }
      @media (max-width: 320px) {
        .header__logo a {
          font-size: 26px; } }
    .header__logo span {
      font-size: 20px; }
      @media (max-width: 1023px) {
        .header__logo span {
          font-size: 16px; } }
  .header__icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 60px; }
    @media (max-width: 519px) {
      .header__icon {
        height: 40px;
        padding: 0 5px; } }
    .header__icon a {
      color: #db5608;
      text-decoration: none;
      font-size: 13px; }
    .header__icon .img {
      height: 50px;
      display: flex;
      align-items: center; }
    @media (max-width: 519px) {
      .header__icon._fav {
        display: none; } }
    .header__icon._fav img {
      height: 24px; }
    @media (max-width: 519px) {
      .header__icon._mypage .str {
        display: none; } }
    .header__icon._menu img {
      height: 23px; }
      @media (max-width: 320px) {
        .header__icon._menu img {
          height: 20px; } }
    @media (max-width: 519px) {
      .header__icon._menu .str {
        display: none; } }
  .header .profile_img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover; }
  .header__menulist {
    background-color: #ccc;
    border: 2px dashed #db5608;
    border-radius: 20px;
    padding: 20px 20px 20px;
    margin: 53px 10px;
    position: absolute;
    top: 0;
    display: none; }
    @media (max-width: 1023px) {
      .header__menulist {
        right: 0; } }
    .header__menulist._open {
      display: block;
      /*right: 0;*/ }
    .header__menulist a {
      font-weight: bold;
      font-size: 20px;
      /*color: #000;*/
      color: #db5608;
      text-decoration: none; }
  .header__close {
    position: absolute;
    top: 5px;
    right: 15px;
    padding: 5px; }
    .header__close i {
      color: red;
      font-size: 25px; }

.footer {
  background: #db5608;
  padding: 20px 0;
  text-align: center; }
  @media (max-width: 519px) {
    .footer {
      background: #fff; } }
  .footer a {
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    font-size: 9px; }

.banner li {
  list-style-type: none; }
.banner img {
  height: auto; }

form.search {
  max-width: 400px;
  width: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 10px; }
  @media (max-width: 519px) {
    form.search {
      width: 80%; } }
  form.search #s {
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    margin-right: 0px;
    margin-left: 10px;
    border: 0px;
    width: 100%;
    font-size: 13px;
    color: #444; }
    @media (max-width: 320px) {
      form.search #s {
        height: 25px;
        font-size: 12px;
        line-height: 25px; } }
  form.search #searchsubmit {
    height: 17px; }

.key {
  max-width: 1330px;
  width: 40%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px; }
  @media (max-width: 1364px) {
    .key {
      width: 90%; } }
  .key__word {
    display: flex;
    justify-content: space-around;
    margin-top: 10px; }
    @media (max-width: 1364px) {
      .key__word {
        justify-content: flex-start;
        flex-wrap: wrap; } }
    .key__word li {
      border: 1px solid #333;
      border-radius: 5px;
      padding: 3px 10px;
      list-style-type: none;
      min-width: 100px;
      letter-spacing: 6px;
      margin: 0 5px; }
      @media (max-width: 519px) {
        .key__word li {
          margin-bottom: 10px; } }
      .key__word li a {
        text-decoration: none;
        color: #333; }

.fnav {
  display: flex;
  margin-top: 80px;
  justify-content: center;
  flex-wrap: wrap; }
  .fnav a {
    text-decoration: none;
    color: #333;
    margin: 0 20px; }
    @media (max-width: 519px) {
      .fnav a {
        margin: 0;
        padding: 10px; } }

.related {
  margin-top: 50px; }
  .related__border {
    display: flex;
    align-items: center;
    letter-spacing: 6px;
    font-size: 30px;
    color: #db5608; }
    @media (max-width: 519px) {
      .related__border {
        font-size: 25px; } }
    .related__border:after {
      content: "";
      height: 1px;
      flex-grow: 1;
      background-color: #db5608; }
    .related__border:before {
      margin-right: 1rem; }
    .related__border:after {
      margin-left: 1rem; }

.pagenation {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }
  .pagenation a, .pagenation span {
    width: 60px;
    height: 60px;
    margin: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center; }

.audio {
  margin: 10px 0 20px;
  font-weight: 400; }
  .audio__data {
    width: 100%;
    margin-top: 8px;
    margin-left: 0px; }

.comment-respond {
  max-width: 780px;
  margin: 0 auto 1em; }
  .comment-respond .logged-in-as {
    display: none; }
  .comment-respond .comment-form-comment .com__area {
    width: 100%; }

li.comments-List_Item.comment.byuser {
  max-width: 780px;
  margin: 1em auto 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a8b0b6; }
  li.comments-List_Item.comment.byuser ul li {
    border: none;
    margin-bottom: 0; }
  li.comments-List_Item.comment.byuser:last-child {
    border: none; }

.com .fn {
  font-weight: bold;
  line-height: 1.2; }
.com .time {
  font-size: 80%;
  color: #999;
  margin-bottom: 8px; }
  .com .time a {
    color: #999; }

.comments .comments-List {
  list-style-type: none; }
.comments .comments-Meta {
  display: flex;
  align-items: center; }
.comments .comments-Author {
  display: flex;
  align-items: center; }
.comments .profile_img {
  width: 40px;
  border-radius: 50%;
  margin-right: 15px; }
.comments .comments-Content {
  margin-top: 15px;
  padding-left: 55px; }
.comments .comments-Reply {
  margin-top: 10px; }
  .comments .comments-Reply a {
    color: #a8b0b6;
    font-size: 12px; }
.comments span.author {
  line-height: 1.5; }
.comments .comments-Form {
  padding: 2rem 3rem;
  background-color: #FDF6F2;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 20px; }
  @media (max-width: 519px) {
    .comments .comments-Form {
      padding: 2rem 1rem .5rem; } }
.comments .comments-Form_Title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500; }
@media (max-width: 519px) {
  .comments .comments-Title {
    text-align: left;
    border: none;
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 20px; } }
.comments label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  margin-bottom: 10px; }
.comments input#author, .comments textarea#comment {
  padding: 10px;
  border: 1px solid #ddd;
  width: 90%; }
  @media (max-width: 519px) {
    .comments input#author, .comments textarea#comment {
      width: 100%; } }
.comments .comment-form-author {
  margin-bottom: 15px; }
.comments .comments-Form_Submit:hover {
  background-color: transparent;
  color: #E4560C; }
.comments input.comments-Form_Submit {
  color: #fff;
  padding: .5rem 3rem;
  background-color: #E4560C;
  border: 2px solid #E4560C;
  cursor: pointer;
  border-radius: 4px;
  font-size: 1rem;
  letter-spacing: 3px;
  font-weight: bold; }
.comments .comments-Time {
  font-size: 12px; }
.comments .form-submit {
  margin-top: 15px;
  text-align: center; }

.leftmenu .widget, .spleft .widget {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px; }
  .leftmenu .widget ul, .spleft .widget ul {
    padding: 1.5em; }
.leftmenu li, .spleft li {
  line-height: 1.5;
  font-size: 13px; }
  .leftmenu li a, .spleft li a {
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding: 10px 0; }
.leftmenu .widgettitle, .spleft .widgettitle {
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: #db5608;
  padding: 10px 0; }
.leftmenu ul.menu, .spleft ul.menu {
  padding: 10px;
  border: none;
  margin: 0; }
.leftmenu li, .spleft li {
  list-style-type: none; }

.rightmenu li {
  list-style-type: none; }
  .rightmenu li h2 {
    color: #db5608;
    font-weight: 700; }
.rightmenu .title {
  margin-bottom: 13px;
  color: #db5608;
  font-weight: 700; }
.rightmenu .gensen img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
  display: block;
  margin-right: 15px; }
.rightmenu .gensen .flex {
  align-items: center;
  margin-bottom: 13px; }
.rightmenu .radio {
  width: 100%; }
  .rightmenu .radio .content {
    display: grid;
    grid-template-columns: 20px 140px 1fr;
    grid-template-rows: 1fr 1fr;
    border-radius: 8px;
    height: 140px;
    margin-bottom: 15px;
    font-size: 13px;
    text-align: center; }
    .rightmenu .radio .content p {
      justify-self: center;
      align-self: center; }
    .rightmenu .radio .content .r-a {
      grid-row: 1 / span 2;
      background: #fff;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.2;
      color: #fff;
      justify-self: stretch;
      align-self: stretch;
      vertical-align: middle;
      align-items: center;
      display: flex;
      padding-left: 0px;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
    .rightmenu .radio .content .r-c, .rightmenu .radio .content .r-e {
      display: flex;
      justify-content: center;
      align-items: center;
      justify-self: stretch;
      align-self: stretch; }
    .rightmenu .radio .content .r-c, .rightmenu .radio .content .r-e {
      position: relative; }
    .rightmenu .radio .content .r-c:before {
      content: "朝";
      background: #499ad5;
      width: 18px;
      height: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      font-weight: 700;
      font-size: 12px; }
    .rightmenu .radio .content .r-c:after {
      content: "";
      background-image: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 8px);
      background-size: 8px 1px;
      background-position: left bottom;
      background-repeat: repeat-x;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      pointer-events: none; }
    .rightmenu .radio .content .r-e:before {
      content: "夜";
      background: #333;
      width: 18px;
      height: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      font-weight: 700;
      font-size: 12px; }
    .rightmenu .radio .content .r-b {
      grid-row: 1 / 3; }
    .rightmenu .radio .content.mon {
      border: 1px solid #36bf4d; }
      .rightmenu .radio .content.mon .r-a {
        background: #36bf4d; }
      .rightmenu .radio .content.mon .r-c a, .rightmenu .radio .content.mon .r-e a {
        color: #36bf4d; }
      .rightmenu .radio .content.mon .r-c:after {
        background-image: linear-gradient(to right, #36bf4d, #36bf4d 4px, transparent 4px, transparent 4px); }
      .rightmenu .radio .content.mon .r-b {
        grid-row: 1 / 2; }
    .rightmenu .radio .content.tue {
      border: 1px solid #f0a00f; }
      .rightmenu .radio .content.tue .r-a {
        background: #f0a00f; }
      .rightmenu .radio .content.tue .r-c a, .rightmenu .radio .content.tue .r-e a {
        color: #f0a00f; }
      .rightmenu .radio .content.tue .r-c:after {
        background-image: linear-gradient(to right, #f0a00f, #f0a00f 4px, transparent 4px, transparent 4px); }
    .rightmenu .radio .content.wed {
      border: 1px solid #e87077; }
      .rightmenu .radio .content.wed .r-a {
        background: #e87077; }
      .rightmenu .radio .content.wed .r-c a, .rightmenu .radio .content.wed .r-e a {
        color: #e87077; }
      .rightmenu .radio .content.wed .r-c:after {
        background-image: linear-gradient(to right, #e87077, #e87077 4px, transparent 4px, transparent 4px); }
    .rightmenu .radio .content.thu {
      border: 1px solid #195ffd; }
      .rightmenu .radio .content.thu .r-a {
        background: #195ffd; }
      .rightmenu .radio .content.thu .r-c a, .rightmenu .radio .content.thu .r-e a {
        color: #195ffd; }
      .rightmenu .radio .content.thu .r-c:after {
        background-image: linear-gradient(to right, #195ffd, #195ffd 4px, transparent 4px, transparent 4px); }
    .rightmenu .radio .content.fri {
      border: 1px solid #7e62a5; }
      .rightmenu .radio .content.fri .r-a {
        background: #7e62a5; }
      .rightmenu .radio .content.fri .r-c a, .rightmenu .radio .content.fri .r-e a {
        color: #7e62a5; }
      .rightmenu .radio .content.fri .r-c:after {
        background-image: linear-gradient(to right, #7e62a5, #7e62a5 4px, transparent 4px, transparent 4px); }
    .rightmenu .radio .content.sat {
      border: 1px solid #dc6f9c; }
      .rightmenu .radio .content.sat .r-a {
        background: #dc6f9c; }
      .rightmenu .radio .content.sat .r-c a, .rightmenu .radio .content.sat .r-e a {
        color: #dc6f9c; }
      .rightmenu .radio .content.sat .r-c:after {
        background-image: linear-gradient(to right, #dc6f9c, #dc6f9c 4px, transparent 4px, transparent 4px); }
    .rightmenu .radio .content.sun {
      border: 1px solid #9b989b; }
      .rightmenu .radio .content.sun .r-a {
        background: #9b989b; }
      .rightmenu .radio .content.sun .r-c a, .rightmenu .radio .content.sun .r-e a {
        color: #9b989b; }
      .rightmenu .radio .content.sun .r-c:after {
        background-image: linear-gradient(to right, #9b989b, #9b989b 4px, transparent 4px, transparent 4px); }

* {
  box-sizing: border-box; }

.container {
  display: flex;
  margin: 40px auto;
  font-weight: 400;
  line-height: 1.9;
  max-width: 1000px;
  width: 100%;
  justify-content: space-between; }
  @media (max-width: 519px) {
    .container {
      flex-direction: column;
      margin-top: 10px; } }
  .container img {
    max-width: 100%; }

.leftmenu {
  width: 140px; }

.main {
  width: 450px; }
  @media (max-width: 519px) {
    .main {
      width: 93%;
      margin: 0 auto; } }

.rightmenu {
  width: 300px; }
  @media (max-width: 519px) {
    .rightmenu {
      width: 93%;
      margin: 40px auto 0; } }

.container.left .main {
  width: 768px; }
  @media (max-width: 519px) {
    .container.left .main {
      width: 93%;
      margin: 0 auto; } }

.container.right .main {
  width: 640px; }
  @media (max-width: 519px) {
    .container.right .main {
      width: 93%;
      margin: 0 auto; } }

.container.right .leftmenu {
  display: none; }
  @media (max-width: 519px) {
    .container.right .leftmenu {
      display: block; } }

.spleft {
  width: 90%;
  margin: 0 auto; }

/*# sourceMappingURL=style.css.map */
