@charset "UTF-8";
/**
 * メインスタイルシート
 * 呼出箇所：全てのページ
 */

/* import
----------------------------------------------- */

@import "editor.css";

/* Layout
----------------------------------------------- */

html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
}
html {
  background: #ffffff;
}
body {
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* SP */
  html,
  body {
    font-size: 13px;
  }
}
header {
  background-color: #fff;
}
header .header-inner {
  width: 1000px;
  margin: 0 auto;
}
header .logo {
  margin-top: 15px;
}
footer {
  background-color: #ffffff;
  padding: 60px 0;
}
#Page {
  text-align: left;
  margin: 0 auto;
  background: #ffffff;
  min-width: 1000px;
}
#Wrap {
  width: 1000px;
  margin: 0 auto;
}
.contents-body {
  float: left;
  width: 860px;
  margin: 40px 0;
  padding: 0 20px;
}
#MainImage {
  margin: 0 auto;
  display: none;
}
#Copyright {
  font-size: 12px;
  color: #999;
  width: 1000px;
  margin: 0 auto;
}
#SideBox h2 {
  font-weight: 500;
}

/* モバイル（768までの端末） */
@media screen and (max-width: 767px) {
  #Page {
    width: auto;
    min-width: 0;
  }
  #Wrap {
    width: auto;
  }
  .contents-body {
    float: none;
    width: auto;
    margin: 40px 0;
    padding: 0 10px;
  }
}

*,
*::before,
*::after {
  position: relative;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

/* nav
----------------------------------------------- */

nav {
  background-color: #ffffff;
}
nav ul.nav-menu {
  width: 1260px;
  margin: 0 auto;
}
nav .global-menu li {
  float: left;
}
nav .nav-menu li a {
  display: block;
  font-size: 14px;
  padding: 15px 40px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
nav .nav-menu li a:hover {
  color: #999;
}
nav .global-menu li a:hover {
  background-color: #e7e7e7;
}

/* Side Box
----------------------------------------------- */

#SideBox {
  float: right;
  width: 240px;
  padding: 60px;
}

/* News List
----------------------------------------------- */

#NewsList {
  width: 540px;
  float: left;
  margin-right: 60px;
}
#NewsList li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  list-style: none;
}

/* Baser Feed
----------------------------------------------- */

#BaserFeed {
  width: 260px;
  float: left;
}
#BaserFeed li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  list-style: none;
}

/* Crumbs
----------------------------------------------- */

#Crumbs {
  width: 1220px;
  margin: 0 auto;
  padding: 15px 20px;
  font-size: 14px;
  color: #ccc;
}
#Crumbs strong {
  font-weight: 500;
}

/* Contents Navi
----------------------------------------------- */

.contents-navi {
  margin: 60px 0;
  text-align: center;
}

/* eye catch
----------------------------------------------- */

.img-eye-catch {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

/* bx slider
----------------------------------------------- */

.bx-wrapper {
  margin: 0 auto;
}
.bx-controls {
  display: none;
}

/* blog description
----------------------------------------------- */

.blog-description {
  margin-bottom: 60px;
}

/* post
----------------------------------------------- */

.post {
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.post .meta {
  text-align: right;
  color: #ccc;
}

/* calendar
----------------------------------------------- */

.widget-blog-calendar table {
}
.widget-blog-calendar th {
  border-bottom: 1px solid #e2e2e2;
}
.widget-blog-calendar th,
.widget-blog-calendar td {
  padding: 2px 9px;
  font-size: 14px;
  text-align: center;
}
.widget-blog-calendar .sunday {
  color: #ff6633;
}
.widget-blog-calendar .saturday {
  color: #3366ff;
}
.widget-blog-calendar .today {
  background-color: #e2e2e2;
}

/* Comment
----------------------------------------------- */

#BlogCommentList .comment {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#BlogCommentList {
  margin-bottom: 60px;
}
#BlogCommentList .comment-name {
  font-weight: 500;
}

/* contents-navi
----------------------------------------------- */

.contents-navi {
  text-align: center;
  margin-bottom: 60px;
}

/* widget
----------------------------------------------- */

.widget {
  margin-bottom: 60px;
}
.widget-area h2 {
  font-weight: 500;
  font-size: 20px;
}

/* search result
----------------------------------------------- */

.search-result {
  background: #efefef;
  padding: 10px 20px;
  text-align: right;
  margin-bottom: 20px;
  margin-top: 1rem;
}

#search_result_page div.section {
  margin-bottom: 4rem;
}

