@charset "utf-8";


/* ---------------------------------------------------------
 * common
** --------------------------------------------------------- */
body { 
  position: relative;
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 14px;
  line-height: 2;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: justify;
/*  letter-spacing: 1px;*/
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}


/* --------------- .wrapper --------------- */
.wrapper {
  /*position: relative;*/
  /*z-index: 1;*/
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.wrapper.col2 {
  display: flex;
  justify-content: space-between;
}
.wrapper.col2 > .sidebar {
  flex-shrink: 0;
  width: 250px;
}
.wrapper.col2 > .main {
  max-width: calc(100% - 280px);
  width: 900px;
  padding-top: 45px;
}
@media (max-width: 959px) {
  .wrapper.col2 > .sidebar {
    width: 160px;
  }
  .wrapper.col2 > .main {
    max-width: calc(100% - 180px);
  }
}
@media (max-width: 519px) {
  .wrapper.col2 {
    display: block;
    padding-top: 0;
  }
  .wrapper.col2 > .sidebar {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .wrapper.col2 > .main {
    max-width: 100%;
  }
}
/* sidebar contents */
.sidebar {
}
.sidebar .section_header {
}
.sidebar .section_header .h2 span:first-child {
  font-size: 20px;
  line-height: 75px;
}
.sidebar ul {
  margin-top: 15px;
}
.sidebar li {
  background-image: linear-gradient(to right, transparent 2px, #fff 2px), linear-gradient(to right, #5f2e00 7%, #a73f1a 47%, #b6701d 73%);
  background-repeat: repeat-x, no-repeat;
  background-size: 6px 2px, 150% 2px;
  background-position: bottom left, bottom center;
  background-origin: border-box;
}
.sidebar li a {
  display: block;
  height: 45px;
  padding-left: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 45px;
}
.sidebar li a:hover {
  color: #006ae1;
}
@media (max-width: 959px) {
  .sidebar .section_header .h2 span:first-child {
    line-height: 57px;
  }
}
@media (max-width: 519px) {
  .sidebar .section_header .h2 span:first-child {
    line-height: 22px;
  }
}


/* --------------- .yuji-syuku-regular --------------- */
.yuji-syuku-regular {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}



/* --------------- .btn --------------- */
.btn {
  position: relative;
  display: inline-block;
  padding-right: 55px;
  font-size: 16px;
}
.btn.disabled {
  pointer-events: none;
}
.btn.prev {
  padding-right: 0;
  padding-left: 55px;
}
.btn::before,
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  transition: all ease 0.3s;
}
.btn::before {
  right: 0;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
}
.btn:not(.disabled):hover::before {
  right: -10px;
  background-color: #522800;
}
.btn.disabled::before {
  background-color: #999;
}
.btn.prev::before {
  right: auto;
  left: 0;
}
.btn.prev:not(.disabled):hover::before {
  left: -10px;
}
.btn::after {
  right: 14px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform-origin: center;
  transform: rotate(45deg);
}
.btn:not(.disabled):hover::after {
  right: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn.prev::after {
  right: auto;
  left: 14px;
  border-right: none;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}
.btn.prev:not(.disabled):hover::after {
  left: 4px;
  border-right: none;
  border-left: 1px solid #fff;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
  .btn {
    font-size: 14px;
  }
}


/* --------------- .tbl --------------- */
.tbl {
  width: 100%;
}
.tbl th,
.tbl td {
  padding: 10px 50px 10px 0;
  border-bottom: 1px solid #522800;
}
.tbl th {
  position: relative;
}
.tbl th::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  width: 15px;
  height: 4px;
  background-image: linear-gradient(to bottom, #522800 0%, #6e321d 62%, #664a29 100%);
}
.tbl td {
}
@media (max-width: 519px) {
  .tbl th,
  .tbl td {
    display: block;
    padding-right: 0;
  }
  .tbl th {
    padding-bottom: 0;
    border-bottom: none;
  }
  .tbl th::before {
    display: none;
  }
  .tbl td {
    position: relative;
    padding-top: 0;
  }
  .tbl td::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
    width: 15px;
    height: 4px;
    background-image: linear-gradient(to bottom, #522800 0%, #6e321d 62%, #664a29 100%);
  }
}




/* ---------------------------------------------------------
 * header
** --------------------------------------------------------- */
#header {
  position: absolute;
  z-index: 2000;
  width: 100%;
}
.h_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
.h_logo {
  padding: 20px 40px;
}
.h_logo span {
  display: block;
  font-size: 13px;
  text-align-last: justify;
}
.h_logo span br {
  display: none;
}
.h_logo a {
}
.h_logo img {
  margin-top: 10px;
}
@media (max-width: 799px) {
  .h_logo {
    padding: 20px;
  }
  .h_logo span {
    font-size: 10px;
    text-align-last: initial;
  }
  .h_logo img {
    max-width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 519px) {
}
.h_nav {
  display: flex;
  justify-content: center;
}
.h_nav .gnavi {
  position: relative;
  display: flex;
  height: 80px;
  margin-left: 126px;
}
.h_nav .gnavi::before {
  content: "";
  position: absolute;
  top: 0;
  left: -126px;
  display: block;
  width: 84px;
  height: 81px;
  background-image: url('../img/head_pic.png');
}
@media (min-width: 1400px) {
  .h_nav .gnavi > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 15px;
    background-color: #522800;
  }
  .h_nav .gnavi > ul > li {
    position: relative;
    padding: 0 22px;
  }
  .h_nav .gnavi > ul > li:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    display: block;
    width: 1px;
    height: 60%;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .h_nav .gnavi > ul > li > a {
    line-height: 1;
    color: #fff;
    font-size: 14px;
  }
  .h_nav .gnavi > ul > li > a:hover {
    text-decoration: underline;
  }
  .h_nav .gnavi .head_logos {
    display: none;
  }
}
@media (max-width: 1499px) and (min-width: 1400px) {
  .h_nav .gnavi > ul > li {
    position: relative;
    padding: 0 15px;
  }
}
@media (max-width: 1399px) {
  .h_nav .gnavi > ul:not(.head_logos) {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 476px;
    padding: 80px 35px 35px;
    background-color: #522800;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all ease 0.3s;
  }
  .h_nav .gnavi.active > ul {
    opacity: 1;
    pointer-events: initial;
  }
  .h_nav .gnavi > ul:not(.head_logos) li {
    position: relative;
    border-bottom: 1px solid #fff;
  }
  .h_nav .gnavi > ul:not(.head_logos) li:not(:first-child) {
    padding-top: 10px;
  }
  .h_nav .gnavi > ul:not(.head_logos) li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 15px;
    height: 4px;
    background-color: #fff;
  }
  .h_nav .gnavi > ul:not(.head_logos) li a {
    display: block;
    padding: 7px 0;
  }
  .h_nav .gnavi .head_logos {
    position: absolute;
    top: 476px;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    padding: 0 35px 35px;
    background-color: #522800;
    opacity: 0;
    pointer-events: none;
    transition: all ease 0.3s;
  }
  .h_nav .gnavi.active .head_logos {
    opacity: 1;
    pointer-events: initial;
  }
  .h_nav .gnavi .head_logos > li {
    width: 45%;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    text-align: center;
  }
}
@media (max-width: 1099px) {
}
@media (max-width: 959px) {
}
@media (max-width: 799px) {
  .h_nav .gnavi {
    margin-left: 0;
  }
  .h_nav .gnavi::before {
    display: none;
  }
}
@media (max-width: 519px) {
}
@media (max-width: 439px) {
}
@media (max-width: 359px) {
}


/* gnavi_btn */
.gnavi_btn {
  position: relative;
  align-items: center;
  align-self: flex-start;
  display: none;
  padding: 25px 20px;
  background-color: #522800;
  transition: all 0.4s ease;
  cursor: pointer;
}
.gnavi_btn.open {
  background: rgba(0, 0, 0, 0);
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.menu-trigger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 34px;
  height: 24px;
}
.menu-trigger span {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.gnavi_btn .menu-trigger span:nth-of-type(1) {
  top: 0%;
}
.gnavi_btn .menu-trigger span:nth-of-type(3) {
  bottom: 0%;
}
.gnavi_btn.open .menu-trigger span:nth-of-type(1) {
  top: 50%;
  transform-origin: center;
  transform: translateY(-50%) rotate(-45deg);
}
.gnavi_btn.open .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.gnavi_btn.open .menu-trigger span:nth-of-type(3) {
  bottom: 50%;
  transform-origin: center;
  transform: translateY(50%) rotate(45deg);
}
@media (max-width: 1399px) {
  .gnavi_btn {
    display: flex;
  }
}
@media (max-width: 739px) {
}
@media (max-width: 519px) {
}


/* .head_logos */
.h_inner > .head_logos {
  position: absolute;
  top: 100px;
  right: 0;
  display: flex;
  padding: 15px 10px 15px 20px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px 0 0 20px;
}
.h_inner > .head_logos li:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #522800;
}
.h_inner > .head_logos a {
  display: block;
  padding: 0 10px;
  transition: all ease 0.3s;
}
.h_inner > .head_logos a:hover {
  opacity: 0.8;
}
.h_inner > .head_logos .cira {
}
.h_inner > .head_logos .kyotounv {
}
.h_inner > .head_logos img {
}
.h_inner > .head_logos {
}
@media (max-width: 1399px) {
  .h_inner > .head_logos {
    display: none;
  }
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}




/* ---------------------------------------------------------
 * Common contents parts
** --------------------------------------------------------- */
/* --------------- .section_header --------------- */
.section_header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #bbb;
}
.section_header.deco {
  padding-top: 45px;
}
.section_header::before {
  content: "";
  position: absolute;
  top: 100%;
  display: block;
  width: 40px;
  height: 4px;
  background-color: #522800;
}
.section_header.top::before {
  width: 50px;
  height: 3px;
}
.section_header.deco::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 72px;
  height: 24px;
  background-image: url("../img/subtit_side_pic.png");
  background-size: cover;
}
.section_header .h2 {
  padding-right: 10px;
  font-size: 18px;
}
.section_header .h2 span:first-child {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  font-size: 36px;
  font-weight: bold;
}
.section_header.top .h2::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 24px;
  margin-top: -5px;
  margin-left: 20px;
  background-image: url('../img/tit_side_pic.png');
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}
.section_header .goto_list {
}
@media (max-width: 959px) {
  .section_header .h2 {
    font-size: 16px;
  }
  .section_header .h2 span:first-child {
    font-size: 28px;
  }
}
@media (max-width: 519px) {
  .section_header {
    padding-bottom: 10px;
  }
  .section_header .h2 {
    font-size: 14px;
  }
  .section_header .h2 span:first-child {
    display: block;
    font-size: 22px;
    line-height: 1;
  }
}


