@charset "UTF-8";
/*                reset
======================================================= */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #222222;
  background-color: #ffffff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

@media only screen and (min-width: 769px) {
  a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  a img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.8;
  }
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #222222;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
  cursor: pointer;
}

/*                leyout
======================================================= */
#wrapper {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #wrapper {
    padding-bottom: 20px;
  }
}

#main_row2 {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  #main_row2 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
#main_row2 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  padding: 0 50px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  #main_row2 .wrap {
    padding: 0px 30px;
  }
}
@media only screen and (max-width: 768px) {
  #main_row2 .wrap {
    padding: 0px 15px;
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#main_row2 .wrap main {
  padding-top: 0px;
  width: calc(100% - 216px);
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  #main_row2 .wrap main {
    width: 100%;
    padding-right: 0;
  }
}
#main_row2 #main_area {
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  #main_row2 #main_area {
    padding-top: 50px;
  }
}

aside {
  width: 216px;
}
@media only screen and (max-width: 768px) {
  aside {
    width: 100%;
    margin-top: 60px;
  }
}
aside .ttl h3 {
  font-size: 17px;
  font-weight: 600;
}

.month_list ul li a {
  display: block;
  border-bottom: 1px solid #999;
  background-color: #f6f6f6;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 50px 10px 5px;
  position: relative;
}
.month_list ul li a::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.month_list ul li:first-child a {
  border-top: 1px solid #999;
}

.control_area {
  margin: 80px auto 0;
}
.control_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.control_area ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.control_area ul li .page-numbers {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 1px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .control_area ul li .page-numbers {
    font-size: 15px;
    width: 25px;
    padding: 3px 0;
  }
}
@media only screen and (max-width: 480px) {
  .control_area ul li .page-numbers {
    width: 22px;
    padding: 1px 0;
  }
}
.control_area ul li .page-numbers.current {
  background-color: #222222;
  border-radius: 50%;
  margin: 0 6px;
  color: #fff;
  border: 1px solid #222222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .control_area ul li .page-numbers.current {
    border-radius: 13px;
  }
}
@media only screen and (min-width: 1025px) {
  .control_area ul li .page-numbers.current:hover {
    background-color: #fff;
    color: #222222;
  }
}
.control_area ul li .page-numbers.dots {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  padding-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .control_area ul li .page-numbers.dots {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .control_area ul li .page-numbers.dots {
    margin: 0 3px;
  }
}
.control_area ul li .page-numbers.prev, .control_area ul li .page-numbers.next {
  background-color: #222222;
  border: 1px solid #222222;
  border-radius: 20px;
  display: inline-block;
  width: 40px;
  padding: 20px 0;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .control_area ul li .page-numbers.prev:hover, .control_area ul li .page-numbers.next:hover {
    background-color: #fff;
  }
  .control_area ul li .page-numbers.prev:hover::before, .control_area ul li .page-numbers.prev:hover::after, .control_area ul li .page-numbers.next:hover::before, .control_area ul li .page-numbers.next:hover::after {
    background-color: #222222;
  }
}
@media only screen and (max-width: 768px) {
  .control_area ul li .page-numbers.prev, .control_area ul li .page-numbers.next {
    width: 34px;
    border-radius: 17px;
    padding: 17px 0;
  }
}
@media only screen and (max-width: 480px) {
  .control_area ul li .page-numbers.prev, .control_area ul li .page-numbers.next {
    width: 30px;
    border-radius: 15px;
    padding: 15px 0;
  }
}
.control_area ul li .page-numbers.prev {
  margin-right: 15px;
}
.control_area ul li .page-numbers.prev:before, .control_area ul li .page-numbers.prev:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  border-radius: 100px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
}
@media only screen and (max-width: 768px) {
  .control_area ul li .page-numbers.prev:before, .control_area ul li .page-numbers.prev:after {
    top: 48%;
  }
}
@media only screen and (max-width: 480px) {
  .control_area ul li .page-numbers.prev:before, .control_area ul li .page-numbers.prev:after {
    top: 46%;
  }
}
.control_area ul li .page-numbers.prev:after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.control_area ul li .page-numbers.prev p {
  font-size: 15px;
  padding: 16px;
}
@media only screen and (max-width: 1024px) {
  .control_area ul li .page-numbers.prev p {
    padding: 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .control_area ul li .page-numbers.prev {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .control_area ul li .page-numbers.prev {
    margin-left: 5px;
  }
}
.control_area ul li .page-numbers.next {
  margin-left: 15px;
}
.control_area ul li .page-numbers.next:before, .control_area ul li .page-numbers.next:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  border-radius: 100px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
}
@media only screen and (max-width: 768px) {
  .control_area ul li .page-numbers.next:before, .control_area ul li .page-numbers.next:after {
    top: 48%;
  }
}
@media only screen and (max-width: 480px) {
  .control_area ul li .page-numbers.next:before, .control_area ul li .page-numbers.next:after {
    top: 46%;
  }
}
.control_area ul li .page-numbers.next:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.control_area ul li .page-numbers.next p {
  font-size: 15px;
  padding: 16px;
}
@media only screen and (max-width: 1024px) {
  .control_area ul li .page-numbers.next p {
    padding: 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .control_area ul li .page-numbers.next {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .control_area ul li .page-numbers.next {
    margin-left: 5px;
  }
}

.control_area_detail {
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
}
@media only screen and (max-width: 768px) {
  .control_area_detail {
    margin-top: 60px;
  }
}
.control_area_detail ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.control_area_detail ol li {
  min-width: 96px;
  text-align: center;
}
.control_area_detail ol li a {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  position: relative;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .control_area_detail ol li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .control_area_detail ol li a {
    min-width: auto;
  }
}
.control_area_detail ol li a:hover {
  opacity: 0.8;
}
.control_area_detail ol li a.prev {
  padding-left: 25px;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .control_area_detail ol li a.prev {
    padding-left: 15px;
  }
}
.control_area_detail ol li a.prev:before, .control_area_detail ol li a.prev:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #222222;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 100px;
  -webkit-transform: translateY(-50%) rotate(40deg);
          transform: translateY(-50%) rotate(40deg);
  -webkit-transform-origin: 0%;
          transform-origin: 0%;
  border: none;
}
.control_area_detail ol li a.prev:after {
  -webkit-transform: translateY(-50%) rotate(-40deg);
          transform: translateY(-50%) rotate(-40deg);
}
.control_area_detail ol li a.next {
  padding-right: 25px;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .control_area_detail ol li a.next {
    padding-right: 15px;
  }
}
.control_area_detail ol li a.next:before, .control_area_detail ol li a.next:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #222222;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 100px;
  -webkit-transform: translateY(-50%) rotate(40deg);
          transform: translateY(-50%) rotate(40deg);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
  border: none;
}
.control_area_detail ol li a.next:after {
  -webkit-transform: translateY(-50%) rotate(-40deg);
          transform: translateY(-50%) rotate(-40deg);
}

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  .main_width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .main_width {
    padding: 0 15px;
  }
}
.main_width .sub_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.main_width .w880 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
}
.main_width.w1100 {
  max-width: 1100px;
}
.main_width.w1134 {
  max-width: 1134px;
}
.main_width.w786 {
  max-width: 786px;
}
.main_width.w730 {
  max-width: 730px;
}

.cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.cont_width .cont_in {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

/*                タイトル装飾
======================================================= */
.cont_ttl {
  position: relative;
}
.cont_ttl h1,
.cont_ttl h2,
.cont_ttl h3,
.cont_ttl > p {
  font-size: 27px;
}
@media only screen and (max-width: 768px) {
  .cont_ttl h1,
.cont_ttl h2,
.cont_ttl h3,
.cont_ttl > p {
    font-size: 21px;
  }
}
.cont_ttl .btn_list {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 480px) {
  .cont_ttl .btn_list {
    margin-top: 30px;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
}
.cont_ttl .btn_list ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}

/* 擬似テーブル */
.table {
  display: table;
  width: 100%;
}
.table .tableCell {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .table.sp_brake {
    display: block;
  }
  .table.sp_brake .tablecell {
    display: block;
    width: 100%;
  }
}

.border_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  padding: 10px 0px;
  border-bottom: 1px solid #222222;
}
@media only screen and (max-width: 768px) {
  .border_table dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.border_table dl:first-child {
  border-top: 1px solid #222222;
}
.border_table dl dt {
  width: 210px;
  padding: 0 30px 0 50px;
}
@media only screen and (max-width: 768px) {
  .border_table dl dt {
    width: 100%;
    padding: 0;
  }
}
.border_table dl dd {
  width: calc(100% - 210px);
}
@media only screen and (max-width: 768px) {
  .border_table dl dd {
    width: 100%;
    margin-top: 10px;
  }
}

.border_table2 dl {
  font-size: 15px;
  padding: 15px 0px;
  border-bottom: 1px solid #222222;
}
.border_table2 dl:first-child {
  border-top: 1px solid #222222;
}
.border_table2 dl dd {
  margin-top: 10px;
}

.border_table02 > dl {
  border-top: 1px solid #989898;
  padding: 15px 0;
}
.border_table02 > dl dt {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.border_table02 > dl dd {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.border_table02 > dl:last-child {
  border-bottom: 1px solid #989898;
}

/*                pageTop
======================================================= */
.page_top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
  display: none;
}
.page_top a {
  display: block;
}
@media only screen and (max-width: 640px) {
  .page_top {
    bottom: 0px;
    right: 0;
  }
  .page_top img {
    width: 36px;
    height: 36px;
  }
}

#pagetop {
  z-index: 999;
}

#main_area {
  position: relative;
}
#main_area .main_btn_top {
  position: fixed;
  bottom: 20px;
  right: 0;
}
#main_area .main_btn_top .btn_top {
  background: #4d7c2d;
  display: block;
  width: 50px;
  height: 80px;
}
#main_area .main_btn_top .btn_top .arrow_top,
#main_area .main_btn_top .btn_top .arrow_right {
  display: inline-block;
  position: absolute;
  top: 60%;
  left: 50%;
  width: 20px;
  height: 20px;
}
#main_area .main_btn_top .btn_top .arrow_top {
  border-top: 1px solid #fff;
  -webkit-transform: translate(-43%, -50%) rotate(-50deg);
          transform: translate(-43%, -50%) rotate(-50deg);
}
#main_area .main_btn_top .btn_top .arrow_right {
  border-right: 1px solid #fff;
  -webkit-transform: translate(-57%, -50%) rotate(-40deg);
          transform: translate(-57%, -50%) rotate(-40deg);
}

