/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
html {
  line-height: 1.3;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese');*/
/**/
/**/
/**/
/**/
/*gray*/
/*$mincho: 'Noto Serif JP', serif;*/
/*mediaquery*/
/* -------------------------------- 
Primary style
-------------------------------- */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/* -------------------------------- 
Main components 
-------------------------------- */
html {
  position: relative;
  height: 100%; }

body {
  position: relative;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom; }

br.brmd {
  display: none; }
  @media screen and (max-width: 768px) {
    br.brmd {
      display: block; } }
  @media screen and (max-width: 640px) {
    br.brmd {
      display: block; } }

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

@media screen and (max-width: 640px) {
  br.brpc {
    display: none; } }

.inner {
  width: 100%;
  padding: 30px;
  max-width: 1260px;
  margin: 0 auto;
  clear: both; }
  @media screen and (max-width: 640px) {
    .inner {
      padding: 15px 25px; } }

section {
  position: relative;
  padding: 40px 0; }
  @media screen and (max-width: 640px) {
    section {
      padding: 20px 0; } }

a.btn_link {
  display: inline-block;
  padding: 1em 1em 1em 2em;
  color: #33486F;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  border: 2px solid #33486F;
  border-radius: 30px;
  transition: .2s; }
  a.btn_link:after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f105";
    margin-left: 2em; }
  a.btn_link:hover {
    color: #fff;
    background: #33486F;
    transition: .2s; }
  @media screen and (max-width: 640px) {
    a.btn_link {
      padding: 1em 1em 1em 2em;
      font-size: 14px; } }

a:hover {
  color: #33486F;
  opacity: 0.85; }
  a:hover img {
    opacity: .85; }

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

.spblock {
  display: none; }
  @media screen and (max-width: 640px) {
    .spblock {
      display: block; } }

@media screen and (max-width: 640px) {
  .spnone {
    display: none; } }
/*sns*/
ul.ul_sns {
  display: flex;
  margin: 0; }
  ul.ul_sns li {
    margin-right: 8px;
    list-style: none; }
    ul.ul_sns li:last-child {
      margin-right: 0; }
    ul.ul_sns li a {
      display: block;
      width: 28px;
      height: 28px;
      line-height: 28px;
      text-align: center;
      color: #fff;
      font-size: 12px;
      background: #000;
      border-radius: 50%;
      /*sns*/
      /*fb*/
      /*tw*/
      /*insta*/
      /*fb*/ }
      ul.ul_sns li a.fb {
        background: #3c5998; }
      ul.ul_sns li a.tw {
        background: #1DA1F2; }
      ul.ul_sns li a.in {
        position: relative;
        background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        overflow: hidden; }
        ul.ul_sns li a.in::before {
          content: '';
          position: absolute;
          top: 11px;
          left: -9px;
          width: 28px;
          height: 28px;
          background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
          background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%); }
        ul.ul_sns li a.in i {
          position: relative;
          z-index: 2; }
      ul.ul_sns li a.yt {
        background: #cd201f; }

/*flex*/
ul.ul_flex {
  display: flex;
  margin: 0 auto; }
  ul.ul_flex li {
    margin-right: 30px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden; }
    ul.ul_flex li:nth-child(3n) {
      margin-right: 0; }
    ul.ul_flex li .txt_wrap {
      padding: 1em; }
      ul.ul_flex li .txt_wrap div.cat_time_wrap {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1em;
        font-size: 13px; }
        ul.ul_flex li .txt_wrap div.cat_time_wrap .cat {
          padding: .5em 1em;
          font-weight: bold;
          color: #fff;
          font-size: 12px;
          background: #33486F;
          border-radius: 6px; }
        ul.ul_flex li .txt_wrap div.cat_time_wrap time {
          display: inline-block; }
      ul.ul_flex li .txt_wrap a.title {
        font-weight: bold;
        line-height: 1.5; }
  @media screen and (max-width: 768px) {
    ul.ul_flex li .txt_wrap div.cat_time_wrap {
      display: block; }
      ul.ul_flex li .txt_wrap div.cat_time_wrap .cat {
        display: inline-block;
        margin-bottom: .5em;
        padding: .3em .5em; } }
  @media screen and (max-width: 640px) {
    ul.ul_flex {
      display: block;
      width: 95%; }
      ul.ul_flex li {
        margin-right: 0;
        margin-bottom: 20px; } }

ul.nonstyle {
  list-style: none;
  padding: 0; }

/*googlemap*/
.ggmap {
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .ggmap {
      padding-bottom: 70%; } }
  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* -------------------------------- 
header components 
--------------------------------- */
.header {
  position: relative;
  margin: 0 auto;
  width: 100%; }
  .header div.headerflex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 30px;
    max-width: 1260px; }
    .header div.headerflex div.left {
      margin-top: 0.5em;
      width: 55%; }
      .header div.headerflex div.left h1 {
        margin: 0;
        max-width: 500px; }
        .header div.headerflex div.left h1 a img {
          vertical-align: baseline; }
    .header div.headerflex div.right {
      width: auto; }
  .header nav {
    border-top: 14px solid #dc0000; }
    @media screen and (max-width: 640px) {
      .header nav {
        display: none; } }
    .header nav ul.nav {
      display: flex;
      margin: 0 auto;
      max-width: 1260px; }
      .header nav ul.nav > li {
        width: calc(100% / 6);
        margin-right: 1.2em;
        text-align: center;
        /*drop*/ }
        .header nav ul.nav > li:last-child {
          margin-right: 0; }
        .header nav ul.nav > li > a {
          font-weight: bold;
          font-size: 15px;
          letter-spacing: .05em; }
        .header nav ul.nav > li.drop {
          position: relative; }
          .header nav ul.nav > li.drop .dropdownContain {
            width: 180px;
            position: absolute;
            z-index: 2;
            left: 50%;
            margin-left: -90px;
            /* half of width */
            top: -400px;
            padding-top: 16px;
            background: transparent; }
            .header nav ul.nav > li.drop .dropdownContain .dropOut {
              width: 180px;
              position: relative;
              margin-top: 0px;
              opacity: 0;
              box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
              transition: all .1s ease-out; }
              .header nav ul.nav > li.drop .dropdownContain .dropOut .triangle {
                width: 0;
                height: 0;
                position: absolute;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 8px solid #33486F;
                top: -8px;
                left: 50%;
                margin-left: -8px; }
              .header nav ul.nav > li.drop .dropdownContain .dropOut ul {
                background: #fff; }
                .header nav ul.nav > li.drop .dropdownContain .dropOut ul li {
                  color: #777;
                  transition: background .1s ease-out; }
                  .header nav ul.nav > li.drop .dropdownContain .dropOut ul li:hover {
                    background: #33486F; }
                  .header nav ul.nav > li.drop .dropdownContain .dropOut ul li a {
                    display: block;
                    padding: 16px 0;
                    width: 100%;
                    text-align: center; }
                    .header nav ul.nav > li.drop .dropdownContain .dropOut ul li a:hover {
                      color: #fff; }
          .header nav ul.nav > li.drop:hover .dropdownContain {
            top: 14px; }
          .header nav ul.nav > li.drop:hover .underline {
            border-bottom-color: #777; }
          .header nav ul.nav > li.drop:hover .dropOut {
            opacity: 1;
            margin-top: 8px; }

/* -------------------------------- 
footer components 
--------------------------------- */
footer {
  /*background: url(../img/back_3dot.png) 0 0 repeat;*/
  color: #fff;
  padding: 0;
  text-align: center; }
  footer p.copy {
    background: #754c24;
    font-size: 11px;
    margin: 0;
    padding: 40px 0 30px; }
