@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  color: #221200;
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: .05em; }

a {
  color: #D7A700;
  text-decoration: none;
  transition: all 0.3s ease; }

img {
  max-width: 100%;
  height: auto; }

/* header
----------------------------------*/
#header {
  background: #FFFFFF;
  box-shadow: 0 3px 3px rgba(1, 1, 1, 0.2);
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%; }
  #header:before {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right bottom, from(#D7A700), to(#A68401));
    background: -moz-linear-gradient(left, #D7A700, #A68401);
    background: linear-gradient(left, #D7A700, #A68401); }
  #header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 10px 0 10px 20px; }
    @media screen and (max-width: 667px) {
      #header .inner {
        padding: 10px 0; } }
    #header .inner #logo {
      width: 300px; }

/* navi
----------------------------------*/
#navi {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  #navi li {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding: 0 30px; }
    #navi li:before {
      position: absolute;
      left: 0;
      content: "/";
      color: #D7A700; }
    #navi li:first-child:before {
      display: none; }
    #navi li a {
      position: relative;
      color: #D7A700;
      font-family: "YakuHanJP", "Sorts Mill Goudy", serif;
      line-height: 1.2; }
      #navi li a span {
        display: block;
        font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
        font-size: 1.2rem;
        font-weight: bold;
        color: #221200;
        transition: all 0.3s ease; }
      #navi li a:hover {
        color: #221200; }

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999; }
  #page-top a {
    display: block;
    background: #D7A700;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #A68401;
    font-size: 1.6rem;
    text-align: center; }
    #page-top a:before {
      font-family: "Font Awesome 5 Free";
      content: "\f077";
      font-weight: 900; }
    #page-top a:hover {
      background: #FFFFFF;
      color: #A68401; }

/* foot_navi
----------------------------------*/
.foot_navi {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.4rem; }
  .foot_navi ul {
    margin: 0 auto;
    width: 1024px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .foot_navi ul li {
      width: 16.6%;
      position: relative;
      box-sizing: border-box;
      text-align: center; }
      .foot_navi ul li:before {
        position: absolute;
        top: 35%;
        left: 0;
        content: "/";
        color: #221200; }
      .foot_navi ul li:first-child:before {
        display: none; }
      .foot_navi ul li a {
        display: block;
        padding: 25px 0;
        color: #221200; }
        .foot_navi ul li a:hover {
          color: #D7A700; }

/* footer
----------------------------------*/
#footer {
  background: #A68401;
  color: #FFFFFF;
  text-align: center; }
  #footer .inner {
    width: 1024px;
    margin: 0 auto;
    padding: 20px 0; }
    #footer .inner .copyright {
      font-size: 1.2rem; }

/* contact_btn
----------------------------------*/
.contact_btn {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 30px; }
  .contact_btn li {
    width: 40%;
    margin: 0 2%; }
    .contact_btn li a {
      display: block;
      background: #FFFFFF;
      padding: .7em 0;
      border: 1px solid #D7A700;
      color: #A68401;
      text-align: center;
      font-size: 2rem;
      font-weight: bold; }
      .contact_btn li a:before {
        margin-right: 10px; }
      .contact_btn li a.tel_btn:before {
        font-family: "Font Awesome 5 Free";
        content: "\f095";
        font-weight: 900;
        color: #A68401; }
      .contact_btn li a.mail_btn:before {
        font-family: "Font Awesome 5 Free";
        content: "\f0e0";
        font-weight: 900;
        color: #A68401; }
  .contact_btn.contact_btn_02 li {
    width: 100%; }
  .contact_btn.contact_btn_03 li a {
    font-size: 1.5rem; }

/* sp
----------------------------------*/
#sp_navi, #humberger, #drawernav {
  display: none; }

/* slideshow
----------------------------------*/
#slideshow #juicysliderbox {
  position: relative;
  overflow: hidden; }
#slideshow #catch {
  position: absolute;
  z-index: 998;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: fadeIn 6s ease 0s 1 normal;
  -webkit-animation: fadeIn 6s ease 0s 1 normal;
  width: 400px; }