/* list num
----------------------------------------------- */

.list-num {
  text-align: right;
  margin-bottom: 20px;
}

/* site search
----------------------------------------------- */

.widget-site-search input,
.widget-site-search select {
  font-size: 14px;
}
.widget-site-search select {
  width: 100%;
}
.widget-site-search input[name="q"] {
  width: 170px;
}

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

.submit .button {
  color: #333;
  border: 1px solid #ccc;
  cursor: pointer;
  text-shadow: rgba(255, 255, 255, 0.4) 1px 1px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  -o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #fff, #f3f3f3);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(100%, #f3f3f3));
  background: -o-linear-gradient(top, #fff, #f3f3f3);
  margin: 10px;
  padding: 5px 40px;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  line-height: 24px;
}
.submit .button:hover {
  border: 1px solid #ccc;
  text-decoration: none;
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4, #dfdfdf 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), color-stop(100%, #dfdfdf));
  background: -o-linear-gradient(top, #f4f4f4, #dfdfdf 100%);
}
.submit .button:active {
  border: 1px solid #ccc;
  text-decoration: none;
  background: #cdcdcd;
  background: -moz-linear-gradient(top, #cdcdcd, #eee 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), color-stop(100%, #eee));
  background: -o-linear-gradient(top, #cdcdcd, #eee 100%);
}

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

.button-small {
  text-decoration: none !important;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333 !important;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(top, #fff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.button-small:hover {
  background-color: #e6e6e6;
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/* pagination
----------------------------------------------- */

.pagination {
  margin-bottom: 20px;
}
.pagination {
  padding-right: 10px;
  text-align: right;
  line-height: 18px;
}
.pagination .page-result {
  margin: 5px 5px 0;
  float: right;
}
.pagination .page-numbers {
  float: left;
}
.pagination span span a {
  border: 1px solid #00a9c7;
  margin: 0 2px 4px;
  text-decoration: none;
  display: block;
  float: left;
}
.pagination span span a:hover {
  background-color: #00a9c7;
  color: #ffffff;
}
.pagination .current {
  background-color: #e2e2e2;
  font-weight: 500;
  border: 1px solid #e2e2e2;
  margin: 0 2px 4px;
  display: block;
  float: left;
}
.pagination .next,
.pagination .prev {
  margin: 0 2px 4px;
  text-decoration: none;
  border: 1px solid #00a9c7;
  float: left;
}
.pagination .next a,
.pagination .prev a {
  text-decoration: none;
}
.pagination .next a:hover,
.pagination .prev a:hover {
  background-color: #00a9c7;
  color: #fff;
}
.pagination .next:hover,
.pagination .prev:hover {
  background-color: #00a9c7;
}
.pagination span span a,
.pagination .disabled,
.pagination .current {
  padding: 3px 9px;
}
.pagination .next,
.pagination .prev {
  padding: 3px 9px;
}
.pagination .disabled,
.pagination .disabled:hover {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  margin: 0 2px;
  display: block;
  float: left;
  color: #dfdfdf;
}

/* clear
----------------------------------------------- */

.clear {
  clear: both;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}

/* submit
----------------------------------------------- */

.submit {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* baserCMS parts
----------------------------------------------- */

.edit-link {
  margin-bottom: 10px;
  text-align: right;
  font-size: 12px;
}
.edit-link a {
  border: 1px solid #1c98d4;
  color: #1c98d4;
  padding: 5px 10px;
  text-decoration: none;
}
.edit-link a:hover {
  color: #1c98d4;
  text-decoration: underline;
}
.upload-file input[type="file"] {
  margin-bottom: 5px;
}
.upload-file a {
  padding: 5px;
  background-color: #f1f1f1;
  display: inline-block;
}

/* CakePHP parts
----------------------------------------------- */

table.cake-sql-log {
  width: 90%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  color: #333;
  background-color: #fff;
  clear: both;
  padding: 0;
  margin: 0 0 1em 0;
  white-space: normal;
  border-collapse: separate;
  margin: 20px auto;
}
table.cake-sql-log caption {
  font-weight: 500;
  text-align: center;
}
table.cake-sql-log th {
  background-color: #e2e2e2;
  padding: 4px 8px;
  font-weight: 500;
  text-align: center;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #ffffff;
  border-right-color: #666;
  border-bottom-color: #666;
  border-left-color: #ffffff;
  font-size: 0.8em;
}
table.cake-sql-log tr td {
  background-color: #f7f7f7;
  padding: 6px 8px;
  vertical-align: top;
  text-align: left;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  font-size: 0.8em;
}
#flashMessage,
#ResultMessage {
  padding: 10px 20px;
  margin: 15px auto !important;
  color: #ff0033;
  font-weight: 500;
  border: 5px solid #ff0033;
}
#MailMessageIndexForm .required {
  color: #fff;
  font-size: 10px;
  background-color: #c30;
  padding: 4px 5px;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
#MailMessageIndexForm .normal {
  color: #fff;
  font-size: 10px;
  background-color: #ccc;
  padding: 4px 5px;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.form-error {
  background-color: #fcf5eb;
}
.error-message {
  color: #ff0033;
  font-weight: 500;
  font-size: small;
}

/* mega menu list */
nav .nav-menu {
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 15;
}

/* a top level navigation item in the mega menu */
nav .nav-item {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

/* first descendant link within a top level navigation item */
nav .nav-item > a {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0 0 -1px 0;
  border: 1px solid transparent;
}

/* focus/open states of first descendant link within a top level
   navigation item */
nav .nav-item > a:focus,
nav .nav-item > a.open {
  border: 1px solid #dedede;
}

/* open state of first descendant link within a top level
   navigation item */
nav .nav-item > a.open {
  background-color: #fff;
  border-bottom: none;
  z-index: 2;
}

/* sub-navigation panel */
nav .sub-nav {
  position: absolute;
  display: none;
  padding: 20px;
  border: 1px solid #dedede;
  background-color: #fff;
  z-index: 1;
}
#MainImage {
  z-index: 0;
}
/* sub-navigation panel open state */
nav .sub-nav.open {
  display: block;
}

/* list of items within sub-navigation panel */
nav .sub-nav ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 0 0;
  padding: 0;
}

/* list item within sub-navigation panel */
nav .sub-nav li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav .ul-level-2 a {
  padding: 10px 20px !important;
}
nav .ul-level-3 {
  margin-left: 80px !important;
  margin-bottom: 20px !important;
}
nav .ul-level-3 a {
  padding: 0px !important;
}

.ul-level-2,
.ul-level-3 {
  margin-left: 40px;
}

.eyecatch-list li {
  float: left;
  list-style: none !important;
  margin: 15px;
}
.eyecatch-list li img {
  width: 250px;
}
/* #SearchIndexQ {
  width: 95%;
} */

/******************************..
*   
*   レスポンシブ対応クラス
*   
******************************/
/* デバイス依存汎用クラス */
.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

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

@media screen and (min-width: 768px) {
  /* PCのみtext-align */
  .pc-align-left {
    text-align: left;
  }
  .pc-align-center {
    text-align: center;
  }
  /* PCのみfont-size */
  .pc-font-size-90p {
    font-size: 0.9em;
  }
  .pc-font-size-80p {
    font-size: 0.8em;
  }
  .pc-font-size-70p {
    font-size: 0.7em;
  }
  .pc-font-size-60p {
    font-size: 0.6em;
  }
  .pc-font-size-50p {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  /* SPのみtext-align */
  .sp-align-left {
    text-align: left;
  }
  .sp-align-center {
    text-align: center;
  }
  /* SPのみfont-size */
  .sp-font-size-90p {
    font-size: 0.9em;
  }
  .sp-font-size-80p {
    font-size: 0.8em;
  }
  .sp-font-size-70p {
    font-size: 0.7em;
  }
  .sp-font-size-60p {
    font-size: 0.6em;
  }
  .sp-font-size-50p {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  /* SPのみ画像縮小 */
  .sp-img-90p img {
    width: 90%;
  }

  .sp-img-80p img {
    width: 80%;
  }

  .sp-img-70p img {
    width: 70%;
  }
}

/* 画像サイズ */
@media screen and (min-width: 768px) {
  /* PC */
  .pc-photo-size-90p img {
    max-width: 90% !important;
  }
  .pc-photo-size-80p img {
    max-width: 80% !important;
  }
  .pc-photo-size-70p img {
    max-width: 70% !important;
  }
  .pc-photo-size-60p img {
    max-width: 60% !important;
  }
  .pc-photo-size-50p img {
    max-width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  /* SP */
  .sp-photo-size-90p img {
    max-width: 90% !important;
  }
  .sp-photo-size-80p img {
    max-width: 80% !important;
  }
  .sp-photo-size-70p img {
    max-width: 70% !important;
  }
  .sp-photo-size-60p img {
    max-width: 60% !important;
  }
  .sp-photo-size-50p img {
    max-width: 50% !important;
  }
}