/*                カラム
======================================================= */
.row {
  margin-left: -14px;
  margin-right: -14px;
  overflow: hidden;
  margin-bottom: -14px;
}
@media only screen and (max-width: 1024px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media only screen and (max-width: 768px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.row img {
  width: 100%;
}
.row .col1,
.row .col2,
.row .col3,
.row .col4,
.row .col5,
.row .col6,
.row .col7,
.row .col8,
.row .col9,
.row .col10,
.row .col11,
.row .col12 {
  float: left;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1024px) {
  .row .col1,
.row .col2,
.row .col3,
.row .col4,
.row .col5,
.row .col6,
.row .col7,
.row .col8,
.row .col9,
.row .col10,
.row .col11,
.row .col12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .row .col1,
.row .col2,
.row .col3,
.row .col4,
.row .col5,
.row .col6,
.row .col7,
.row .col8,
.row .col9,
.row .col10,
.row .col11,
.row .col12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.row .tab1,
.row .tab2,
.row .tab6 {
  float: left;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
}
@media only screen and (max-width: 1024px) {
  .row .tab1,
.row .tab2,
.row .tab6 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .row .tab1,
.row .tab2,
.row .tab6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.square {
  overflow: hidden;
}
.square .col1,
.square .col2,
.square .col3,
.square .col4,
.square .col5,
.square .col6,
.square .col7,
.square .col8,
.square .col9,
.square .col10,
.square .col11,
.square .col12 {
  float: left;
  min-height: 1px;
  padding: 0;
  margin-bottom: 0;
}

.col12 {
  width: 100%;
}

.col11 {
  width: 91.66666667%;
}

.col10 {
  width: 83.33333333%;
}

.col9 {
  width: 75%;
}

.col8 {
  width: 66.66666667%;
}

.col7 {
  width: 58.33333333%;
}

.col6 {
  width: 50%;
}

.col5 {
  width: 41.66666667%;
}

.col4 {
  width: 33.33333333%;
}

.col3 {
  width: 25%;
}

.col2 {
  width: 16.66666667%;
}

.col1 {
  width: 8.33333333%;
}

@media only screen and (max-width: 1024px) {
  .pc1024Col12 {
    width: 100%;
  }

  .pc1024Col6 {
    width: 50%;
  }

  .pc1024Col3 {
    width: 25%;
  }

  .pc1024Col2 {
    width: 16.66666667%;
  }
}
@media only screen and (max-width: 768px) {
  .tab12 {
    width: 100%;
  }

  .tab6 {
    width: 50%;
  }

  .tab4 {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 480px) {
  .sps12 {
    width: 100%;
  }

  .sps6 {
    width: 50%;
  }
}
/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100% important;
}

.gmap {
  position: relative;
  padding-top: 37.5%;
  height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .gmap {
    padding-top: 116.266666%;
  }
}
.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gmap iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */
#header {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 35px;
  width: 100%;
  z-index: 10000;
  height: 80px;
  background-color: #fff;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1300px) {
  #header {
    padding: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  #header {
    height: 50px;
    padding: 0 0 0 15px;
  }
}
#header #hd_logo .logo_inner h1 span img,
#header #hd_logo .logo_inner p span img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1300px) {
  #header #hd_logo .logo_inner h1 span img,
#header #hd_logo .logo_inner p span img {
    width: auto;
    height: 26px;
  }
}
#header .hd_r {
  width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1300px) {
  #header .hd_r {
    width: 760px;
  }
}
@media only screen and (max-width: 1024px) {
  #header .hd_r {
    width: auto;
  }
}
#header #gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  #header #gnavi {
    display: none;
  }
}
#header #gnavi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #gnavi > ul > li + li {
  padding-left: 30px;
}
@media only screen and (max-width: 1300px) {
  #header #gnavi > ul > li + li {
    padding-left: 15px;
  }
}
#header #gnavi > ul > li > a,
#header #gnavi > ul > li > span {
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}
@media only screen and (max-width: 1300px) {
  #header #gnavi > ul > li > a,
#header #gnavi > ul > li > span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  #header #gnavi > ul > li > a:after,
#header #gnavi > ul > li > span:after {
    border-bottom: solid 2px #fff;
    bottom: -4px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 0;
  }
  #header #gnavi > ul > li > a:hover:after,
#header #gnavi > ul > li > span:hover:after {
    width: 100%;
  }
}
#header #gnavi > ul > li.hover_menu > a,
#header #gnavi > ul > li.hover_menu > span {
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  #header #gnavi > ul > li.hover_menu > a:hover:before, #header #gnavi > ul > li.hover_menu > a:active:before,
#header #gnavi > ul > li.hover_menu > span:hover:before,
#header #gnavi > ul > li.hover_menu > span:active:before {
    position: absolute;
    left: -400%;
    width: 900%;
    height: 100px;
    top: 0px;
    content: "";
    display: block;
  }
}
#header #gnavi .mega_menu_outer {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  z-index: 98;
}
@media only screen and (max-width: 1024px) {
  #header #gnavi .mega_menu_outer {
    display: none !important;
  }
}
#header #gnavi .mega_menu_outer .mega_menu {
  position: relative;
  background: rgba(0, 0, 0, 0.75);
  padding: 0px;
}
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner {
  padding-left: 250px;
  position: relative;
}
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_title {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #222222;
}
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_title p {
  width: 100%;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi {
  padding: 30px 15px 30px 0;
}
@media only screen and (max-width: 1300px) {
  #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi {
    padding: 20px 10px 20px 0;
  }
}
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 75px;
}
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li {
  width: 20%;
}
@media only screen and (max-width: 1300px) {
  #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li {
    margin-left: 50px;
    padding-right: 0px;
  }
}
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > a,
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > span {
  display: block;
  color: #fff;
  font-weight: 600;
  padding-left: 0.5em;
  position: relative;
}
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > a > span,
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > span > span {
  display: inline-block;
}
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > a:hover,
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > span:hover {
  text-decoration: none;
}
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul {
  margin-top: 0.5em;
  padding-left: 0.5em;
}
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > a,
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > span {
  font-size: 14px;
  display: block;
  color: #fff;
  font-weight: 500;
  margin-top: 0.5em;
  position: relative;
}
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > a > span,
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > span > span {
  display: inline-block;
}
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > a:hover,
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > span:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > a > span,
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > span > span {
    position: relative;
  }
  #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > a > span:after,
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > span > span:after {
    border-bottom: solid 1px #fff;
    bottom: -2px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 0;
  }
  #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > a:hover > span,
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > span:hover > span {
    color: #fff;
  }
  #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > a:hover > span:after,
#header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_navi > ul > li > ul > li > span:hover > span:after {
    width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner {
    padding-left: 200px;
  }
  #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_title {
    width: 200px;
  }
  #header #gnavi .mega_menu_outer .mega_menu .mega_menu_inner .mega_menu_title p {
    font-size: 20px;
  }
}
#header .hd_r_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .hd_r_r #tel_cont {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #header .hd_r_r #tel_cont {
    display: none;
  }
}
#header .hd_r_r #tel_cont .tel {
  font-size: 28px;
  letter-spacing: 0.068em;
  line-height: 1;
}
#header .hd_r_r #tel_cont .reception {
  font-size: 16px;
  letter-spacing: 0.1em;
}
#header .hd_r_r #lang_btn {
  margin-left: 20px;
}
#header .hd_r_r #lang_btn a {
  width: 42px;
  height: 42px;
  border: 1px solid #222;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  #header .hd_r_r #lang_btn a {
    width: 50px;
    height: 50px;
    border-right: 1px solid #fff;
    background-color: #222222;
    color: #fff;
  }
}

