@charset "UTF-8";
/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ------------------------
 default
------------------------- */
* {
  margin: 0;
  padding: 0;
  font-family: "メイリオ",Meiryo, "游明朝",YuMincho,"ヒラギノ明朝 Pro W3",Hiragino Mincho Pro,serif; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* webfont local */
@font-face {
  font-family: "FolkPro-b";
  src: url("../font/A-OTF-FolkPro-Bold.woff2") format("woff2"), url("../font/A-OTF-FolkPro-Bold.woff") format("woff");
  font-display: swap; }
.wf-folk-b {
  font-family: "FolkPro-b";
  font-display: swap; }

.wf-folk-m {
  font-family: "Folk Medium";
  font-display: swap; }

.wf-maru-folk-m {
  font-family: "Maru Folk Medium";
  font-display: swap; }

.wh-maru-folk-r {
  font-family: "Maru Folk Regular";
  font-display: swap; }

body {
  padding: 0;
  margin: 0;
  font-size: 17px;
  color: #000;
  line-height: 1.6;
  text-align: center;
  background-color: #FEFAEF; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 14px;
      line-height: 1.6; } }
  @media only screen and (max-width: 767px) and (max-width: 375px) {
    body {
      font-size: 13px;
      line-height: 1.8; } }

/* link */
a {
  text-decoration: none; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover,
a:active,
a:focus {
  text-decoration: underline; }

a img {
  border: none; }

address {
  font-style: normal; }

/* PCでは電話発信しない */
@media (max-width: 767px) {
  a[href^="tel:"] {
    color: blue;
    text-decoration: underline; } }
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #000;
    text-decoration: none; } }

img {
  vertical-align: bottom; }

li {
  list-style-type: none; }

/* ------------------------
 common
------------------------- */
/*image default*/
.img img {
  width: 100%;
  height: auto; }

/* ------------------------
 ptop follow
------------------------- */
.ptop {
  position: fixed;
  right: 0.5rem;
  bottom: 0;
  z-index: 9999;
  display: none; }

.ptop a {
  display: block;
  color: #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.8rem;
  margin: 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 4rem;
  z-index: 9999; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  .ptop a {
    font-size: 2.5rem; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
    .ptop a {
      font-size: 2rem; } }

.ptop a:hover {
  color: #F69AB5; }

.md {
  display: block; }
  @media only screen and (max-width: 767px) {
    .md {
      display: none; } }

.sp {
  display: none; }
  @media only screen and (max-width: 767px) {
    .sp {
      display: block; } }

.extlink {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin: 3px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  color: #000; }
  .extlink:hover {
    text-decoration: none;
    background-color: #C3263B;
    color: #fff; }
  @media only screen and (max-width: 1140px) {
    .extlink {
      padding: 0.8771929825vw;
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; } }

/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/*-----------------------
 default structure
------------------------*/
#header,
#cover,
article,
#bread,
#footer {
  width: 100%;
  text-align: center; }

#header .inner,
#cover .inner,
article .inner,
#bread .inner,
#footer .inner {
  width: 1140px;
  margin: 0 auto; }
  @media only screen and (max-width: 1140px) {
    #header .inner,
    #cover .inner,
    article .inner,
    #bread .inner,
    #footer .inner {
      width: 100%; } }

/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ------------------------
 header
------------------------- */
#header {
  background-color: #fff; }

#header .inner {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#header #header-logo {
  width: 390px;
  padding-left: 10px; }
  @media only screen and (max-width: 1140px) {
    #header #header-logo {
      padding: 10px; } }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #header #header-logo {
    width: 300px; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
    #header #header-logo {
      width: calc(100% - 50px); } }

#header #header-logo a {
  display: block; }

#header #header-logo img {
  width: 100%;
  height: auto; }

#header-contact {
  width: calc(100% - 390px);
  text-align: right; }
  @media only screen and (max-width: 1140px) {
    #header-contact {
      padding: 0; } }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #header-contact {
    width: 100%;
    text-align: center; } }

#header-contact .img {
  text-align: right; }

#header-contact .img img {
  width: 100%;
  height: auto;
  max-width: 314px; }

#header-contact p {
  padding: 0;
  margin-bottom: 0; }

#header-contact address {
  padding: 0;
  margin: 0;
  font-style: normal; }

#header-contact address a {
  font-weight: 600;
  font-size: 1.8em; }