/* --------------- .lower_fv --------------- */
.lower_fv {
  position: relative;
  height: 460px;
}
.lower_fv .ttl {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 80px;
}
.lower_fv .ttl h1,
.lower_fv .ttl .h1 {
  position: relative;
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.56);
}
.lower_fv .fv_img {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
/*  padding-top: calc(46000% / 1500);*/
  height: 100%;
  overflow: hidden;
}
.lower_fv .fv_img img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.lower_fv .deco_lt {
  position: absolute;
  z-index: 2;
  top: 130px;
}
.lower_fv .deco_lt img {
}
@media (max-width: 1499px) {
}
@media (max-width: 959px) {
  .lower_fv {
    height: 360px;
  }
  .lower_fv .ttl {
/*    padding-top: 80px;*/
  }
  .lower_fv .ttl h1,
  .lower_fv .ttl .h1 {
    font-size: 42px;
  }
  .lower_fv .deco_lt {
/*    top: 130px;*/
  }
  .lower_fv .deco_lt img {
    height: 230px;
  }
}
@media (max-width: 679px) {
  .lower_fv {
    height: 300px;
  }
  .lower_fv .ttl {
/*    padding-top: 80px;*/
  }
  .lower_fv .ttl h1,
  .lower_fv .ttl .h1 {
    font-size: 36px;
  }
  .lower_fv .deco_lt {
/*    top: 130px;*/
  }
  .lower_fv .deco_lt img {
    height: 170px;
  }
}
@media (max-width: 619px) {
  .lower_fv {
    height: 300px;
  }
  .lower_fv .ttl {
/*    padding-top: 80px;*/
  }
  .lower_fv .ttl h1,
  .lower_fv .ttl .h1 {
    font-size: 32px;
  }
  .lower_fv .deco_lt {
    top: calc(5rem + ((1vw - 3.2px) * 16.6667));;
  }
  .lower_fv .deco_lt img {
    height: 170px;
  }
}
@media (max-width: 519px) {
}