/*                sp_menu_btn
======================================================= */
#sp_menu_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1000;
  background-color: #222;
}
@media only screen and (min-width: 1025px) {
  #sp_menu_btn {
    display: none;
  }
}
#sp_menu_btn #sp_btn {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 21px;
}
#sp_menu_btn #sp_btn .bar {
  -webkit-transition: 0.25;
  transition: 0.25;
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #fff;
  left: 0;
}
#sp_menu_btn #sp_btn .bar.bar1 {
  top: 0px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#sp_menu_btn #sp_btn .bar.bar2 {
  top: 9px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#sp_menu_btn #sp_btn .bar.bar3 {
  top: 18px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.sp_menu_open #sp_menu_btn #sp_btn .bar.bar1 {
  top: 9px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.sp_menu_open #sp_menu_btn #sp_btn .bar.bar2 {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.sp_menu_open #sp_menu_btn #sp_btn .bar.bar3 {
  top: 9px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
#sp_menu_btn .sp_btn_cont {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
}
@media only screen and (min-width: 1025px) {
  #sp_menu_btn .sp_btn_cont {
    display: none;
  }
}
#sp_menu_btn .sp_btn_cont span {
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #000;
}
#sp_menu_btn .sp_btn_cont span.border01 {
  top: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.sp_menu_open #sp_menu_btn .sp_btn_cont span.border01 {
  -webkit-transform: rotate(45deg) scaleX(1.32);
          transform: rotate(45deg) scaleX(1.32);
}
#sp_menu_btn .sp_btn_cont span.border02 {
  top: 14px;
}
.sp_menu_open #sp_menu_btn .sp_btn_cont span.border02 {
  opacity: 0;
}
#sp_menu_btn .sp_btn_cont span.border03 {
  top: 28px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.sp_menu_open #sp_menu_btn .sp_btn_cont span.border03 {
  -webkit-transform: rotate(-45deg) scaleX(1.32);
          transform: rotate(-45deg) scaleX(1.32);
}

/*                sp_menu
======================================================= */
.sp_menu_open {
  overflow: hidden;
}

#sp_menu {
  display: block;
  position: fixed;
  right: -110%;
  top: 50px;
  width: 100%;
  height: calc(100% - 50px);
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  -webkit-transition: 400ms;
  transition: 400ms;
  color: #222222;
  font-size: 15px;
}
@media only screen and (min-width: 1025px) {
  #sp_menu {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #sp_menu {
    height: 100%;
  }
}
#sp_menu #sp_menu_area {
  padding-top: 35px;
  padding-bottom: 30px;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}
#sp_menu #sp_menu_area .sp_mic_gr {
  margin-top: 30px;
  border-top: 1px solid #2b2b2b;
  padding-top: 25px;
}
#sp_menu #sp_menu_area .sp_mic_gr .link + .link {
  margin-top: 25px;
}
#sp_menu #sp_menu_area .sp_sns {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sp_menu #sp_menu_area .sp_sns .img {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#sp_menu #sp_menu_area .sp_sns .img + .img {
  margin-left: 20px;
}
#sp_menu #sp_menu_area .sp_logo {
  margin-top: 40px;
}
#sp_menu #sp_menu_area .sp_address {
  margin-top: 15px;
  font-weight: 600;
}
#sp_menu #sp_menu_area .sp_tel {
  font-weight: 600;
}
#sp_menu #sp_menu_area .sp_gnavi_title {
  margin-bottom: 30px;
}
#sp_menu #sp_menu_area .sp_gnavi_title p {
  text-align: center;
}
#sp_menu #sp_menu_area .sp_gnavi_title p span {
  font-size: 32px;
  font-weight: bold;
}
#sp_menu #sp_menu_area #sp_gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
#sp_menu #sp_menu_area #sp_gnavi ul li {
  width: 100%;
}
#sp_menu #sp_menu_area #sp_gnavi ul li > a,
#sp_menu #sp_menu_area #sp_gnavi ul li > span {
  position: relative;
  display: block;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-decoration: none;
}
#sp_menu #sp_menu_area #sp_gnavi ul li + li {
  margin-top: 15px;
}
#sp_menu #sp_menu_area #sp_menu_info {
  margin-top: 30px;
}
#sp_menu #sp_menu_area #sp_menu_info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
#sp_menu #sp_menu_area #sp_menu_info ul li {
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  #sp_menu #sp_menu_area #sp_menu_info ul li {
    padding: 0 14px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  #sp_menu #sp_menu_area #sp_menu_info ul li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 400px) {
  #sp_menu #sp_menu_area #sp_menu_info ul li {
    font-size: 11px;
  }
}
#sp_menu #sp_menu_area #sp_menu_info ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 769px) {
  #sp_menu #sp_menu_area #sp_menu_info ul li a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #009d4b;
  }
}
#sp_menu .fuchs_logo {
  width: 142px;
  margin: auto;
}
#sp_menu .fuchs_logo .fushs_logo_inner > a,
#sp_menu .fuchs_logo .fushs_logo_inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#sp_menu .fuchs_logo .fushs_logo_inner > a > span,
#sp_menu .fuchs_logo .fushs_logo_inner > div > span {
  display: block;
  width: 100%;
}
#sp_menu .fuchs_logo .fushs_logo_inner > a > span + span,
#sp_menu .fuchs_logo .fushs_logo_inner > div > span + span {
  margin-top: 5px;
}

.sp_menu_open #sp_menu {
  right: 0;
}