/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ------------------------
 cover
------------------------- */
#cover .inner {
  width: 100%;
  position: relative; }

/* ------------------------
 #cover トップページ以外
------------------------- */
.page #cover {
  background-color: #C7DDEA; }

.page #cover .inner {
  padding: 2em 0 2.5em; }

.page #cover h1 {
  padding: 0;
  margin: 0;
  font-weight: 600;
  text-shadow: 2px 3px 5px #fff, 2px 1px 5px #fff, 2px 1px 5px #fff, 2px 3px 5px #fff; }

/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ------------------------
 nav overwrite
 レスポンシブメニュー
 (ドロップダウン＆ドロワー)
------------------------- */
#mainmenu {
  background-color: #C3263B; }

#mainmenu a {
  color: #fff;
  /* tmp */ }
  #mainmenu a:hover {
    background-color: #F69AB5; }
  #mainmenu a:hover a:after {
    color: #C3263B; }

#mainmenu a:after {
  color: #FFF; }

#mainmenu nav li a span {
  font-weight: bold; }

/* ------------------------
 bread
------------------------- */
#bread .inner {
  padding: 0.5em;
  text-align: right;
  font-size: 0.8rem; }

#bread .inner span {
  display: inline-block;
  margin-right: 3px; }

#bread .inner span a:after {
  content: " \f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ------------------------
 content
------------------------- */
main {
  background-color: #FEFAEF; }

/* content common */
.content {
  margin-bottom: 34px; }
  @media only screen and (max-width: 1140px) {
    .content {
      margin-bottom: 2.9824561404vw; } }
  @media only screen and (max-width: 1140px) and (max-width: 1024px) {
    .content {
      margin-bottom: 3.3203125vw; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
    .content {
      margin-bottom: 15px; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
    .content {
      margin-bottom: 10px; } }

.content .inner {
  width: 1140px;
  margin: 0 auto 2em;
  padding: 3em;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: left; }
  @media only screen and (max-width: 1140px) {
    .content .inner {
      width: 100%;
      padding: 2.5em; } }
  @media only screen and (max-width: 1140px) and (max-width: 1024px) {
    .content .inner {
      padding: 2em; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
    .content .inner {
      padding: 15px; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
    .content .inner {
      padding: 10px; } }

/* 大見出しスタイル */
.content .inner header {
  text-align: center; }

.content .inner header h2 {
  min-width: 462px;
  display: inline-block;
  padding: 0 0 5px;
  margin: 0 auto 34px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 150%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) {
  .content .inner header h2 {
    width: auto;
    min-width: auto; } }

@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
  .content .inner header h2 {
    width: 90%; } }

/* 表組スタイル */
.content .inner .list-item {
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.content .inner .list-item .col {
  padding: 0.5em; }

.content .inner .list-item .col2-1 {
  width: 25%; }
  @media only screen and (max-width: 375px) {
    .content .inner .list-item .col2-1 {
      width: 35%; } }

.content .inner .list-item .col2-2 {
  width: 75%; }
  @media only screen and (max-width: 375px) {
    .content .inner .list-item .col2-2 {
      width: 65%; } }

/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ------------------------
 footer
------------------------- */
#footer {
  background-color: #C3263B; }

#footer,
#footer p,
#footer a {
  color: #fff;
  /*tmp*/ }

#footer .inner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#footer #footer-contact {
  width: 27.6%;
  text-align: left;
  padding: 1.5em; }
  @media only screen and (max-width: 1140px) {
    #footer #footer-contact {
      padding: 1em; } }
  @media only screen and (max-width: 1140px) and (max-width: 1024px) {
    #footer #footer-contact {
      padding: 0.8em;
      width: 30%; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
    #footer #footer-contact {
      width: 100%; } }

#footer .wrap {
  width: 72.4%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) {
  #footer .wrap {
    width: 70%; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
    #footer .wrap {
      width: 100%; } }

#footer #footer-links {
  padding: 2em;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #footer #footer-links {
    display: none; } }

#footer #footer-links .list-item {
  width: 7em;
  text-align: center;
  border-right: 1px solid #fff;
  /*tmp*/ }
  #footer #footer-links .list-item:last-of-type {
    border-right: 0; }

#footer .wrap #copyright {
  width: 100%;
  padding: 0.5em;
  text-align: right; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #footer .wrap #copyright {
    text-align: center; } }