/* --------------- .breadcrumb --------------- */
.breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f6f7f8;
}
.breadcrumb .wrapper {
  display: flex;
}
.breadcrumb li {
  flex-shrink: 0;
  font-size: 13px;
}
.breadcrumb li:not(:last-child) {
  position: relative;
  padding-right: 40px;
}
.breadcrumb li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px solid #728390;
  border-right: 1px solid #728390;
  transform: rotate(45deg);
}
.breadcrumb li:last-child {
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.breadcrumb li a {
  color: #aaa;
}
.breadcrumb li span {
  color: #000;
}


/* --------------- .list_wrapper --------------- */
.list_wrapper {
}
.list_wrapper ul {
  margin-top: 20px;
  padding: 20px 40px 40px;
  background-color: #fff;
  line-height: 1.6;
}
.list_wrapper li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}
.list_wrapper li .date {
  flex-shrink: 0;
  width: 140px;
  font-size: 14px;
}
.list_wrapper li .cate {
  flex-shrink: 0;
  width: 165px;
}
.list_wrapper li .cate span {
  display: inline-block;
  height: 22px;
  padding: 0 10px;
  border: 1px solid #c3c8cc;
  border-radius: 20px;
  color: #006ae1;
  font-size: 12px;
  line-height: 20px;
}
.list_wrapper li a {
  display: block;
  width: 100%;
  padding-right: 40px;
}
.list_wrapper li a:hover {
  color: #006ae1;
  text-decoration: underline;
}
.list_wrapper li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px solid #006ae1;
  border-right: 1px solid #006ae1;
  transform-origin: center;
  transform: rotate(45deg);
  transition: all ease 0.3s;
}
.list_wrapper li a:hover::after {
  right: 10px;
}
@media (max-width: 699px) {
  .list_wrapper li {
    flex-wrap: wrap;
  }
}
@media (max-width: 519px) {
  .list_wrapper ul {
    padding: 0 20px 20px;
  }
  .list_wrapper li::after {
    right: 0;
  }
  .list_wrapper li .date {
    width: 120px;
  }
  .list_wrapper li a {
    padding-right: 20px;
    text-align: left;
  }
  .list_wrapper li a::after {
    right: 5px;
  }
  .list_wrapper li a:hover::after {
    right: -5px;
  }
}