#slideshow .next_contents {
  display: block;
  position: absolute;
  z-index: 998;
  padding-top: 70px;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFFFFF; }
  #slideshow .next_contents span {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 999;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box; }
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }
/* contents
----------------------------------*/
.single {
  margin: 0 auto;
  width: 1024px;
  padding-bottom: 60px; }

.lsingle {
  float: left;
  width: 50%; }

.rsingle {
  float: right;
  width: 50%; }

.contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .contents .main {
    width: 70%; }
  .contents .side {
    width: 26%; }

#main_contents {
  background: url(../img/bg_main_contents.png) repeat-x #FFFFFF;
  padding-top: 60px; }

/* bg
----------------------------------*/
.bg_common {
  padding-top: 60px; }

.bg_b {
  margin-bottom: 60px; }

.bg_01 {
  background-image: url(../img/bg_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/* mtitle
----------------------------------*/
.mtitle_big {
  position: relative;
  margin-bottom: 40px;
  color: #D7A700;
  font-family: "YakuHanJP", "Sorts Mill Goudy", serif;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2; }
  .mtitle_big span {
    display: block;
    font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 1.6rem;
    font-weight: bold;
    color: #221200; }
  .mtitle_big:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 50%;
    margin: 10px 0 0 -20px;
    display: block;
    background: #D7A700; }
  .mtitle_big.mtitle_big_white {
    color: #FFFFFF; }
    .mtitle_big.mtitle_big_white span {
      color: #FFFFFF; }
    .mtitle_big.mtitle_big_white:after {
      background: #FFFFFF; }

.mtitle_middle {
  width: 100%;
  background-color: #FAFAFA;
  padding: 8px 0 8px 10px;
  font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  border-left: 5px solid #D7A700;
  box-sizing: border-box; }
  .mtitle_middle span {
    margin-left: 20px;
    font-size: 1.5rem; }

.mtitle_sub {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold; }
  .mtitle_sub:before {
    content: "";
    background-color: #A300E0;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .6em;
    left: 0; }

.mtitle_small {
  position: relative;
  font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px; }
  .mtitle_small:before {
    content: '';
    width: 140px;
    height: 1px;
    background-color: #D7A700;
    position: absolute;
    left: 0;
    bottom: -10px; }

.mtitle_small2 {
  position: relative;
  font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px; }
  .mtitle_small2:before {
    content: '';
    width: 140px;
    height: 1px;
    background-color: #D7A700;
    position: absolute;
    left: 0;
    bottom: -10px; }

.mtitle_bnr {
  margin-bottom: 15px;
  font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center; }

.mtitle_line {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #CCCCCC;
  font-size: 1.8rem;
  font-weight: normal; }

.mtitle_archive {
  margin-bottom: 5px;
  font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.8rem;
  font-weight: normal; }
  .mtitle_archive:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: "\f0ca";
    margin-right: 5px;
    color: #A68401; }

/* btn
----------------------------------*/
.cbtn {
  margin: 0 auto; }
  .cbtn a, .cbtn button {
    display: table;
    background: #D7A700;
    border: 1px solid #D7A700;
    color: #FFFFFF;
    font-weight: bold;
    padding: .5em 3em;
    margin: 40px auto 0; }
    .cbtn a:after, .cbtn button:after {
      font-family: "Font Awesome 5 Free";
      content: "\f105";
      font-weight: 900;
      margin-left: 10px; }
    .cbtn a:hover, .cbtn button:hover {
      background: #FFFFFF;
      color: #D7A700; }
  .cbtn.cbtn_white a {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #D7A700; }
    .cbtn.cbtn_white a:hover {
      background: transparent;
      color: #FFFFFF; }

/* news
----------------------------------*/
.newsbox {
  display: flex; }
  .newsbox .news-ttl {
    width: 170px;
    font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2.5rem;
    font-weight: 500;
    border-right: 3px solid #FFFFFF;
    line-height: 1.2;
    text-align: center; }
    .newsbox .news-ttl span {
      font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 1.2rem;
      display: block; }
  .newsbox .news-bx {
    flex: 1;
    padding: 8px 30px; }

.news-top dt {
  float: left;
  width: 7em;
  background: #A300E0;
  color: #fff;
  text-align: center; }
.news-top dd {
  padding: 0 0 10px 8em;
  border-bottom: 1px dotted #aaa;
  margin: 0 0 10px; }
  .news-top dd:last-child {
    margin: 0;
    border-bottom: none; }
  .news-top dd a {
    color: #A300E0; }

.news-bl {
  overflow: hidden; }
  .news-bl dt {
    float: left;
    width: 8em;
    padding: 3px 5px;
    line-height: 1.3;
    background: #A68401;
    color: #FFFFFF;
    text-align: center; }
  .news-bl dd {
    padding: 0 0 10px 10em;
    line-height: 1.6;
    border-bottom: 1px dotted #aaa;
    margin: 0 0 10px; }
    .news-bl dd:last-child {
      margin: 0;
      border-bottom: none; }

/* tbl
----------------------------------*/
.tbl {
  width: 100%; }
  .tbl th, .tbl td {
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    padding: 10px; }
  .tbl th {
    background: #FAFAFA;
    text-align: left;
    font-weight: normal; }

.tbl01 th {
  width: 25%; }

.tbl_new {
  width: 100%; }
  .tbl_new tr th, .tbl_new tr td {
    vertical-align: top;
    padding: 10px; }
  .tbl_new tr th {
    font-weight: normal; }
  .tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
    background: #FAFAFA; }

.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px; }
  .company th, .company td {
    padding: 10px;
    vertical-align: middle; }
  .company th {
    text-align: left;
    width: 20%;
    position: relative;
    background: #A68401;
    color: #FFFFFF;
    font-weight: normal; }
    .company th::after {
      left: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: #fafafa;
      border-width: 10px;
      border-left-color: #A68401;
      margin-top: -10px; }
  .company td {
    background: #fafafa;
    padding-left: 20px; }

.tbl_form th {
  width: 30%; }

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden; }
  .ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* column
----------------------------------*/
.half {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px; }
  .half .child {
    width: 50%;
    text-align: center; }

.column2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -3%; }
  .column2 .child {
    width: 48.44%;
    margin: 0 3% 3% 0; }
    .column2 .child:nth-child(2n) {
      margin: 0 0 3% 0; }

.column3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .column3 .child {
    width: 31.3%;
    margin: 0 3% 3% 0; }
    .column3 .child:nth-child(3n) {
      margin: 0 0 3% 0; }

/* list
----------------------------------*/
.list_common li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #CCCCCC; }
  .list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }

.list_check li {
  padding-left: 1.5em; }
  .list_check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    margin: 0 5px 0 -1.5em;
    padding: 1px;
    color: #D7A700; }

.list_note {
  font-size: 1.3rem; }
  .list_note li {
    margin-bottom: 5px;
    padding-left: 1.5em; }
    .list_note li:last-child {
      margin-bottom: 0; }
    .list_note li:before {
      content: "※";
      margin: 0 5px 0 -1.5em;
      color: #FF0000; }

.list_disc li {
  margin-bottom: 5px;
  padding-left: 1.5em; }
  .list_disc li:last-child {
    margin-bottom: 0; }
  .list_disc li:before {
    content: "・";
    margin: 0 5px 0 -1.5em;
    color: #D7A700; }

.list_line li {
  position: relative;
  display: inline-block;
  padding: 0 10px; }
  .list_line li:after {
    position: absolute;
    right: 0;
    content: "/"; }
  .list_line li:last-child:after {
    display: none; }

/* program_box
----------------------------------*/
.program_box {
  position: relative; }
  .program_box .program_txt {
    width: 60%; }
  .program_box .program_course {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #D7A700;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 52px 40px 105px 25px; }
    .program_box .program_course .program_ttl {
      color: #D7A700;
      font-size: 3rem;
      margin-bottom: 15px; }
    .program_box .program_course span {
      color: #A68401;
      font-family: "YakuHanJP", "Sorts Mill Goudy", serif;
      font-size: 16rem;
      font-weight: 500;
      font-style: italic;
      opacity: .05;
      line-height: 1;
      position: absolute;
      right: 30px;
      bottom: -40px; }
  .program_box .program_detail {
    margin-right: 50px; }
  .program_box .program_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 43%;
    text-align: center;
    z-index: 2; }

/* article
----------------------------------*/
.article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #FFFBEE; }
  .article .article_image {
    width: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .article .article_detail {
    width: 40%;
    box-sizing: border-box;
    padding: 50px 0; }
    .article .article_detail .inner {
      margin: 0 auto;
      width: 80%; }
  .article.article_b {
    margin-bottom: 60px; }
  .article.article_small .article_detail {
    padding: 50px 0; }
  .article.article_01 .article_image {
    background-image: url(../img/article_image_01.jpg); }
  .article.article_02 .article_image {
    background-image: url("../img/business_04.jpg"); }
  .article.article_03 .article_image {
    background-image: url("../img/business_07.jpg"); }
  .article.article_04 .article_image {
    background-image: url("../img/program_img.jpg"); }

/* gallery_ul
----------------------------------*/
.gallery_ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap; }
  .gallery_ul li {
    width: 31.3%;
    margin: 0 3% 3% 0;
    text-align: center; }
    .gallery_ul li:nth-child(3n) {
      margin: 0 0 3% 0; }
    .gallery_ul li a {
      display: block;
      overflow: hidden;
      height: 220px;
      position: relative; }
      .gallery_ul li a img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto; }
    .gallery_ul li span {
      display: block;
      margin-top: 5px;
      font-size: 1.2rem; }

/* flex
----------------------------------*/
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px; }
  .flex li {
    width: 50%; }

/* snip
----------------------------------*/
.snip1445 {
  position: relative;
  overflow: hidden;
  min-width: 230px;
  max-width: 100%;
  height: 300px;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  color: #FFFFFF;
  background-color: #A68401; }
  .snip1445 * {
    box-sizing: border-box;
    transition: all 0.55s ease; }
    .snip1445 *:before, .snip1445 *:after {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.55s ease;
      transition: all 0.55s ease; }
  .snip1445 img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    vertical-align: top; }
  .snip1445 figcaption {
    position: absolute;
    bottom: 25px;
    right: 25px;
    padding: 10px 10px 10px; }
    .snip1445 figcaption:before, .snip1445 figcaption:after {
      height: 1px;
      width: 100%;
      position: absolute;
      content: '';
      background-color: #FFFFFF; }
    .snip1445 figcaption:before {
      top: 0;
      left: 0;
      -webkit-transform: translateX(200%);
      transform: translateX(200%); }
    .snip1445 figcaption:after {
      bottom: 0;
      right: 0;
      -webkit-transform: translateX(-700%);
      transform: translateX(-700%); }
    .snip1445 figcaption div:before, .snip1445 figcaption div:after {
      width: 1px;
      height: 300px;
      position: absolute;
      content: '';
      background-color: #FFFFFF; }
    .snip1445 figcaption div:before {
      top: 0;
      left: 0;
      -webkit-transform: translateY(200%);
      transform: translateY(200%); }
    .snip1445 figcaption div:after {
      bottom: 0;
      right: 0;
      -webkit-transform: translateY(-700%);
      transform: translateY(-700%); }
  .snip1445 h3 {
    width: 200px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-family: "YakuHanJP", "Sorts Mill Goudy", serif;
    color: #A68401;
    padding-top: 3px; }
  .snip1445 .click {
    display: block;
    width: 200px;
    margin-left: auto;
    background-color: #A68401;
    padding: 3px 10px;
    color: #FFFFFF;
    font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; }
  .snip1445 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .snip1445 img {
    opacity: .6; }
  .snip1445:hover img, .snip1445.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .4;
    opacity: .4; }
  .snip1445:hover figcaption:before, .snip1445.hover figcaption:before, .snip1445:hover figcaption:after, .snip1445.hover figcaption:after, .snip1445:hover figcaption div:before, .snip1445.hover figcaption div:before, .snip1445:hover figcaption div:after, .snip1445.hover figcaption div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .snip1445:hover figcaption:before, .snip1445.hover figcaption:before, .snip1445:hover figcaption:after, .snip1445.hover figcaption:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s; }

/* etc
----------------------------------*/
.policy {
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px; }

.cut {
  overflow: hidden;
  zoom: 1; }

/* page_title_box
----------------------------------*/
.page_title_box {
  margin-bottom: -50px; }
  .page_title_box .inner {
    background-image: url(../img/01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 18rem 0; }
  .page_title_box .page_width {
    position: relative;
    width: 1024px;
    margin: 0 auto; }
  .page_title_box .page_title {
    display: inline-block;
    padding: 35px 70px 45px 80px;
    letter-spacing: .3em;
    position: relative;
    top: -70px;
    left: 0;
    background: -webkit-gradient(linear, left top, right bottom, from(#A300E0), to(#5B0E78));
    background: -moz-linear-gradient(left, #A300E0, #5B0E78);
    background: -ms-linear-gradient(left, #A300E0, #5B0E78);
    background: linear-gradient(left, #A300E0, #5B0E78);
    font-family: "YakuHanJP", "Sorts Mill Goudy", serif;
    font-size: 3rem;
    color: #FFFFFF; }
    .page_title_box .page_title span {
      display: block;
      font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
      font-size: 1.5rem; }

/* breadcrumb
----------------------------------*/
.breadcrumb {
  position: relative;
  padding-left: 0;
  font-size: 1.3rem;
  text-align: right;
  top: -100px; }
  .breadcrumb li {
    display: inline; }
    .breadcrumb li + li:before {
      margin: 0 10px;
      content: ">"; }
    .breadcrumb li .home:before {
      font-family: "Font Awesome 5 Free";
      content: "\f015";
      font-weight: 900; }

/* form
----------------------------------*/
.form .required {
  background: #FF4F4F;
  color: #FFFFFF;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 1.1rem;
  border-radius: 2px;
  position: relative;
  top: -2px; }
.form .textarea, .form textarea {
  border: 1px solid #CCCCCC;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box; }
.form .textarea {
  height: 30px; }
.form .selectarea {
  border: 1px solid #CCCCCC;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  height: 30px; }
.form .textarea02 {
  width: 48.5%;
  margin-right: 3%; }
  .form .textarea02:last-child {
    margin-right: 0; }
.form .textarea03 {
  width: 20%;
  margin-right: 1%; }
.form button {
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6; }
.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding: 2px 0 2px 20px;
  display: inline-block; }
  .form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0;
    top: 5px;
    content: '';
    z-index: 3; }
  .form label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 8px;
    background-color: #D7A700;
    z-index: 1; }
  .form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #FFFFFF; }
    .form label.radio_text input[type="radio"]:checked {
      box-shadow: none; }
    .form label.radio_text input[type="radio"]:focus {
      opacity: 0.2;
      box-shadow: 20px -1px #eeebda; }
.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding: 2px 20px 2px 25px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box; }
  .form label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 3px;
    border: 1px solid #ccc;
    z-index: 3; }
  .form label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #D7A700;
    border-bottom: 3px solid #D7A700;
    transform: rotate(45deg);
    z-index: 1; }
  .form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px; }
    .form label.checkbox_text input[type="checkbox"]:checked {
      box-shadow: none; }
      .form label.checkbox_text input[type="checkbox"]:checked:focus {
        box-shadow: 40px 0px #666;
        opacity: 0.1; }
    .form label.checkbox_text input[type="checkbox"]:focus {
      box-shadow: 41px 0px #EEE; }

.pbx {
  width: 80%;
  margin: 100px auto; }

.bg-ly {
  background: #FFFBEE;
  padding: 2%; }

.list-c li {
  float: left;
  margin-right: 20px; }
  .list-c li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    margin-right: 5px;
    color: #A300E0; }
  @media screen and (max-width: 667px) {
    .list-c li {
      float: none;
      margin-bottom: 10px; } }

.cbx01 {
  background: #F4E6FF;
  padding: 10px; }

/* blog entry 2column */
#blog_flexwrap {
  display: -webkit-flex;
  display: flex;
  width: 1024px;
  margin: 20px auto 100px; }
  #blog_flexwrap #blog_side {
    width: 300px;
    margin-left: 20px; }
  #blog_flexwrap #blog_main {
    flex: 1; }
    #blog_flexwrap #blog_main section {
      margin-bottom: 25px; }

/* blog side */
.blog_sttl01 {
  background: #D7A700;
  color: #fff;
  text-indent: 5px;
  font-size: 1.3rem;
  padding: 5px 0 5px 10px;
  margin-bottom: 10px;
  font-weight: normal; }
  .blog_sttl01:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    margin-right: 5px; }

/* blog main */
.blog_mttl {
  width: calc(100% - 20px);
  background: #f1f1f1;
  color: #D7A700;
  font-size: 1.7rem;
  overflow: hidden;
  font-weight: bold;
  border-left: 2px solid #D7A700;
  margin: 0px 0 20px;
  padding: 5px 10px;
  line-height: 1.8; }

.blog_time {
  padding-top: 0px;
  font-weight: normal; }
  .blog_time:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal; }

.blog_box {
  min-height: 500px;
  position: relative; }
  .blog_box img {
    max-width: 100%;
    padding: 15px 0; }

.pages {
  position: absolute;
  bottom: -100px;
  width: 100%;
  right: 0; }

.page_next {
  float: left;
  text-align: left;
  width: 40%; }

.page_prev {
  float: right;
  text-align: right;
  width: 40%; }
  .page_prev a {
    display: block;
    padding: 5px 10px; }

.page_next a {
  display: block;
  padding: 5px 10px; }

.page_prev a:hover, .page_next a:hover {
  opacity: 0.6; }

.page_prev a:link, .page_prev a:visited, .page_prev a:hover {
  color: #D7A700; }

.page_next a:link, .page_next a:visited, .page_next a:hover {
  color: #D7A700; }

.list_flex {
  padding: 5px 0;
  font-size: 15px;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .list_flex li {
    width: calc(33% - 20px);
    background: #D7A700;
    color: #fff;
    padding: 15px 10px;
    margin-bottom: 5px;
    border-radius: 5px; }
    .list_flex li:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f0a9";
      margin-right: 5px; }
    .list_flex li:nth-child(3n+2):last-child {
      margin-right: 33.4%; }
    @media screen and (max-width: 768px) {
      .list_flex li {
        width: calc(100% - 0px); }
        .list_flex li:nth-child(3n+2):last-child {
          margin-right: 100%; } }

.listFlow li {
  margin-bottom: 9px;
  padding-bottom: 9px; }
.listFlow .lastItem {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none; }
.listFlow h4 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  overflow: hidden; }
.listFlow dl {
  display: table;
  width: 100%; }
  .listFlow dl dt {
    display: table-cell;
    padding: 10px 0;
    border: 1px solid #D7A700;
    width: 100px;
    background: #D7A700;
    font-size: 1.8rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2; }
    .listFlow dl dt .num {
      display: block;
      font-size: 3rem; }
  .listFlow dl dd {
    display: table-cell;
    padding: 15px 20px;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    vertical-align: middle;
    background-color: white; }

@media screen and (max-width: 800px) {
  .listFlow h4 {
    font-size: 18px;
    font-weight: normal;
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
    overflow: hidden; }
  .listFlow dl {
    display: block;
    width: 100%; }
    .listFlow dl dt {
      display: block;
      padding: 5px 0;
      width: 100%;
      border: none; }
      .listFlow dl dt .num {
        display: block; }
    .listFlow dl dd {
      display: block;
      padding: 15px 10px;
      border: none; } }
/* blog_side_list */
.blog_side_list {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .blog_side_list .blog_bx {
    /*アニメーション*/
    transition: .3s ease-in-out;
    width: calc(100% - 0px) !important;
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    position: relative;
    padding: 10px 10px 10px; }
    .blog_side_list .blog_bx a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1; }
    .blog_side_list .blog_bx .blog_bx_flex {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .blog_side_list .blog_bx .blog_bx_flex div {
        width: calc(100% - 120px); }
    .blog_side_list .blog_bx:hover {
      background: #f2f2f2; }
    .blog_side_list .blog_bx figcaption {
      display: block;
      text-align: center;
      width: 100px;
      height: 100px;
      overflow: hidden;
      background-color: #fff;
      background-position: center center;
      background-repeat: no-repeat;
      float: left; }
    .blog_side_list .blog_bx * {
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .blog_side_list .blog_bx p {
      line-height: 1.6em;
      font-size: 13px; }
    .blog_side_list .blog_bx img {
      vertical-align: middle;
      height: 100px;
      width: 100%;
      object-fit: cover; }
    .blog_side_list .blog_bx:hover img {
      opacity: 1 !important;
      transform: scale(1.1); }
    .blog_side_list .blog_bx .ttl {
      font-weight: bold;
      font-size: 12px;
      color: #fff;
      float: left;
      background: #A68401;
      padding: 0 15px;
      margin-bottom: 5px; }
    .blog_side_list .blog_bx .ttm {
      float: right;
      padding-top: 0px;
      font-size: 13px;
      font-weight: normal; }
      .blog_side_list .blog_bx .ttm:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f017";
        margin-right: 5px;
        font-weight: normal; }
    .blog_side_list .blog_bx .blog_ttl {
      clear: both;
      font-weight: normal; }

/* blog_top_list */
.blog_top_list {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  /* height: auto; */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .blog_top_list .blog_bx {
    /*アニメーション*/
    transition: .3s ease-in-out;
    width: calc(33.33% - 42px) !important;
    font-size: 12px;
    margin: 10px;
    border: 1px solid #ccc;
    position: relative;
    padding: 10px 10px 10px;
    background: #fff; }
    .blog_top_list .blog_bx a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1; }
    .blog_top_list .blog_bx .blog_bx_flex {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .blog_top_list .blog_bx .blog_bx_flex div {
        width: 100%; }
    .blog_top_list .blog_bx:hover {
      background: #f2f2f2; }
    .blog_top_list .blog_bx figcaption {
      display: block;
      text-align: center;
      width: 100%;
      height: 230px;
      overflow: hidden;
      background-color: #fff;
      background-position: center center;
      background-repeat: no-repeat;
      float: none;
      margin-bottom: 15px; }
    .blog_top_list .blog_bx * {
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .blog_top_list .blog_bx p {
      line-height: 1.6em;
      font-size: 13px; }
    .blog_top_list .blog_bx img {
      vertical-align: middle;
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .blog_top_list .blog_bx:hover img {
      opacity: 1 !important;
      transform: scale(1.1); }
    .blog_top_list .blog_bx .ttl {
      font-weight: bold;
      font-size: 12px;
      color: #fff;
      float: left;
      background: #A68401;
      padding: 0 15px;
      margin-bottom: 5px; }
    .blog_top_list .blog_bx .ttm {
      float: right;
      padding-top: 0px;
      font-size: 13px;
      font-weight: normal; }
      .blog_top_list .blog_bx .ttm:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f017";
        margin-right: 5px;
        font-weight: normal; }
    .blog_top_list .blog_bx .blog_ttl {
      clear: both;
      font-weight: normal; }
    .blog_top_list .blog_bx .blog_text {
      margin-top: 5px; }

@media screen and (max-width: 768px) {
  .blog_top_list .blog_bx {
    /*アニメーション*/
    width: calc(100% - 22px) !important;
    margin: 0px 0 20px; }
    .blog_top_list .blog_bx figcaption {
      height: 200px; } }
@media screen and (max-width: 768px) {
  /* 2column */
  #blog_flexwrap {
    display: -webkit-block;
    display: block;
    width: 95%;
    margin: 20px auto 30px; }
    #blog_flexwrap #blog_main {
      background: #fff;
      width: 100%;
      flex: 1;
      margin-bottom: 20px; }
    #blog_flexwrap #blog_side {
      width: 100%;
      margin-left: 0px; }

  .pages {
    position: static;
    bottom: 0;
    width: 100%;
    margin-top: 30px; }

  .page_next {
    float: none;
    width: 100%;
    margin-bottom: 10px; }

  .page_prev {
    float: none;
    text-align: left;
    width: 100%; } }