#reservation {
  position: fixed;
  top: 150px;
  right: 0px;
}
@media only screen and (max-width: 768px) {
  #reservation {
    display: none;
  }
}
#reservation a {
  width: 60px;
  height: 145px;
  background-color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.34em;
  -webkit-transition: none;
  transition: none;
}

/*                sidebar
======================================================= */
/*                content
======================================================= */
#contact_btn {
  position: fixed;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #contact_btn {
    top: auto;
    bottom: 0;
  }
}

.contact_btn {
  width: 230px;
  height: 62px;
  background-color: #222222;
  z-index: 9999;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .contact_btn {
    width: 100%;
    height: 55px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (max-width: 350px) {
  .contact_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact_btn .tel {
  font-size: 23px;
  letter-spacing: 0.05em;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .contact_btn .tel {
    pointer-events: auto;
    font-size: 20px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 350px) {
  .contact_btn .tel {
    margin-right: 0px;
  }
}
.contact_btn .txt {
  font-size: 12px;
}

.cont_scroll {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cont_scroll a {
  display: block;
  color: #222222;
  font-size: 12px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  position: relative;
  padding-bottom: 40px;
  /*&::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #222222;
    border-right: 1px solid #222222;
    transform: translateX(-50%) rotate(45deg);
  }*/
}
.cont_scroll a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 35px;
  background-color: #222222;
}

.cont_wrap {
  position: relative;
  padding: 80px 0px 70px;
}
@media only screen and (max-width: 768px) {
  .cont_wrap {
    padding: 40px 0px 60px;
  }
}
.cont_wrap.p60 {
  padding: 60px;
}
@media only screen and (max-width: 768px) {
  .cont_wrap.p60 {
    padding: 30px;
  }
}

.detail_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.detail_list ul li {
  width: 33.33333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .detail_list ul li {
    width: 100%;
  }
}
.detail_list ul li a {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 769px) {
  .detail_list ul li a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #4d7c2d;
  }
}
.detail_list ul li a .img {
  width: 100%;
}
.detail_list ul li a .img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.detail_list ul li a .text_area {
  margin-top: 6px;
}
.detail_list ul li a .text_area .cate {
  margin-bottom: 8px;
}
.detail_list ul li a .text_area .cate span {
  padding: 4px 10px 2px;
  background-color: #4d7c2d;
  color: #fff;
  font-size: 12px;
  display: inline-block;
}
.detail_list ul li a .text_area .date {
  font-size: 12px;
}
.more_btn {
  margin-top: 34px;
  width: 100%;
}
.more_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: auto;
  background-color: #4d7c2d;
  width: 500px;
  height: 70px;
  text-decoration: none;
  font-weight: bold;
  border: solid 2px #4d7c2d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 10px;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .more_btn a:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .more_btn a:hover span {
    color: #4d7c2d;
  }
}
@media only screen and (max-width: 768px) {
  .more_btn a {
    width: 100%;
  }
}
.more_btn a span {
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*                レイアウト
======================================================= */
.obi {
  background-color: #f6f6f6;
  padding: 30px 0;
}

.bg_gray {
  background-color: #f6f6f6;
}

.bg_white {
  background-color: #fff;
}

.bg_black {
  background-color: #222;
}

.btn_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_list ul li .btn {
  background-color: #222;
  padding: 0 15px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.border_list > ul > li {
  border-bottom: 1px solid #999;
  padding: 15px 0;
  font-size: 16px;
}
.border_list > ul > li:first-child {
  border-top: 1px solid #999;
}

.news_list {
  margin-left: auto;
  margin-right: auto;
}
.news_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #999;
}
@media only screen and (max-width: 768px) {
  .news_list ul li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news_list ul li a .date {
  width: 115px;
}
@media only screen and (max-width: 768px) {
  .news_list ul li a .date {
    width: 100%;
  }
}
.news_list ul li a .ttl {
  width: calc(100% - 115px);
}
@media only screen and (max-width: 768px) {
  .news_list ul li a .ttl {
    width: 100%;
  }
}
.news_list ul li:first-child a {
  border-top: 1px solid #999;
}

.row2_list {
  overflow: hidden;
}
.row2_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}
@media only screen and (max-width: 1300px) {
  .row2_list ul {
    margin: -10px;
  }
}
@media only screen and (max-width: 768px) {
  .row2_list ul {
    margin: -20px;
  }
}
.row2_list ul li {
  padding: 20px;
  width: 50%;
}
@media only screen and (max-width: 1300px) {
  .row2_list ul li {
    padding: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .row2_list ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .row2_list ul li {
    padding: 20px;
  }
}

.row3_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -50px;
}
@media only screen and (max-width: 1300px) {
  .row3_list ul {
    margin: -20px;
  }
}
@media only screen and (max-width: 1024px) {
  .row3_list ul {
    margin: -10px;
  }
}
@media only screen and (max-width: 768px) {
  .row3_list ul {
    margin: -20px;
  }
}
.row3_list ul li {
  padding: 50px;
  width: 33.333333%;
}
@media only screen and (max-width: 1300px) {
  .row3_list ul li {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .row3_list ul li {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .row3_list ul li {
    width: 100%;
    padding: 20px;
  }
}
.row3_list ul li > a {
  display: block;
}
@media only screen and (min-width: 769px) {
  .row3_list ul li > a:hover {
    opacity: 0.8;
  }
}

.img_txt_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
}
.img_txt_cont .img {
  width: calc(100% - 300px);
}
@media only screen and (max-width: 1024px) {
  .img_txt_cont .img {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .img_txt_cont .img {
    width: 100%;
  }
}
.img_txt_cont .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .img_txt_cont .img img {
    height: 75vw;
  }
}
.img_txt_cont .txt {
  width: 300px;
  padding: 20px 15px 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .img_txt_cont .txt {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 768px) {
  .img_txt_cont .txt {
    width: 100%;
  }
}
.img_txt_cont.w860 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.img_txt_cont.w860 .img {
  width: 410px;
}
.img_txt_cont.w860 .txt {
  width: calc(100% - 410px);
}

.img_txt_cont2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: #fff;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .img_txt_cont2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
  }
}
.img_txt_cont2 .img {
  width: 410px;
}
@media only screen and (max-width: 1024px) {
  .img_txt_cont2 .img {
    width: 100%;
  }
}
.img_txt_cont2 .img img {
  width: 100%;
}
.img_txt_cont2 .img.w448 {
  text-align: center;
}
.img_txt_cont2 .img.w448 img {
  max-width: 448px;
}
.img_txt_cont2 .txt {
  width: 410px;
}
@media only screen and (max-width: 1024px) {
  .img_txt_cont2 .txt {
    margin-top: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 448px;
  }
}

/*                リスト
======================================================= */
.kome_list > ul > li > span {
  display: inline-block;
  position: relative;
  padding-left: 0.7em;
}
.kome_list > ul > li > span:before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}

.dot_list ul li {
  position: relative;
  padding-left: 14px;
}
.dot_list ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #222;
  border-radius: 50%;
  top: 15px;
  left: 0;
}