/* --------------- .grid_wrapper --------------- */
.grid_wrapper {
}
.grid_wrapper ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  line-height: 1.6;
}
.grid_wrapper li {
  width: calc(37300% / 1200);
}
.grid_wrapper li:not(:nth-child(3n)) {
  margin-right: calc(4050% / 1200);
}
.grid_wrapper li:nth-child(n+4) {
  margin-top: 40px;
}
.grid_wrapper li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grid_wrapper li .img {
  position: relative;
  z-index: 1;
  width: 100%;
/*  padding-top: calc(30000% / 373);*/
  padding-top: calc(500% / 8);
  box-shadow: 0 0 20px rgba(0, 27, 67, 0.1);
  overflow: hidden;
}
.grid_wrapper li .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 25px;
  height: 24px;
  background-image: url("../img/tit_side_pic.png");
  background-size: cover;
}
.grid_wrapper li .img img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: all ease 0.3s;
}
.grid_wrapper li a:hover .img img {
  transform-origin: center;
  transform: scale(1.05);
}
.grid_wrapper li .box {
  position: relative;
  z-index: 2;
  height: 100%;
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 27, 67, 0.1);
}
.grid_wrapper li .box .ttl {
  font-size: 15px;
  font-weight: bold;
}
.grid_wrapper li .box p {
}
.grid_wrapper li .date {
  font-size: 13px;
  text-align: right;
}
@media (max-width: 959px) {
  .grid_wrapper li {
    width: 48%;
  }
  .grid_wrapper li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .grid_wrapper li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .grid_wrapper li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media (max-width: 519px) {
  .grid_wrapper li {
    width: 100%;
  }
  .grid_wrapper li:not(:nth-child(2n)) {
    margin-right: 0%;
  }
  .grid_wrapper li:nth-child(n+2) {
    margin-top: 40px;
  }
}


/* --------------- .scroll --------------- */
.scroll {
  position: relative;
  overflow: auto;
  white-space: nowrap;
}
.scroll::before {
  content: "左右にスクロールできます";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin: auto;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  opacity: 1;
  transition: all 0.3s ease;
  pointer-events: none;
}
.scroll.scrolled::before {
  opacity: 0;
}


/* --------------- .pagination --------------- */
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 35px;
}
.pagination > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin: 5px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
}
.pagination a {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.9);
  color: #000;
  outline: none;
  transition: all ease 0.3s;
}
.pagination a:hover {
  color: #fff;
  border-color: #522800;
  background-color: #522800;
}
.pagination .disabled {
  background-color: #bbb;
}
.pagination .active {
  color: #fff;
  border: 1px solid #522800;
  background-color: #522800;
}
.pagination .prev,
.pagination .next {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .prev::before,
.pagination .next::before {
  content: "";
  position: relative;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  transform-origin: center;
}
.pagination .prev::before {
  left: 2px;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}
.pagination .next::before {
  right: 2px;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.pagination .prev.disabled::before,
.pagination .next.disabled::before,
.pagination .prev:hover::before,
.pagination .next:hover::before {
  border-color: #fff;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}


/* --------------- .not_found --------------- */
/* 記事やイベントが見つからなかった時の表示 */
.not_found {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}


/* --------------- #form_contact --------------- */
#form_contact {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
#form_contact .lead {
  margin-top: 20px;
  text-align: center;
}
#form_contact .form_content {
  margin-top: 40px;
}
#form_contact .form_item {
}
#form_contact .form_item > label {
  display: block;
  margin-top: 20px;
  font-size: 17px;
  font-weight: bold;
}
#form_contact .form_item_wrapper {
  margin-top: 10px;
}
#form_contact .req {
  display: inline-block;
  margin-left: 10px;
  color: #cb1927;
  font-size: 15px;
}
#form_contact input[type="text"],
#form_contact input[type="email"],
#form_contact textarea {
  width: 100%;
  margin-top: 5px;
  padding: 18px 22px;
  background-color: #f3f4f5;
  border-radius: 10px;
  outline: none;
}
#form_contact ::placeholder {
  color: #ccc;
  opacity: 1;
}
#form_contact input[type="checkbox"] {
  display: none;
}
#form_contact input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding-left: 40px;
  cursor: pointer;
}
#form_contact input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #999;
}
#form_contact input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  display: block;
  width: 15px;
  height: 9px;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(-45deg);
}
#form_contact input[type="radio"] {
  display: none;
}
#form_contact input[type="radio"] + span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}
#form_contact input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-color: #f3f4f5;
  border-radius: 100px;
}
#form_contact input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #015290;
  border-radius: 100px;
}
#form_contact .form_item a {
  color: #0072c9;
  text-decoration: underline;
}
#form_contact .form_item a:hover {
  text-decoration: none;
}
#form_contact .btn_area {
  margin-top: 40px;
  text-align: center;
}
#form_contact .btn_area button {
  display: inline-block;
  width: 240px;
  height: 60px;
  padding: 0;
  background-color: #015290;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  transition: all ease 0.3s;
}
#form_contact .btn_area button:hover {
  opacity: 0.8;
}
#form_contact .comp {
  margin: 20px 0;
  text-align: center;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
  #form_contact .form_item_wrapper > * {
    display: block;
    margin-top: 10px;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important  ;
  }
  #form_contact input[type="checkbox"] + span {
    margin-left: 0;
  }
}




