@charset "UTF-8";

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf) format('opentype');
}

body {
  font-family: 'Noto Serif Japanese', serif;
}

html {
  overflow-y: scroll;
}

body {
  color: #333333;
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.2px;
  -webkit-text-size-adjust: 100%;
}


/* link
------------------------------------------------ */

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

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

a:hover {
  color: #a9a9a9;
  text-decoration: none;
}

a:active {
  color: #a9a9a9;
  text-decoration: none;
}

@media print,
screen and (min-width: 736px) {

  a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
  a:active img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }

  a:active img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }

  header a:hover img,
  .nav ul li a:hover img,
  .nav ul li a:active img {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }

}

/* clearfix
------------------------------------------------ */

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-Mac */

/* 文字
------------------------------------------------ */

strong {
  font-weight: bold;
}

.textC {
  text-align: center;
}

.textR {
  text-align: right;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.smallCap {
  font-size: 0.8rem;
}

.largeCap {
  font-size: 1.2rem;
}

.vLast {
  margin-bottom: 0 !important;
}

.hLast {
  margin-right: 0 !important;
}

.margin-bottom {
  margin-bottom: 20px;
}

.super {
  vertical-align: super;
  font-size: 0.8rem;
}

main .entryBody p {
  margin-bottom: 1em;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

/* flex
------------------------------------------------ */

@media screen and (max-width: 735px) {
  .sp-flex {
    display: -webkit-flex;
    /* Safari */
    display: flex;
  }
}

@media print,
screen and (min-width: 736px) {
  .flex {
    display: -webkit-flex;
    /* Safari */
    display: flex;
  }
}

/* img
------------------------------------------------ */

img {
  max-width: 100%;
  height: auto;
}

/* display: none;
------------------------------------------------ */

@media screen and (max-width: 735px) {
  .pcOnly {
    display: none !important;
  }
}

@media print,
screen and (min-width: 736px),
print {
  .spOnly {
    display: none !important;
  }
}

/* button
------------------------------------------------ */

.button {
  text-align: center;
}

.button a {
  display: inline-block;
  padding: 5px 40px;
  color: #fff;
  background: #0384bd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.button a:link,
.button a:visited,
.button a:active {
  color: #fff;
}

.button a:hover {
  text-decoration: none;
  background: #eee;
  color: #333;
}

.button a:after {
  font-family: FontAwesome;
  content : "\f138";
  margin-left: .5em;
  }


/* ------------------------ */

.buttonMore {
  text-align: center;
}

.buttonMore span {
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background: #d40508;
  background: #7BB0FD;
  background: #4993FC;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.buttonMore span:hover {
  color: #fff;
  text-decoration: none;
  background: #F9070B;
}

/* ------------------------ */

.pageButton {
  margin: 20px;
}

.pageButton .next {
  float: right;
}

.pageButton .prev {
  float: left;
}

/* noscript
------------------------------------------------ */

.noscript {
  position: relative;
  z-index: 5260;
  padding: 10px;
  border-bottom: #00A893 solid 1px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 14px;
}

.noscript span {
  color: #ff0000;
}

/* #page-top
------------------------------------------------ */

.pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  font-size: 70%
}

.pageTop a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #0384bd;
  opacity: 0.6;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.pageTop a:after {
  font-family: FontAwesome;
  content : "\f139";
  margin-left: .5em;
}


.pageTop a:hover {
  opacity: 1;
}

.pageTop a.btnA {
  padding: 10px 10px 5px 10px;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}

.pageTop a.btnB {
  padding: 5px 10px 10px 10px;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
}

@media print, screen and (min-width: 736px) {
  .pageTop {
  font-size: 90%
}

}

/* dl ul
------------------------------------------------ */

dl.type-news {
  margin-bottom: 1em;
}

dl.type-news dt {
padding-top: 1em;
}

dl.type-news dd {
  border-bottom: 1px dotted #a9a9a9;
padding-bottom: 1em;
}

dl.type-news dd a {
  display: block;
}

@media print, screen and (min-width: 736px) {

dl.type-news dt {
  width: 140px;
  padding: 1em 0 0 3px;
}

dl.type-news dd {
  margin: -1.7em 0 3px 0;
  padding: 0 0 1em 150px;
  border-bottom: 1px dotted #a9a9a9;
}

dl.type-news dd a {
  display: block;
}

}

/* ------------------------ */

aside .news ul {
  margin-bottom: 10px;
}

aside .news li a {
  display: block;
}

aside .news li {
  clear: both;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #a9a9a9;
}

aside .news li .thumbnail {
  display: block;
  width: 60px;
  height: 40px;
  float: left;
  margin: 0 10px 0 0;
  background: #a9a9a9;
}

/* ------------------------ */

ul.type-text {
  margin-bottom: 10px;
}

ul.type-text li {
  margin-bottom: 3px;
  padding: 0 3px 3px;
  border-bottom: 1px dotted #a9a9a9;
}

/* ------------------------ */

ul.type-button li {
  margin-bottom: 10px;
}

ul.type-button li:last-child {
  margin-bottom: 0;
}

ul.type-button a {
  position: relative;
  display: block;
  padding: 5px 10px;
  color: #fff;
  background: #a9a9a9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

ul.type-button a:after {
  content: "\25B6";
  position: absolute;
  top: 5px;
  right: 10px;
}

ul.type-button a:link,
ul.type-button a:visited,
ul.type-button a:active {
  color: #fff;
}

ul.type-button a:hover {
  text-decoration: none;
  background: #fff;
  color: #333;
}

/* 共通
------------------------------------------------ */

/* ------------------------------------------------ */
/* layout
------------------------------------------------ */

.container {
width: 100%;
}

/* header
------------------------------------------------ */

header {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, .3);
  z-index: 999;

}



@media screen and (max-width: 735px) {
  header .headerArea {
      display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
          -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
header h1 {
  width: 80%;
  padding: 2%;
}

header .btn-menu {


}
}

@media print, screen and (min-width: 736px) {
header {
  position: fixed;
  left: 20px;
  top: 20px;
  width: 250px;
  padding: 0;
}

header h1.logo a {
  display: block;
  padding: 20px;
  width: 100%;
}
}
/* nav
------------------------------------------------ */

nav {
  display: none;
}

@media screen and (max-width: 735px) {

nav {
  font-family: 'Noto Serif Japanese', serif;
  transform: rotate(0.001deg);
  padding: 40px;
  background: rgba(255, 255, 255, .9);
  text-align: center;
  font-size: 130%;
}

nav a {
  display: block;
  text-align: center;
  padding: .5em;
  border-top: 1px solid #edbc7a;
}

}

@media print, screen and (min-width: 736px) {

nav {
  display: block;
}

nav a {
  display: block;
  text-align: center;
  padding: 15px;
  border-top: 1px solid #edbc7a;
}

nav a:hover {
  background: #edbc7a;
  color: #fff;
}
}

/* footer
------------------------------------------------ */

footer {
  color: #fff;
  text-align: center;
    background: #edbc7a;
  padding: 10px;
}

footer .footmenu {
}

footer .footmenu a {
  display: block;
color: #fff;
padding: .5em;
border-bottom: 1px dotted #fff;
}

footer .footmenu a:hover {
text-decoration: underline;
}

footer .copyright {
padding: .5em .5em 5em;
}

@media print, screen and (min-width: 736px) {
  footer {
  padding: 40px 0 20px 290px;
}

footer .footmenu {
  margin-bottom: 40px;
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

footer .footmenu a {
  display: block;
color: #fff;
padding: 0 2em;
border: none;
}
}

@media screen and (max-width: 735px) {

/* ------------------------------------------------ */

/* スマホ用メニューのボタン
------------------------------------------------ */

header .btn-menu {

  background: #d80c18;

}

header .btn-menu .menu-trigger,
header .btn-menu .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor: pointer;
}

header .btn-menu .menu-trigger {
  position: relative;

  text-align: center;
}

header .btn-menu .menu-trigger span {
  position: absolute;
  background: #fff;
  width: 70%;
  height: 4px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

header .btn-menu .menu-trigger span:nth-of-type(1) {
  top: 7px;
  right: 0;
}

header .btn-menu .menu-trigger span:nth-of-type(2) {
  top: 16px;
  right: 0;
}

header .btn-menu .menu-trigger span:nth-of-type(3) {
  top: 25px;
  right: 0;
}

header .btn-menu .menu-trigger span:nth-of-type(4) {
  background: none;
  top: 36px;
  font-size: 70%;
  color: #fff;
  line-height: 1;
}

header .btn-menu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

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

header .btn-menu .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
}
/* ------------------------------------------------ */