/*                ダイレクトイン
======================================================= */
.directin form #booking_inner {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .directin form #booking_inner {
    max-width: 335px;
  }
}
.directin form #booking_inner .top_area,
.directin form #booking_inner .bottom_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .directin form #booking_inner .top_area,
.directin form #booking_inner .bottom_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.directin form #booking_inner .top_area {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.directin form #booking_inner input.button {
  cursor: pointer;
}
.directin form #booking_inner input[type=text] {
  text-align: center;
}
.directin form #booking_inner .select_wrap {
  position: relative;
}
.directin form #booking_inner .select_wrap::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #2b2b2b;
  border-right: 2px solid #2b2b2b;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.directin form #booking_inner .select_wrap select {
  cursor: pointer;
  width: 76px;
  height: 40px;
  border: 1px solid #bfbfbf;
  border-left: none;
  padding: 0 25px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.directin form #booking_inner .booking_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .directin form #booking_inner .booking_date {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.directin form #booking_inner .booking_date .booking {
  font-size: 13px;
  margin-bottom: 5px;
}
.directin form #booking_inner .booking_date #nitteiarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .directin form #booking_inner .booking_date #nitteiarea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .directin form #booking_inner .booking_date #nitteiarea .shukuhakubi {
    width: 100%;
  }
}
.directin form #booking_inner .booking_date #nitteiarea .shukuhakubi .box {
  height: 40px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #bfbfbf;
  width: 328px;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .directin form #booking_inner .booking_date #nitteiarea .shukuhakubi .box {
    width: 100%;
  }
}
.directin form #booking_inner .booking_date #nitteiarea .shukuhakubi .box .mitei input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  left: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 11px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #222222;
  border-right: 3px solid #222222;
  z-index: 2;
}
.directin form #booking_inner .booking_date #nitteiarea .shukuhakubi .box .mitei label {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  cursor: pointer;
}
.directin form #booking_inner .booking_date #nitteiarea .shukuhakubi .box .mitei label::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #bfbfbf;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.directin form #booking_inner .booking_date #ninzuarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .directin form #booking_inner .booking_date #ninzuarea {
    margin-top: 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .directin form #booking_inner .booking_date #ninzuarea .hakusuu {
    width: calc(100% - 152px);
  }
}
@media only screen and (max-width: 768px) {
  .directin form #booking_inner .booking_date #ninzuarea .hakusuu select {
    border: 1px solid #bfbfbf;
    width: 100%;
  }
}
.directin form #booking_inner .booking_date #searchtypearea {
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  .directin form #booking_inner .booking_date #searchtypearea {
    font-size: 14px;
  }
}
@media only screen and (max-width: 350px) {
  .directin form #booking_inner .booking_date #searchtypearea {
    margin-left: auto;
    margin-right: auto;
  }
}
.directin form #booking_inner .booking_date #searchtypearea input:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  background-color: #222;
}
.directin form #booking_inner .booking_date #searchtypearea label {
  padding-left: 20px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .directin form #booking_inner .booking_date #searchtypearea label {
    cursor: pointer;
  }
}
@media only screen and (max-width: 350px) {
  .directin form #booking_inner .booking_date #searchtypearea label {
    display: block;
    margin-left: 0px;
  }
}
.directin form #booking_inner .booking_date #searchtypearea label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
}
.directin form #booking_inner .booking_date .search_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .directin form #booking_inner .booking_date .search_btn {
    width: 100%;
    margin-top: 20px;
  }
}
.directin form #booking_inner .booking_date .search_btn input {
  background-color: #222222;
  color: #fff;
  width: 130px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .directin form #booking_inner .booking_date .search_btn input {
    width: 100%;
  }
}
.directin form #booking_inner .shitsusuu {
  display: none;
}
.directin form #booking_inner #ryokinarea {
  display: none;
}
.directin form #booking_inner .yoyakucheck {
  margin-left: 40px;
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  .directin form #booking_inner .yoyakucheck {
    margin-left: 0px;
    margin-top: 20px;
    width: 100%;
  }
  .directin form #booking_inner .yoyakucheck input {
    border: 1px solid #bfbfbf;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

/*                投稿レイアウト設定
======================================================= */
.detail_cont_area {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.detail_cont_area > .wp-block-image,
.detail_cont_area > .wp-block-media-text,
.detail_cont_area > .wp-block-audio,
.detail_cont_area > .block-editor-block-list__layout,
.detail_cont_area > .wp-block-button,
.detail_cont_area > .wp-block-button__link,
.detail_cont_area > .wp-block-code,
.detail_cont_area > p {
  margin: 0 0 30px;
}
@media only screen and (max-width: 600px) {
  .detail_cont_area .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
.detail_cont_area a {
  color: #008acb;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .detail_cont_area a:hover {
    text-decoration: none;
  }
}
.detail_cont_area .wp-block-image img {
  height: auto;
}

/*                pankuzu
======================================================= */
#bread {
  margin-bottom: 20px;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  #bread {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  #bread {
    padding: 0 15px;
  }
}
#bread .main_width ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#bread .main_width ol li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 11px;
}
#bread .main_width ol li + li {
  padding-left: 1.75em;
}
#bread .main_width ol li + li:before {
  position: absolute;
  top: 50%;
  left: 0.5em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#bread .main_width ol li a {
  position: relative;
}
#bread .main_width ol li a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 0%;
  height: 1px;
  border-bottom: solid 1px #222222;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*                footer