/* ---------------------------------------------------------
 * footer
** --------------------------------------------------------- */
/* --------------- #footer_links --------------- */
#footer_links {
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: url("../img/link_bg.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}
#footer_links .wrapper {
}
#footer_links .inner {
}
#footer_links .h3 {
  font-size: 18px;
  font-weight: bold;
}
#footer_links .h3 span {
  display: inline-block;
  margin-top: -5px;
  margin-right: 20px;
  font-size: 32px;
  vertical-align: middle;
}
#footer_links .flex {
  flex-wrap: wrap;
  margin-top: 10px;
}
#footer_links .link {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(37400% / 1200);
  height: 85px;
  padding-left: 20px;
  background-color: #fff;
  background-image: url("../img/link_bana_bg.png"), linear-gradient(120deg, #fff 55%, #ededed 55%, #c7baae 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  font-weight: bold;
}
#footer_links .link:nth-child(n+4) {
  margin-top: 40px;
}
#footer_links .link::before,
#footer_links .link::after {
  content: "";
  position: absolute;
  display: block;
  transition: all ease 0.3s;
}
#footer_links .link::before {
  top: 0;
  bottom: 0;
  right: 20px;
  width: 34px;
  height: 34px;
  margin-top: auto;
  margin-bottom: auto;
  border: 1px solid rgba(0, 0, 0, 0.9);
  border-radius: 40px;
}
#footer_links .link:hover::before {
  right: 10px;
  background-color: #522800;
}
#footer_links .link::after {
  top: 0;
  bottom: 0;
  right: 34px;
  width: 9px;
  height: 9px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform-origin: center;
  transform: rotate(45deg);
}
#footer_links .link:hover::after {
  right: 24px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#footer_links .link img {
  flex-shrink: 0;
  margin-right: 35px;
}
#footer_links .link .link_ttl {
  color: #000;
  font-size: 22px;
  line-height: 1.4;
}
#footer_links .link .link_ttl.fzs {
  font-size: 16px;
}
@media (max-width: 1499px) {
}
@media (max-width: 1099px) {
  #footer_links .link img {
    margin-right: 15px;
  }
}
@media (max-width: 999px) {
  #footer_links .link {
    padding-left: 10px;
  }
  #footer_links .link img {
    margin-right: 10px;
  }
  #footer_links .link .link_ttl {
    font-size: 18px;
  }
  #footer_links .link:nth-child(3) .link_ttl {
    font-size: 14px;
  }
}
@media (max-width: 959px) {
  #footer_links .link {
    width: 48%;
  }
  #footer_links .link:nth-child(3) {
    margin-top: 40px;
  }
  #footer_links .link::before {
    right: 10px;
  }
  #footer_links .link::after {
    right: 24px;
  }
}
@media (max-width: 619px) {
  #footer_links .link {
    width: 100%;
  }
  #footer_links .link:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media (max-width: 519px) {
}


