@charset 'UTF-8';
/*******************************
/* フォント
*******************************/
.t1 {
  font-size: 1.8rem;
  color: #282828;
  font-weight: bold;
}
.t2 {
  font-size: 1.6rem;
  color: #282828;
  font-weight: bold;
}
.t3 {
  font-size: 1.4rem;
  color: #282828;
  font-weight: bold;
}
.t4 {
  font-size: 1.1rem;
  color: #282828;
  font-weight: bold;
}
.txt-small {
  font-size: 0.8rem;
  color: #565656;
}
.txtmin {
  font-size: 1.2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Noto Serif JP', serif;
}
.marker {
  background: linear-gradient(transparent 60%, #fffac0 40%);
}
/* レスポンシブル対応
----------------------------------------------------------------------------------------------------*/
.responsible {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.responsible iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* box
----------------------------------------------------------------------------------------------------*/
.border-box {
  width: 100%;
  height: auto;
  padding: 16px;
  border: 8px solid #eee;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.border-box2 {
  width: 100%;
  height: auto;
  padding: 16px;
  border: 2px solid #ccc;
  margin-bottom: 10px;
}
/*color-box---------------*/
.yellow-box {
  width: 100%;
  height: auto;
  padding: 16px;
  background-color: #fff799;
  margin-bottom: 10px;
}
.Blue-box {
  width: 100%;
  height: auto;
  padding: 16px;
  background-color: #8ED6F9;
  margin-bottom: 10px;
}
.green-box {
  width: 100%;
  height: auto;
  padding: 16px;
  background-color: #bae0a8;
  margin-bottom: 10px;
}
.pink-box {
  width: 100%;
  height: auto;
  padding: 16px;
  background-color: #F8ABAE;
  margin-bottom: 10px;
}
.gray-box {
  width: 100%;
  height: auto;
  padding: 16px;
  background-color: #eeeeee;
  margin-bottom: 10px;
}
.gray-left-line {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 28px;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #eeeeee;
}
/* button
----------------------------------------------------------------------------------------------------*/
.page-area {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.page-area a {
  color: #fff;
  text-decoration: none;
  display: block;
  background-color: #333;
  text-align: center;
  padding: 17px 10px;
  border: 1px solid #333;
  position: relative;
  font-size: 1.1rem;
  letter-spacing: 0.03rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-weight: bold;
}
.page-area a:hover {
  color: #333;
  text-decoration: none;
  border: 1px solid #333;
  background-color: #fff;
}
.page-more {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.page-more a {
  color: #333;
  text-decoration: none;
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 17px 10px;
  border: 1px solid #333;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.03rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
}
.page-more a:hover {
  color: #fff;
  text-decoration: none;
  border: 1px solid #333;
  background-color: #333;
  transition: all 0.5s;
}
.page-more2 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.page-more2 a {
  color: #333;
  text-decoration: none;
  display: block;
  background-color: #e6e6e6;
  text-align: center;
  padding: 17px 10px;
  border: 1px solid #e6e6e6;
  position: relative;
  font-size: 1.1rem;
  letter-spacing: 0.03rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-weight: bold;
}
.page-more2 a:hover {
  color: #333;
  text-decoration: none;
  border: 1px solid #aaa;
  background-color: #aaa;
}
/*************
/* ＃main
*************/
#main {
  width: 100%;
  text-align: left;
  background-color: #FFF;
  margin-top: 5px;
  float: left;
  margin-bottom: 30px;
  padding-top: 0%;
  padding-right: 0;
  padding-bottom: 0%;
  padding-left: 0;
}
#main2 {
  width: 100%;
  text-align: left;
  background-color: #FFF;
  margin-top: 5px;
  float: left;
  margin-bottom: 30px;
  padding-top: 0%;
  padding-right: 0;
  padding-bottom: 0%;
  padding-left: 0;
}
@media screen and (max-width: 479px) {
  /* 479px以下用（タイトル改行）の記述 */
  #main {
    padding: 0%;
  }
  #main2 {
    padding: 0%;
  }
}
#main a:hover img {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
/*************
/* 見出し
*************/
#main h1, #main2 h1, #main3 h1 {
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  line-height: 2.2rem;
  margin-bottom: 4rem;
  clear: both;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #000;
}
#main h1:after, #main2 h1:after, #main3 h1:after {
  content: '';
  width: 120px;
  height: 2px;
  background-color: #282828;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 1rem;
}
#main h2 {
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 2.5rem;
  clear: both;
  border-left: 5px solid #282828;
  padding: 0.8rem;
  font-weight: bold;
  border-bottom: 1px #282828 solid;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#main h3 {
  margin: 0 0 1.5rem;
  padding: 0.8rem;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #282828;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#main2 h2 {
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 2.5rem;
  clear: both;
  border-left: 5px solid #282828;
  padding: 0.8rem;
  font-weight: bold;
  border-bottom: 1px #282828 solid;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#main2 h2 a {
  text-decoration: none;
  color: #000;
}
.ar_tit {
  font-size: 1.2rem;
  position: relative;
  margin-bottom: 2.5rem;
  clear: both;
  border-left: 5px solid #282828;
  padding: 0.8rem;
  font-weight: bold;
  border-bottom: 1px #282828 solid;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.ar_tit a {
  text-decoration: none;
  color: #000;
}
#main2 h3 {
  margin: 0 0 1.5rem;
  padding: 0.8rem;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #282828;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/*gall_tit*/
#main2 .gall_tit {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.gall_title {
  text-align: center;
}
.related-title {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.related-thumb {
  text-align: center;
}
.related-thumb img {
  width: 100%;
  object-fit: cover;
  max-height: 200px;
}
.gallery_list {
  list-style: none;
  margin: 1rem auto;
}
/*******************************
/*archive-gallery-tab
***************************/
.archive-gallery-tab-flex {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .archive-gallery-tab-flex {
    margin: 3rem auto;
  }
}
.archive-gallery-tab-flex ul {
  margin-bottom: 2rem;
}
.archive-gallery-tab-flex ul li {
  display: inline-block;
  border: solid 1px #000;
  margin: 5px 10px;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}
.archive-gallery-tab-flex ul li:first-child {
  display: inline-block;
  border: solid 1px #7b7b7b;
  margin: 5px 10px;
  background-color: #7b7b7b;
  color: #fff;
  padding: 5px 10px;
}
@media screen and (min-width: 1200px) {
  .archive-gallery-tab-flex ul li:first-child {
    margin-left: 0;
  }
}
.archive-gallery-tab-flex ul li a {
  display: block;
  color: #fff;
}
/*******************************
/*archive-gallery-tab-end
***************************/