======================================================= */
#footer {
  position: relative;
  border-top: 1px solid #fff;
  padding: 40px 0px 30px;
  background-color: #222222;
}
@media only screen and (max-width: 1500px) {
  #footer {
    padding: 40px 0px 40px;
  }
}
@media only screen and (max-width: 768px) {
  #footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #fff;
    padding: 20px 0px 0px;
  }
}
#footer .ft_w {
  max-width: 1486px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1500px) {
  #footer .ft_w {
    padding: 0 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .ft_w {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .ft_w {
    padding: 0 15px;
    display: block;
  }
}
#footer .ft_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  #footer .ft_l {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .ft_l {
    width: 250px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .ft_l {
    display: block;
    width: 100%;
    background-color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  #footer .ft_l .ft_logo {
    text-align: center;
  }
}
#footer .ft_l .ft_address {
  margin-left: 40px;
}
@media only screen and (max-width: 1200px) {
  #footer .ft_l .ft_address {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .ft_l .ft_address {
    text-align: center;
    margin-left: 0;
  }
}
#footer .ft_l .ft_address > span {
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #footer .ft_l .ft_address > span {
    color: #222222;
  }
}
@media only screen and (max-width: 768px) {
  #footer .ft_l .ft_address > span br {
    display: none;
  }
}
#footer .ft_l .ft_address > span .tel {
  display: block;
}
@media only screen and (max-width: 768px) {
  #footer .ft_l .ft_address > span .tel {
    display: none;
  }
}
#footer .ft_l .ft_address > span .copy {
  display: block;
  font-size: 10px;
}
@media only screen and (min-width: 769px) {
  #footer .ft_l .ft_address > span .copy {
    display: none;
  }
}
#footer .ft_r {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1200px) {
  #footer .ft_r {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .ft_r {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .ft_r {
    display: none;
  }
}
#footer .ft_navi {
  max-width: 485px;
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  #footer .ft_navi {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #footer .ft_navi {
    max-width: 100%;
    width: 100%;
  }
}
#footer .ft_navi .border {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#footer .ft_navi .navi_list {
  padding: 0 7px;
}
@media only screen and (max-width: 768px) {
  #footer .ft_navi .navi_list {
    display: none;
  }
}
#footer .ft_navi .navi_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -10px -15px;
}
@media only screen and (max-width: 1024px) {
  #footer .ft_navi .navi_list ul {
    margin: -8px;
  }
}
#footer .ft_navi .navi_list ul li {
  padding: 10px 15px;
}
@media only screen and (max-width: 1024px) {
  #footer .ft_navi .navi_list ul li {
    padding: 8px;
  }
}
#footer .ft_navi .navi_list ul li a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
}
#footer .ft_line {
  height: 130px;
  width: 1px;
  background-color: #fff;
}
@media only screen and (max-width: 1500px) {
  #footer .ft_line {
    width: 100%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .ft_line {
    display: none;
  }
}
#footer .mic_gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
  position: relative;
}
#footer .mic_gr::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 1px;
  height: 130px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
@media only screen and (max-width: 1500px) {
  #footer .mic_gr {
    max-width: 600px;
    margin: 30px -15px 0;
    padding-left: 0;
    width: calc(100% - 50px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  #footer .mic_gr::before {
    content: none;
  }
}
@media only screen and (max-width: 1500px) {
  #footer .mic_gr .link {
    padding: 15px;
    width: 30%;
    text-align: center;
  }
  #footer .mic_gr .link:last-child {
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) {
  #footer .mic_gr .link {
    width: 50%;
  }
  #footer .mic_gr .link:last-child {
    width: 100%;
  }
}
#footer .mic_gr .link a {
  color: #fff;
  font-size: 14px;
}
#footer .copy {
  position: absolute;
  bottom: 10px;
  right: 50px;
}
@media only screen and (max-width: 768px) {
  #footer .copy {
    position: static;
    text-align: center;
    margin-top: 10px;
  }
}
#footer .copy p {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .copy p {
    color: #222222;
    font-size: 10px;
  }
}
#footer .copy p span {
  display: inline-block;
}
#footer .copy2 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1501px) {
  #footer .copy2 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #footer .copy2 {
    margin-top: 10px;
  }
}
#footer .copy2 p {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .copy2 p {
    color: #222222;
    font-size: 10px;
  }
}
#footer .copy2 p span {
  display: inline-block;
}
#footer .ft_btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 769px) {
  #footer .ft_btn {
    display: none;
  }
}
#footer .ft_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .ft_btn ul li {
  width: 33.333333%;
  border-top: 1px solid #fff;
}
#footer .ft_btn ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  background-color: #222222;
  color: #fff;
  font-size: 14px;
}
#footer .ft_btn ul li + li {
  border-left: 1px solid #fff;
}