/* --------------- #footer --------------- */
#footer {
  padding-top: 40px;
  padding-bottom: 20px;
  background-image: linear-gradient(160deg, #522800 20%, #60301f 62%, #523d24 75%);
  color: #fff;
}
#footer .footer_content {
  display: flex;
  justify-content: space-between;
}
#footer .left {
}
#footer .left .footer_logo {
}
#footer .left .footer_logo img.shin_logo {
  margin-right: 40px;
  vertical-align: middle;
}
#footer .left .footer_logo img.footer_logo {
  max-width: 100%;
  margin: 10px 0;
}
#footer .right {
  flex-shrink: 0;
}
#footer .right ul {
  columns: 3;
}
#footer .right li {
  margin-left: 80px;
  line-height: 2.4;
}
#footer .right li:nth-child(n+4) {
}
#footer .right a {
}
#footer .right a:hover {
  text-decoration: underline;
}
@media (max-width: 1159px) {
  #footer .right li {
    margin-left: 30px;
  }
}
@media (max-width: 1019px) {
  #footer .left .footer_logo img:nth-child(2) {
    display: block;
    max-width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 959px) {
}
@media (max-width: 839px) {
  #footer .right ul {
    columns: 2;
  }
}
@media (max-width: 599px) {
  #footer .footer_content {
    display: block;
  }
  #footer .right ul {
    columns: 3;
    margin-top: 20px;
  }
  #footer .right li {
    margin-left: 0;
  }
}
@media (max-width: 519px) {
}
@media (max-width: 419px) {
  #footer .right ul {
    columns: 2;
  }
}


/* --------------- #copyright --------------- */
#copyright {
  margin-top: 70px;
  font-size: 9px;
  text-align: center;
}


/* --------------- #goto_top --------------- */
#goto_top {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all ease 0.3s;
}
#goto_top:hover {
  opacity: 0.8;
}
#goto_top::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform-origin: center;
  transform: rotate(45deg);
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
  #goto_top {
    display: none;
  }
}
