@charset 'UTF-8';
/*************
/* ＃main
*************/
.container, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: 1030px;
}
#main {
  width: 100%;
  text-align: left;
  margin-top: 0;
  float: left;
  padding-top: 0%;
  padding-right: 0;
  padding-bottom: 0%;
  padding-left: 0;
}
#main2 {
  width: 100%;
  text-align: left;
  margin-top: 0;
  padding-top: 0%;
  padding-right: 0;
  padding-bottom: 0%;
  padding-left: 0;
  margin-bottom: 40px;
}
@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 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.42rem;
  line-height: 1.4;
  margin-bottom: 1.8rem;
}
#main h2, #main2 h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
#main h3, #main2 h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  margin: 0 0 1.8rem;
  padding: 0.7rem 1.2rem 0.7rem;
  background: #f2f3f4;
  color: #505050;
  font-size: 1.2rem;
}
#main h4, #main2 h4 {
  font-size: 1.2rem;
  font-weight: 500;
    margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  #main h1, #main2 h1 {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
}
.archive_no_tit {
  font-size: 1rem;
  position: relative;
  margin-bottom: 2.5rem;
  clear: both;
  border-bottom: 2px #eee solid;
  padding: 0.6rem 0.3rem;
  font-weight: bold;
}
.archive_no_tit::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #737477;
  width: 70px;
  height: 2px;
}
.archive_no_tit a {
  color: #737477;
}
@media screen and (min-width: 1200px) {
  #main h1, #main2 h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 2.1rem;
  }
  #main h2, #main2 h2 {
    font-size: 1.5625rem;
    margin-bottom: 2.4rem;
  }
  #main h3, #main2 h3 {
    font-size: 1.25rem;
    padding: 1rem 1.8rem 1rem;
  }
}
/*******************************
/* フォント
*******************************/
.t1 {
  font-size: 1.8rem;
  color: #737477;
  font-weight: 500;
}
.t2 {
  font-size: 1.6rem;
  color: #737477;
  font-weight: 500;
}
.t3 {
  font-size: 1.4rem;
  color: #737477;
  font-weight: 500;
}
.t4 {
  font-size: 1.2rem;
  color: #737477;
  font-weight: 500;
}
.txt-small {
  font-size: 0.8rem;
  color: #737477;
}
.txtmin {
  font-size: 1.2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.marker {
  background: linear-gradient(transparent 60%, #FFDD00 40%);
}
/*---------------------------
テキスト・フォント装飾
---------------------------*/
.under {
  border-bottom: solid 1px #404040;
}
.tel {
  font-size: 2.0em;
  font-family: 'Roboto', sans-serif;
}
menu, ol, ul {
  padding: 0 0 0 0px;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
/*レスポンシブ揃え*/
@media screen and (min-width: 576px) {
  .txtmain {
    text-align: center;
  }
}
/* レスポンシブル対応
----------------------------------------------------------------------------------------------------*/
.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;
}
/*******************************
/* チェックボックス
***************************/
.pcheck {
  width: 100%;
  padding: 10px;
  background-image: url(../images/slash.gif);
  background-repeat: repeat;
}
.pcheck-box {
  padding: 20px;
  width: 100%;
  background-color: #FFF;
}
.pcheck ol li {
  background-image: url(../images/checkbox.gif);
  background-repeat: no-repeat;
  background-position: left 10px;
  margin-bottom: 15px;
  padding-left: 30px;
  list-style-type: none;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
}
/*******************************
/* ol number
***************************/
.number {
  list-style: none;
  counter-reset: circle 0;
  /* カウンターの初期値を０にセット */
  margin: 1em;
  padding: 0 0 0 3em;
}
.number > li {
  position: relative;
  line-height: 1.6;
  margin: 0 0 1em;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
}
.number > li:before {
  position: absolute;
  top: -3px;
  left: -3em;
  width: 2em;
  height: 2em;
  background: #2d2d2d;
  content: "";
  display: block;
  border-radius: 50%;
  line-height: 1;
}
.number > li:after {
  content: counter(circle) ".";
  /* 表示形式を指定 */
  counter-increment: circle 1;
  /* カウンターの値を増加させる */
  display: block;
  color: #fff;
  position: absolute;
  top: 5px;
  left: -2.4em;
  line-height: 1;
}
/*---------------------------
画像の丸いリンク
---------------------------*/
.img_ling {
  border-radius: 50%;
  width: 280px;
  height: 280px;
}
/*---------------------------
hoverGray
---------------------------*/
.toGray {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: 0.5s;
}
.toGray:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(1000%);
}
/* hover_ani */
.zoom {
  display: block;
  width: 100%;
  overflow: hidden;
}
a .zoom {
  /*  margin: 0;*/
}
a .zoom img {
  width: 100%;
  height: auto;
  transition: .5s;
}
a:hover .zoom img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*---------------------------
button
---------------------------*/
.top_bt_ani_abn {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 100%;
  margin-left: 0.8rem;
}
.top_bt_ani_abn::before {
  content: " ";
  background-color: #dd7700;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: .3s;
}
.top_bt_ani_abn::after {
  content: " ";
  background-color: #dd7700;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  display: block;
  -webkit-animation: top_bt_ani 2.5s linear 0s infinite none running;
  animation: top_bt_ani 2.5s linear 0s infinite none running;
  transition: .3s;
}
a:hover .top_bt_ani_abn::before, a:hover .top_bt_ani_abn::after {
  background-color: #fff;
}
.top_bt_ani_abn2 {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 100%;
  margin-left: 0.8rem;
}
.top_bt_ani_abn2::before {
  content: " ";
  background-color: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: .3s;
}
.top_bt_ani_abn2::after {
  content: " ";
  background-color: #fff;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  display: block;
  -webkit-animation: top_bt_ani 2.5s linear 0s infinite none running;
  animation: top_bt_ani 2.5s linear 0s infinite none running;
  transition: .3s;
}
a:hover .top_bt_ani_abn2::before, a:hover .top_bt_ani_abn2::after {
  background-color: #dd7700;
}
.btm {
  padding-right: 0.5rem;
}
@-webkit-keyframes top_bt_ani {
  0% {
    opacity: 0;
    left: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 100%;
  }
}
@keyframes top_bt_ani {
  0% {
    opacity: 0;
    left: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 100%;
  }
}
/* bt_more */
.bt_more {
  display: block;
  width: 100%;
  max-width: 280px;
}
.bt_more.tac {
  margin-right: auto;
  margin-left: auto;
}
.bt_more a {
  display: block;
  background-color: #fff;
  border: 1px #737477 solid;
  color: #737477;
  border-radius: 40px;
  font-family: 'Manrope', sans-serif;
  padding: 1.1rem 0;
  transition: .3s;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
}
.bt_more a::before {
  content: " ";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(15, 44, 99, 0);
  transition: .3s;
}
.bt_more a:hover {
  color: #fff;
  text-decoration: none;
}
.bt_more a:hover::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 1.00);
}
/* bt_more2 */
.bt_more2 {
  display: block;
  width: 100%;
  max-width: 280px;
}
.bt_more2.tac {
  margin-right: auto;
  margin-left: auto;
}
.bt_more2 a {
  display: block;
  background-color: transparent;
  border: 1px #fff solid;
  color: #fff;
  border-radius: 40px;
  font-family: 'Manrope', sans-serif;
  padding: 1.1rem 0;
  transition: .3s;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
}
.bt_more2 a::before {
  content: " ";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0);
  transition: .3s;
}
.bt_more2 a:hover {
  color: #fff;
  text-decoration: none;
}
.bt_more2 a:hover::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.50);
}
/*inf-area*/
.inf-area {
  width: 100%;
  max-width: 170px;
  margin-left: auto;
}
.inf-area a {
  display: flex;
  background-color: #fff;
  border: 1px #737477 solid;
  color: #737477;
  border-radius: 20px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 0;
  transition: .3s;
}
.inf-area a:hover {
  text-decoration: none;
  background-color: #737477;
  color: #fff;
}
.top_bt_ani {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 100%;
  margin-left: 0.8rem;
}
.top_bt_ani::before {
  content: " ";
  background-color: #dd7700;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: .3s;
}
.top_bt_ani::after {
  content: " ";
  background-color: #dd7700;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  display: block;
  -webkit-animation: top_bt_ani 2.5s linear 0s infinite none running;
  animation: top_bt_ani 2.5s linear 0s infinite none running;
  transition: .3s;
}
.inf-area a:hover .top_bt_ani::before, .inf-area a:hover .top_bt_ani::after {
  background-color: #fff;
}
/*inf-area2*/
.inf-area2 {
  width: 100%;
  max-width: 193px;
  margin-left: auto;
}
.inf-area2 a {
  display: flex;
  background-color: #fff;
  border: 1px #737477 solid;
  color: #737477;
  border-radius: 20px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 0;
  transition: .3s;
}
.inf-area2 a:hover {
  text-decoration: none;
  background-color: #737477;
  color: #fff;
}
.top_bt_ani2 {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 100%;
  margin-left: 0.8rem;
}
.top_bt_ani2::before {
  content: " ";
  background-color: #dd7700;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: .3s;
}
.top_bt_ani2::after {
  content: " ";
  background-color: #dd7700;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  display: block;
  -webkit-animation: top_bt_ani 2.5s linear 0s infinite none running;
  animation: top_bt_ani 2.5s linear 0s infinite none running;
  transition: .3s;
}
a:hover .top_bt_ani2::before, a:hover .top_bt_ani2::after {
  background-color: #fff;
}
/*inf-area*/
.inf-area3 {
  width: 100%;
  max-width: 167px;
  margin-left: auto;
  margin-right: auto;
}
.inf-area3 a {
  display: flex;
  background-color: #dd7700;
  border: 1px #737477 solid;
  color: #fff;
  border-radius: 20px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 0;
  transition: .3s;
}
.inf-area3 a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #dd7700;
}
.top_bt_ani3 {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 100%;
  margin-left: 0.8rem;
}
.top_bt_ani3::before {
  content: " ";
  background-color: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: .3s;
}
.top_bt_ani3::after {
  content: " ";
  background-color: #fff;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  display: block;
  -webkit-animation: top_bt_ani 2.5s linear 0s infinite none running;
  animation: top_bt_ani 2.5s linear 0s infinite none running;
  transition: .3s;
}
.inf-area3 a:hover .top_bt_ani3::before, .inf-area3 a:hover .top_bt_ani3::after {
  background-color: #dd7700;
}
/*inf-contact*/
.inf-contact {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}
.inf-contact a {
  color: #737477;
  text-align: center;
  display: block;
  padding: 1rem 0;
  text-decoration: none;
  transition: .3s;
  position: relative;
  border: 1px #737477 solid;
  font-size: 1.2rem;
}
.inf-contact a span {
  padding-right: 0.5rem;
}
.inf-contact a:hover {
  background-color: #737477;
  color: #fff;
  text-decoration: none;
}
/* page-button
----------------------------------------------------------------------------------------------------*/
.page-area {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.page-area a {
  color: #737477;
  text-decoration: none;
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 19px 10px;
  font-size: 1rem;
  letter-spacing: 0.03rem;
  transition: .3s;
  border: 1px #737477 solid;
  border-radius: 50px;
}
.page-area a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #737477;
  border: 1px #737477 solid;
}
.page-more {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.page-more a {
  color: #fff;
  text-decoration: none;
  display: block;
  background-color: #737477;
  text-align: center;
  padding: 19px 10px;
  font-size: 1rem;
  letter-spacing: 0.03rem;
  transition: .3s;
  border: 1px #737477 solid;
  border-radius: 30px;
}
.page-more a:hover {
  color: #737477;
  text-decoration: none;
  background-color: #fff;
  border: 1px #737477 solid;
}
.page-more2 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.page-more2 a {
  color: #737477;
  text-decoration: none;
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 19px 10px;
  font-size: 1rem;
  letter-spacing: 0.03rem;
  transition: .3s;
  position: relative;
  border: 1px #737477 solid;
  border-radius: 30px;
}
.page-more2 a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #737477;
  border: 1px #737477 solid;
}
/* Margin and Paddings 
----------------------------------------------------------------------------------------------------*/
.m10 {
  margin: 10px;
}
.m20 {
  margin: 20px;
}
.m40 {
  margin: 40px;
}
.m10-top {
  margin-top: 10px;
}
.m20-top {
  margin-top: 20px;
}
.m30-top {
  padding-top: 30px;
}
.m40-top {
  margin-top: 40px;
}
.m60-top {
  margin-top: 60px;
}
.m80-top {
  margin-top: 80px;
}
.m10-right {
  margin-right: 10px;
}
.m20-right {
  margin-right: 20px;
}
.m40-right {
  margin-right: 40px;
}
.m10-bottom {
  margin-bottom: 10px;
}
.m20-bottom {
  margin-bottom: 20px;
}
.m30-bottom {
  margin-bottom: 30px;
}
.m40-bottom {
  margin-bottom: 40px;
}
.m60-bottom {
  margin-bottom: 60px;
}
.m80-bottom {
  margin-bottom: 80px;
}
.m10-left {
  margin-left: 10px;
}
.m20-left {
  margin-left: 20px;
}
.m40-left {
  margin-left: 40px;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.p40 {
  padding: 40px;
}
.p10-top {
  padding-top: 10px;
}
.p20-top {
  padding-top: 20px;
}
.p40-top {
  padding-top: 40px;
}
.p10-right {
  padding-right: 10px;
}
.p20-right {
  padding-right: 20px;
}
.p40-right {
  padding-right: 40px;
}
.p10-bottom {
  padding-bottom: 10px;
}
.p20-bottom {
  padding-bottom: 20px;
}
.p40-bottom {
  padding-bottom: 40px;
}
.p60-bottom {
  padding-bottom: 60px;
}
.p10-left {
  padding-left: 10px;
}
.p20-left {
  padding-left: 20px;
}
.p40-left {
  padding-left: 40px;
}