/*                Slick  Slider
======================================================= */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  outline: none;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.onsen_slides {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .onsen_slides {
    margin-top: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .onsen_slides {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.onsen_slides.gray .prev,
.onsen_slides.gray .next {
  background-color: #545454;
}
.onsen_slides.mt160 {
  margin-top: 160px;
}
@media only screen and (max-width: 768px) {
  .onsen_slides.mt160 {
    margin-top: 80px;
  }
}
.onsen_slides.no_negative {
  margin-left: 0;
  margin-right: 0;
}
.onsen_slides .prev,
.onsen_slides .next {
  position: absolute;
  bottom: 0;
  width: 38px;
  height: 38px;
  background-color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.onsen_slides .arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.onsen_slides .prev {
  right: 48px;
}
@media only screen and (max-width: 768px) {
  .onsen_slides .prev {
    right: 63px;
  }
}
.onsen_slides .prev .arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.onsen_slides .next {
  right: 0;
}
@media only screen and (max-width: 768px) {
  .onsen_slides .next {
    right: 15px;
  }
}
.onsen_slides .next .arrow {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.onsen_slides.gray_arrow .prev,
.onsen_slides.gray_arrow .next {
  background-color: #545454;
}
@media only screen and (max-width: 768px) {
  .onsen_slides.sp_full {
    margin-left: -15px;
    margin-right: -15px;
  }
  .onsen_slides.sp_full .next {
    right: 15px;
  }
  .onsen_slides.sp_full .prev {
    right: 63px;
  }
}

@media only screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}

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

@media only screen and (max-width: 768px) {
  .sp_full {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

.img_full {
  width: 100%;
}

/*                フォント
======================================================= */
.fs24 {
  font-size: 24px;
}

.fs22 {
  font-size: 22px;
}

.fs18 {
  font-size: 18px;
}

.fs17 {
  font-size: 17px;
}

.fs16 {
  font-size: 16px;
}

.fs12 {
  font-size: 12px;
}

.red {
  color: #b74b3d;
}

.white {
  color: #fff;
}

.demi {
  font-weight: 600;
}

.b {
  font-weight: bold;
}

.parentheses {
  text-indent: -1em;
}

/*                テキスト装飾
======================================================= */
.text_right,
.alignright {
  text-align: right;
}

.text_left,
.alignleft {
  text-align: left;
}

.txt_c,
.text_center,
.aligncenter {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .text_left_sp {
    text-align: left;
  }
}

.underline {
  text-decoration: underline;
}

.letter0_09 {
  letter-spacing: 0.09em;
}

.indent_4_5em {
  display: block;
  text-indent: 4.275em;
}

.ilb {
  display: inline-block;
}

.lh1_66 {
  line-height: 1.66;
}

.lh2_3 {
  line-height: 2.3;
}

@media only screen and (max-width: 768px) {
  .lh1_66_sp {
    line-height: 1.66;
  }
}

.bold {
  font-weight: bold;
}

/*                余白
======================================================= */
.mt_auto {
  margin-top: auto;
}

.ml_auto {
  margin-left: auto;
}

.mr_auto {
  margin-right: auto;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .mt20 {
    margin-top: 15px;
  }
}

.mt30 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .mt30 {
    margin-top: 15px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .mt40 {
    margin-top: 20px;
  }
}

.mt50 {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .mt50 {
    margin-top: 25px;
  }
}

.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .mt60 {
    margin-top: 30px;
  }
}

.mt70 {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .mt70 {
    margin-top: 35px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .mt80 {
    margin-top: 40px;
  }
}

.mt130 {
  margin-top: 130px;
}
@media only screen and (max-width: 768px) {
  .mt130 {
    margin-top: 65px;
  }
}

.mt140 {
  margin-top: 140px;
}
@media only screen and (max-width: 768px) {
  .mt140 {
    margin-top: 70px;
  }
}

.mt150 {
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  .mt150 {
    margin-top: 75px;
  }
}

.mt160 {
  margin-top: 160px;
}
@media only screen and (max-width: 768px) {
  .mt160 {
    margin-top: 80px;
  }
}

.mt200 {
  margin-top: 200px;
}
@media only screen and (max-width: 768px) {
  .mt200 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .mt0_tb {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .mt10_tb {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .mt0_sp {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .mt15_sp {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .mt20_sp {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .mt25_sp {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .mt30_sp {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .mt40_sp {
    margin-top: 40px;
  }
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 15px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 25px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.pt0 {
  padding-top: 0px;
}

.pt30 {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .pt30 {
    padding-top: 15px;
  }
}

.pt40 {
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .pt40 {
    padding-top: 20px;
  }
}

.pt50 {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .pt50 {
    padding-top: 25px;
  }
}

.pt60 {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .pt60 {
    padding-top: 30px;
  }
}

.pt70 {
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  .pt70 {
    padding-top: 35px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .pt80 {
    padding-top: 40px;
  }
}

.pt100 {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .pt100 {
    padding-top: 50px;
  }
}

.pt110 {
  padding-top: 110px;
}
@media only screen and (max-width: 768px) {
  .pt110 {
    padding-top: 55px;
  }
}

.pt120 {
  padding-top: 120px;
}
@media only screen and (max-width: 768px) {
  .pt120 {
    padding-top: 60px;
  }
}

.pt150 {
  padding-top: 150px;
}
@media only screen and (max-width: 768px) {
  .pt150 {
    padding-top: 75px;
  }
}

.pb0 {
  padding-bottom: 0px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .pb30 {
    padding-bottom: 15px;
  }
}

.pb50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .pb50 {
    padding-bottom: 25px;
  }
}

.pb60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .pb60 {
    padding-bottom: 30px;
  }
}

.pb70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .pb70 {
    padding-bottom: 35px;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .pb80 {
    padding-bottom: 40px;
  }
}

.pb90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .pb90 {
    padding-bottom: 45px;
  }
}

.pb100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .pb100 {
    padding-bottom: 50px;
  }
}

.pb110 {
  padding-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .pb110 {
    padding-bottom: 55px;
  }
}

.pb120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .pb120 {
    padding-bottom: 60px;
  }
}

.pb130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  .pb130 {
    padding-bottom: 65px;
  }
}

.pb140 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .pb140 {
    padding-bottom: 70px;
  }
}

.pb200 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1024px) {
  .pb200 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .pb200 {
    padding-bottom: 60px;
  }
}

.p0_15 {
  padding: 0 15px;
}

.letter190 {
  letter-spacing: 0.19em;
}

.block {
  display: block;
}