@charset "UTF-8";
/*
Theme Name: yanbaru_tour
Description: 美味しい、楽しい、美しいやんばる唯一の酒蔵ツアーへ
Version: 1.0
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
/*M+1c font*/
@font-face {
  font-family: "Shippori Mincho", serif;
  src: local("Shippori Mincho Regular");
  font-weight: 400; }
@font-face {
  font-family: "Shippori Mincho", serif;
  src: local("Shippori Mincho Medium");
  font-weight: 500; }
@font-face {
  font-family: "Shippori Mincho", serif;
  src: local("Shippori Mincho SemiBold");
  font-weight: 600; }
@font-face {
  font-family: "Shippori Mincho", serif;
  src: local("Shippori Mincho Bold");
  font-weight: 700; }
@font-face {
  font-family: "Shippori Mincho", serif;
  src: local("Shippori Mincho ExtraBold");
  font-weight: 800; }
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }
  html:focus {
    outline: none; }

body {
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #333; }

main {
  display: block;
  overflow: hidden; }

.fontSerif {
  font-family: "Shippori Mincho", serif; }

#main {
  background: #EFF2FC; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in .1s; }
  @media screen and (min-width: 1025px) {
    .container {
      max-width: 970px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
      max-width: 940px;
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 767px) {
    .container {
      max-width: 750px; } }

/* ----------------------------------- */
/* clearfix
/* ----------------------------------- */
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after {
  clear: both; }

/* ----------------------------------- */
/* フォントサイズ・余白 */
/* ----------------------------------- */
.fs12 {
  font-size: 12px !important; }

.fs14 {
  font-size: 14px !important; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px !important; }

.fs20 {
  font-size: 20px !important; }

.fs22 {
  font-size: 22px !important; }

.fs24 {
  font-size: 24px !important; }

.mt0 {
  margin-top: 0	 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb0 {
  margin-bottom: 0   !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.w10p {
  width: 10% !important; }

.w20p {
  width: 20% !important; }

.w30p {
  width: 30% !important; }

.w40p {
  width: 40% !important; }

.w50p {
  width: 50% !important; }

.w60p {
  width: 60% !important; }

.w70p {
  width: 70% !important; }

.w80p {
  width: 80% !important; }

.w90p {
  width: 90% !important; }

.w100p {
  width: 100% !important; }

/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color: #00F;
  text-decoration: underline;
  transition: all ease .3s; }
  a:hover, a:focus {
    color: #F00;
    text-decoration: none;
    transition: all ease .3s; }
  a:focus, a:active, a:hover {
    outline: 0;
    text-decoration: none; }
  a img:hover {
    opacity: 0.8; }

/* ----------------------------------- */
/* 配置 */
/* ----------------------------------- */
.alignnone {
  max-width: 100%; }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

blockquote.alignleft,
img.alignleft {
  margin: 0 20px 20px 0; }
blockquote.alignright,
img.alignright {
  margin: 0 0 20px 20px; }
blockquote.aligncenter,
img.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto; }

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 20px; }

/* ----------------------------------- */
/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  flex-shrink: 0; }
  img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto; }
  img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 30px; }
  img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px; }
  img.alignright {
    display: inline;
    float: right;
    margin-left: 20px; }
  img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px !important; }

/* ----------------------------------- */
/* ギャラリー */
/* ----------------------------------- */
.gallery {
  margin: 30px 0; }
  .gallery .gallery-item {
    display: inline-block;
    padding: 0 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0 0 15px; }
    .gallery .gallery-item .gallery-icon img {
      margin: 0 auto;
      width: 100%;
      height: auto;
      border: none !important; }
    .gallery .gallery-item .gallery-caption {
      color: #707070;
      display: block;
      text-align: left;
      font-size: 14px;
      line-height: 1.5;
      padding: 0.5em 0 0;
      margin: 0; }
  .gallery.gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery.gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery.gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery.gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery.gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery.gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery.gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery.gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

/* キャプション */
/* ----------------------------------- */
.wp-caption {
  max-width: 100%;
  margin: 0; }
  .wp-caption img {
    border-color: none; }

/* ----------------------------------- */
/* ボタン */
/* ----------------------------------- */
.btnWrap {
  margin: 40px 0; }

.btn {
  width: 100%;
  max-width: 290px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #51655F;
  text-decoration: none;
  cursor: pointer;
  border: #EFEFEF solid 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .btn.arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    background: url("images/common/arrow_green.svg") no-repeat;
    background-size: 16px;
    background-position: center;
    width: 20px;
    height: 20px;
    transition: .3s ease-in; }
  .btn.btnLeft {
    margin: 0; }
  .btn.btnRight {
    margin-left: auto;
    margin-right: 0; }
  .btn.btnCenter {
    margin: 0 auto; }
  .btn.btnFull {
    max-width: none; }
  .btn.type2 {
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: #333333 solid 1px;
    color: #333333;
    max-width: 150px;
    height: 40px;
    background: transparent;
    padding: 8px 20px;
    box-shadow: none; }
    .btn.type2.arrow:after {
      background: url("images/common/arrow_bk.svg") no-repeat;
      background-size: 16px;
      background-position: center;
      right: 0; }
  @media print, screen and (min-width: 768px) {
    .btn:hover, .btn:focus {
      background: #333;
      color: #fff !important; }
      .btn:hover.type2, .btn:focus.type2 {
        background: transparent;
        color: #333333 !important; } }

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .column2Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column2Wrap .columnBox p:last-of-type {
      margin-bottom: 25px; }
    .column2Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
    flex-basis: 300px;
    max-width: 300px; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 320px );
    max-width: calc( 100% - 320px ); }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
    flex-basis: calc( 100% - 320px );
    max-width: calc( 100% - 320px ); }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
    flex-basis: 300px;
    max-width: 300px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(-n + 2) {
    margin-top: 0; }
  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 140px;
    max-width: 140px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 160px );
    max-width: calc( 100% - 160px ); }
  .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
    flex-basis: 250px;
    max-width: 250px; }
  .column2Wrap.sp250 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 270px );
    max-width: calc( 100% - 270px ); }
  .column2Wrap .column2Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }

.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .column3Wrap:after {
    content: "";
    display: block;
    width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column3Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
    .column3Wrap .columnBox img {
      width: 100%;
      max-width: 100%; }
    .column3Wrap .columnBox p:last-child {
      margin-bottom: 0; }
    .column3Wrap .columnBox:nth-of-type(-n + 3) {
      margin-top: 0; }

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative; }
  .column4Wrap .columnBox p:last-child {
    margin-bottom: 0; }
  .column4Wrap .columnBox img {
    max-width: 100%;
    width: 100%; }

.column6Wrap {
  display: flex;
  flex-wrap: wrap; }
  .column6Wrap .columnBox {
    flex-basis: calc( (100% - 50px) / 6);
    max-width: calc( (100% - 50px) / 6);
    margin-right: 10px; }
    .column6Wrap .columnBox img {
      max-width: 100%;
      width: 100%; }
    .column6Wrap .columnBox:last-of-type {
      margin-right: 0; }
    .column6Wrap .columnBox:nth-of-type(n + 7) {
      margin-top: 20px; }

.column1_1_2 .columnBox {
  flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
  max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
  .column1_1_2 .columnBox:nth-of-type(-n + 2) {
    margin-top: 0; }

.column1_3_3 .columnBox {
  flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
  max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column1_3_3 .columnBox:nth-of-type(n + 4) {
    margin-top: 20px; }

.column2_3_3:after {
  content: "";
  display: block;
  width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
.column2_3_3 .columnBox {
  flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
  max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column2_3_3 .columnBox:nth-of-type(2) {
    margin-top: 0; }
  .column2_3_3 .columnBox:nth-of-type(n + 4) {
    margin-top: 20px; }

.column2_4_4:after {
  width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
  content: "";
  display: block; }
.column2_4_4:before {
  width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
  content: "";
  display: block;
  order: 1; }
.column2_4_4 .columnBox {
  flex-basis: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
  max-width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }
  .column2_4_4 .columnBox:nth-of-type(-n+2) {
    margin-top: 0; }
  .column2_4_4 .columnBox:nth-of-type(-n+4) {
    margin-top: 0; }

.columnBox {
  overflow: hidden; }
  .columnBox img {
    align-self: baseline;
    max-width: 100%; }
  .columnBox p:last-of-type {
    margin: 0; }

.borderBox .columnBox {
  padding: 15px 20px;
  border: 1px solid #eee;
  overflow: visible; }
  .borderBox .columnBox + .borderNone {
    border: none; }

@media screen and (min-width: 1025px) {
  .column2Wrap.lp3_7 .columnBox:first-of-type {
    flex-basis: calc( ( 100% - ( 60px ) ) / 3);
    max-width: calc( ( 100% - (60px) ) / 3); }
  .column2Wrap.lp3_7 .columnBox:last-of-type {
    flex-basis: calc((((100% - 60px) / 3) * 2) + 30px);
    max-width: calc((((100% - 60px) / 3) * 2) + 30px); }
  .column2Wrap.lp7_3 .columnBox:first-of-type {
    flex-basis: calc((((100% - 60px) / 3) * 2) + 30px);
    max-width: calc((((100% - 60px) / 3) * 2) + 30px); }
  .column2Wrap.lp7_3 .columnBox:last-of-type {
    flex-basis: calc( ( 100% - ( 60px ) ) / 3);
    max-width: calc( ( 100% - (60px) ) / 3); }

  .column3Wrap:after {
    content: "";
    display: block;
    width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column3Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 20px; }

  .column4Wrap:after {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block; }
  .column4Wrap:before {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block;
    order: 1; }
  .column4Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    max-width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }
    .column4Wrap .columnBox:nth-of-type(n + 5) {
      margin-top: 20px; }

  .column1_2_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column3Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column3Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }

  .column4Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column4Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }

  .column1_1_2 .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column1_1_2 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column1_3_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
    .column1_3_3 .columnBox:nth-of-type(n + 3) {
      margin-top: 0; }

  .column1_2_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }

  .column2_4_4:after {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block; }
  .column2_4_4:before {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block;
    order: 1; }
  .column2_4_4 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    max-width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }
    .column2_4_4 .columnBox:nth-of-type(-n+2) {
      margin-top: 0; }
    .column2_4_4 .columnBox:nth-of-type(-n+4) {
      margin-top: 0; } }
@media screen and (max-width: 767px) {
  .column2Wrap {
    /* &.lp3_7 {
        .columnBox {
            &:nth-of-type(odd) {
                flex-basis: 100%;
                max-width: 100%;
            }
            &:nth-of-type(even) {
                flex-basis: 100%;
                max-width: 100%;
            }
        }
    }
    &.lp7_3 {
        .columnBox {
            &:nth-of-type(odd) {
                flex-basis: 100%;
                max-width: 100%;
            }
            &:nth-of-type(even) {
                flex-basis: 100%;
                max-width: 100%;
            }
        }
    } */ }
    .column2Wrap .columnBox {
      flex-basis: 100%;
      max-width: 100%;
      padding-bottom: 30px; }
      .column2Wrap .columnBox:nth-of-type(n + 3) {
        margin-top: 0; }
      .column2Wrap .columnBox:nth-of-type(n + 2) {
        margin-top: 20px;
        padding-bottom: 30px; }
    .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp140 .columnBox:nth-of-type(even) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp140 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }
    .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp250 .columnBox:nth-of-type(even) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp250 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column3Wrap .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column3Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column4Wrap .columnBox {
    flex-basis: 100%; }
    .column4Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column6Wrap {
    justify-content: space-between; }
    .column6Wrap .columnBox {
      flex-basis: calc( 50% - 5px );
      max-width: calc( 50% - 5px ); }
      .column6Wrap .columnBox:nth-of-type(n + 4) {
        margin-top: 0; }
      .column6Wrap .columnBox:nth-of-type(n + 7) {
        margin-top: 0; }
      .column6Wrap .columnBox:nth-of-type(n + 3) {
        margin-top: 20px; }

  .column1_1_2 .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column1_1_2 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column1_3_3 .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column1_3_3 .columnBox:nth-of-type(n + 4) {
      margin-top: 0; }

  .column2_3_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column2_3_3 .columnBox:nth-of-type(n + 4) {
      margin-top: 0; }
    .column2_3_3 .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }

  .column2_4_4 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column2_4_4 .columnBox:nth-of-type(n + 2) {
      margin-top: 0; }
    .column2_4_4 .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; } }
/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header {
  height: 90px;
  padding-bottom: 5px;
  position: absolute;
  top: 0;
  z-index: 5;
  width: 100%; }
  #header #headerCnt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 15px;
    height: 110px;
    /*header_inner*/ }
    #header #headerCnt .header_inner {
      padding-top: 30px;
      display: flex;
      align-items: center;
      max-width: 48%;
      flex-basis: 48%; }
      #header #headerCnt .header_inner #logoArea {
        flex-basis: 140px;
        width: 140px; }
        #header #headerCnt .header_inner #logoArea a {
          display: block;
          width: 100%; }
          #header #headerCnt .header_inner #logoArea a img {
            max-width: 140px;
            height: 110px; }
      #header #headerCnt .header_inner #headerRead {
        flex-basis: 100%;
        min-height: 16px;
        transition: 0 ease-in;
        margin-bottom: 5px;
        padding: 0;
        font-weight: 400; }
        #header #headerCnt .header_inner #headerRead h1 {
          color: #FFFFFF;
          padding: 0;
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.4;
          transition: .3s ease-in;
          margin-left: 22px;
          font-weight: Medium; }
    #header #headerCnt #mainNaviArea {
      display: flex;
      margin-left: auto;
      justify-content: flex-end;
      padding: 30px 40px 0 15px; }
      #header #headerCnt #mainNaviArea ul li {
        list-style: none; }
        #header #headerCnt #mainNaviArea ul li a {
          font-size: 16px;
          font-weight: 400; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #header #headerCnt #headerRead h1 {
      font-size: 18px !important; } }
  @media screen and (max-width: 767px) {
    #header {
      height: auto; }
      #header #headerCnt {
        max-width: 100% !important;
        height: auto;
        padding: 0 !important;
        width: 100%;
        flex-direction: column; }
        #header #headerCnt .header_inner {
          padding-top: 20px;
          max-width: 100% !important;
          flex-basis: 100% !important;
          padding-left: 15px; }
          #header #headerCnt .header_inner #logoArea {
            flex-basis: 70px;
            width: 70px; }
            #header #headerCnt .header_inner #logoArea a {
              display: block;
              width: 100%; }
              #header #headerCnt .header_inner #logoArea a img {
                max-width: 70px;
                height: 64px; }
          #header #headerCnt .header_inner #headerRead {
            margin-left: 10px; }
            #header #headerCnt .header_inner #headerRead h1 {
              font-size: 16px !important;
              margin-left: 0; }
        #header #headerCnt #mainNaviArea {
          max-width: 100% !important;
          flex-basis: 100% !important;
          overflow: hidden; }
        #header #headerCnt #headerContact {
          display: none; } }

/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* SPメニュー */
/* ----------------------------------- */
.admin-bar #navi_contents.navi_contents-on {
  padding-top: 46px !important; }

.openSpNavi {
  width: 100%;
  height: 100%;
  overflow: hidden !important; }

#drawerNaviWrap {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
  background-color: #333; }
  #drawerNaviWrap .drawerNaviBtnWrap {
    width: 80px;
    height: 80px;
    position: relative;
    cursor: pointer; }
  #drawerNaviWrap .drawerNaviBtn {
    display: block;
    position: absolute;
    top: 29px;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    height: 25px;
    transition: all .5s;
    z-index: 3; }
    #drawerNaviWrap .drawerNaviBtn:after {
      content: "";
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 10px;
      font-weight: 400;
      color: #000;
      font-family: 'Noto Sans JP', sans-serif; }
    #drawerNaviWrap .drawerNaviBtn span {
      display: block;
      position: absolute;
      right: 0;
      height: 1px;
      background-color: #FFFFFF;
      border-radius: 2px;
      transition: all .5s; }
      #drawerNaviWrap .drawerNaviBtn span:nth-child(1) {
        width: 30px;
        top: 0; }
      #drawerNaviWrap .drawerNaviBtn span:nth-child(2) {
        width: 25px;
        top: 10px; }
      #drawerNaviWrap .drawerNaviBtn span:nth-child(3) {
        width: 20px;
        bottom: 5px; }
  #drawerNaviWrap .drawer-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    width: 300px;
    background: #eee;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 999;
    opacity: 0; }
    #drawerNaviWrap .drawer-nav .drawerInner {
      padding: 0; }
    #drawerNaviWrap .drawer-nav ul {
      margin: 0;
      padding: 0;
      width: 100%;
      list-style: none; }
      #drawerNaviWrap .drawer-nav ul li {
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #F5F5F5;
        position: relative; }
        #drawerNaviWrap .drawer-nav ul li a {
          width: 100%;
          min-height: 40px;
          text-decoration: none;
          display: block;
          color: #000;
          font-size: 14px;
          padding: 10px 15px;
          transition-duration: 0.2s; }
          #drawerNaviWrap .drawer-nav ul li a:hover {
            color: #333; }
        #drawerNaviWrap .drawer-nav ul li.children {
          overflow: hidden; }
          #drawerNaviWrap .drawer-nav ul li.children > a {
            position: relative;
            width: calc( 100% - 40px ); }
          #drawerNaviWrap .drawer-nav ul li.children .childrenToggle {
            width: 40px;
            height: 40px;
            position: relative;
            top: 0px;
            background: #000; }
            #drawerNaviWrap .drawer-nav ul li.children .childrenToggle:after {
              content: '';
              width: 10px;
              height: 10px;
              border: 1px solid;
              border-color: transparent transparent #fff #fff;
              transform: rotate(-45deg);
              display: block;
              margin: 4px 15px 0 auto;
              position: absolute;
              top: 50%;
              right: 0;
              margin-top: -8px; }
          #drawerNaviWrap .drawer-nav ul li.children .sub-menu {
            display: none;
            border-top: 1px solid #fff; }
            #drawerNaviWrap .drawer-nav ul li.children .sub-menu li a {
              background-color: #000;
              min-height: inherit;
              display: block;
              padding: 8px 15px 8px 27px; }
            #drawerNaviWrap .drawer-nav ul li.children .sub-menu li:last-child {
              border: none; }
        #drawerNaviWrap .drawer-nav ul li .fa-external-link {
          padding-left: 5px; }
  #drawerNaviWrap #overlay {
    display: none;
    transition: all .5s; }
  #drawerNaviWrap.open#drawerNaviWrap {
    position: relative;
    right: 125px; }
  #drawerNaviWrap.open .drawerNaviBtnWrap {
    border: none;
    z-index: 10;
    width: 50px;
    height: 50px;
    display: none; }
  #drawerNaviWrap.open .drawerNaviBtn {
    top: 10px;
    left: 10px;
    margin-left: 0; }
  #drawerNaviWrap.open .drawerNavClose {
    font-size: 40px;
    line-height: 1;
    color: #000;
    border: 1px solid #eee;
    background-color: #eee;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 7px;
    z-index: 15;
    cursor: pointer; }
    #drawerNaviWrap.open .drawerNavClose span {
      position: relative;
      top: -8px; }
    #drawerNaviWrap.open .drawerNavClose:after {
      content: "";
      left: 50%;
      bottom: 8px;
      transform: translateX(-50%);
      position: absolute;
      width: 40px;
      color: #000;
      display: block;
      font-size: 10px;
      font-weight: 400;
      font-family: 'Noto Sans JP', sans-serif; }
  #drawerNaviWrap.open .drawer-nav {
    right: 0;
    opacity: 1;
    background: #eee; }
  #drawerNaviWrap.open #overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 2; }

@media screen and (max-width: 767px) {
  #drawerNaviWrap {
    background-color: transparent; } }
/* ----------------------------------- */
/* PCメニュー */
/* ----------------------------------- */
#drawerNaviWrap {
  display: none !important; }

#mainNaviArea {
  margin: 0;
  padding: 0;
  transition: 0s; }
  #mainNaviArea .mainNavi_logo {
    display: none; }
  #mainNaviArea #mainNavi {
    padding: 0; }
    #mainNaviArea #mainNavi ul {
      margin: 0;
      padding: 0;
      width: 100%;
      position: relative;
      height: auto;
      display: flex;
      align-items: flex-end;
      flex-direction: column; }
      #mainNaviArea #mainNavi ul > li {
        font-size: 14px;
        list-style: none;
        margin: 0;
        padding: 0;
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 15px; }
        #mainNaviArea #mainNavi ul > li a {
          justify-content: center;
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          align-self: center;
          text-align: center;
          font-size: 16px;
          color: #FFFFFF;
          margin: 0;
          padding: 0;
          text-decoration: none;
          line-height: 1.2;
          font-weight: regular; }
          #mainNaviArea #mainNavi ul > li a:hover, #mainNaviArea #mainNavi ul > li a:focus, #mainNaviArea #mainNavi ul > li a:active {
            cursor: pointer;
            opacity: 0.7; }
          #mainNaviArea #mainNavi ul > li a span {
            flex-basis: 100%;
            font-size: 12px; }
        #mainNaviArea #mainNavi ul > li.current > a {
          opacity: 0.7; }
        #mainNaviArea #mainNavi ul > li ul.sub-menu {
          position: absolute;
          top: 100%;
          left: 0;
          display: block;
          text-align: left;
          z-index: 0;
          padding: 0;
          margin: 0;
          height: 0;
          width: 180px; }
          #mainNaviArea #mainNavi ul > li ul.sub-menu li {
            overflow: hidden;
            padding: 0;
            margin: 0;
            height: 0;
            width: 180px; }
            #mainNaviArea #mainNavi ul > li ul.sub-menu li a {
              margin: 0;
              opacity: 0;
              padding: 0 10px;
              font-size: 14px;
              display: block;
              text-align: left;
              position: relative; }
        #mainNaviArea #mainNavi ul > li:hover, #mainNaviArea #mainNavi ul > li:focus {
          transition: .3s ease-in-out; }
          #mainNaviArea #mainNavi ul > li:hover ul.sub-menu, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu {
            z-index: 1;
            height: 100%;
            opacity: 1; }
            #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li {
              padding: 0;
              height: auto;
              opacity: 1;
              width: 180px;
              text-align: left;
              background: #000;
              border-bottom: #ccc 1px solid; }
              #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a {
                padding: 10px;
                opacity: 1;
                display: block;
                border-bottom: 1px solid #000;
                transition: .3s ease-in-out; }
                #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:last-of-type, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:last-of-type {
                  border: none; }
                #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:after {
                  position: absolute;
                  align-items: center;
                  border: none;
                  content: "\f0a9";
                  font-family: FontAwesome;
                  transform: none;
                  color: #fff;
                  right: 15px;
                  font-size: 14px;
                  border-radius: 0;
                  top: 27%;
                  transition: .3s ease-in; }
                #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:focus, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:focus {
                  color: #000;
                  background: #fff; }
                  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:hover:after, #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:focus:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:hover:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:focus:after {
                    color: #000; }
              #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li:last-of-type a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li:last-of-type a {
                border-bottom: none; }
        #mainNaviArea #mainNavi ul > li.current-menu-item > a {
          color: #c7c7c7 !important; }
          #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a {
            color: #c7c7c7 !important;
            background: #fff; }
            #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a:hover, #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a:focus {
              color: #c7c7c7 !important; }
        #mainNaviArea #mainNavi ul > li.current-menu-parent > ul li.current-menu-item a {
          color: #c7c7c7 !important;
          background: #fff; }
  #mainNaviArea.fixed {
    width: 100%;
    position: fixed;
    margin: 0 auto;
    z-index: 5;
    height: 80px;
    top: 0;
    left: 0;
    transition: ease-in .1s;
    background: #FFFFFF;
    padding: 0 !important; }
    #mainNaviArea.fixed #mainNavi {
      display: none !important; }
    #mainNaviArea.fixed .mainNavi_logo {
      display: block;
      display: flex;
      align-items: center;
      max-width: 100%;
      flex-basis: 100%; }
      #mainNaviArea.fixed .mainNavi_logo .y_logo {
        background: #51655F url("images/common/yanbarulogo.png") no-repeat;
        background-size: 70px;
        background-position: center center;
        width: 130px;
        height: 80px; }
      #mainNaviArea.fixed .mainNavi_logo .mainNavi_tll h2 {
        font-size: 18px;
        padding: 0 20px;
        margin: 0; }
    #mainNaviArea.fixed #drawerNaviWrap {
      display: block !important; }
    #mainNaviArea.fixed + #main {
      /* margin-top: 70px !important;*/ }

.admin-bar #mainNaviArea.fixed {
  /*top: 32px !important;*/ }
  .admin-bar #mainNaviArea.fixed + #main {
    margin-top: 70px !important; }

@media screen and (max-width: 767px) {
  #mainNaviArea.fixed {
    height: 70px; }
    #mainNaviArea.fixed .mainNavi_logo .y_logo {
      background: #51655F url("images/common/yanbarulogo.png") no-repeat;
      background-size: 60px;
      background-position: center center;
      width: 90px;
      height: 70px; }
    #mainNaviArea.fixed .mainNavi_logo .mainNavi_tll h2 {
      font-size: 14px;
      padding: 0 10px; }
    #mainNaviArea.fixed #drawerNaviWrap {
      background-color: #333333; }
      #mainNaviArea.fixed #drawerNaviWrap .drawerNaviBtnWrap {
        width: 70px;
        height: 70px; }
        #mainNaviArea.fixed #drawerNaviWrap .drawerNaviBtnWrap .drawerNaviBtn {
          top: 25px; }

  #mainNavi {
    display: none; }

  #drawerNaviWrap {
    display: block !important; } }
/* ---------------------------------------------------------------- */
/* 下層ヘッダーサブ */
/* ---------------------------------------------------------------- */
#header_sub {
  height: 80px;
  padding-bottom: 5px;
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
  background: #FFFFFF; }
  #header_sub #headerCnt {
    width: 100%;
    margin: 0 auto; }
    #header_sub #headerCnt #mainNaviArea .mainNavi_logo {
      display: flex; }
      #header_sub #headerCnt #mainNaviArea .mainNavi_logo .y_logo {
        background: #51655F url("images/common/yanbarulogo.png") no-repeat;
        background-size: 60px;
        background-position: center center;
        width: 130px;
        height: 80px; }
      #header_sub #headerCnt #mainNaviArea .mainNavi_logo .mainNavi_tll h2 {
        font-size: 18px;
        padding: 12px 10px; }
    #header_sub #headerCnt #drawerNaviWrap {
      position: absolute;
      top: 0;
      right: 0;
      font-weight: 400;
      background-color: #333333;
      display: block !important; }
      #header_sub #headerCnt #drawerNaviWrap .drawerNaviBtnWrap {
        width: 80px;
        height: 80px;
        position: relative;
        cursor: pointer; }
      #header_sub #headerCnt #drawerNaviWrap .drawerNaviBtn {
        display: block;
        position: absolute;
        top: 29px;
        left: 50%;
        width: 30px;
        margin-left: -15px;
        height: 25px;
        transition: all .5s;
        z-index: 3; }
        #header_sub #headerCnt #drawerNaviWrap .drawerNaviBtn:after {
          content: "";
          position: absolute;
          bottom: -20px;
          left: 50%;
          transform: translateX(-50%);
          font-size: 10px;
          font-weight: 400;
          color: #000;
          font-family: 'Noto Sans JP', sans-serif; }
        #header_sub #headerCnt #drawerNaviWrap .drawerNaviBtn span {
          display: block;
          position: absolute;
          right: 0;
          height: 1px;
          background-color: #FFFFFF;
          border-radius: 2px;
          transition: all .5s; }
          #header_sub #headerCnt #drawerNaviWrap .drawerNaviBtn span:nth-child(1) {
            width: 30px;
            top: 0; }
          #header_sub #headerCnt #drawerNaviWrap .drawerNaviBtn span:nth-child(2) {
            width: 25px;
            top: 10px; }
          #header_sub #headerCnt #drawerNaviWrap .drawerNaviBtn span:nth-child(3) {
            width: 20px;
            bottom: 5px; }
      #header_sub #headerCnt #drawerNaviWrap .drawer-nav {
        display: block;
        position: fixed;
        top: 0;
        right: -300px;
        bottom: 0;
        width: 300px;
        background: #eee;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: all .5s;
        z-index: 999;
        opacity: 0; }
        #header_sub #headerCnt #drawerNaviWrap .drawer-nav .drawerInner {
          padding: 0; }
        #header_sub #headerCnt #drawerNaviWrap .drawer-nav ul {
          margin: 0;
          padding: 0;
          width: 100%;
          list-style: none; }
          #header_sub #headerCnt #drawerNaviWrap .drawer-nav ul li {
            margin: 0;
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            border-bottom: 1px solid #F5F5F5;
            position: relative; }
            #header_sub #headerCnt #drawerNaviWrap .drawer-nav ul li a {
              width: 100%;
              min-height: 40px;
              text-decoration: none;
              display: block;
              color: #000;
              font-size: 14px;
              padding: 10px 15px;
              transition-duration: 0.2s; }
              #header_sub #headerCnt #drawerNaviWrap .drawer-nav ul li a:hover {
                color: #333; }
            #header_sub #headerCnt #drawerNaviWrap .drawer-nav ul li.children {
              overflow: hidden; }
              #header_sub #headerCnt #drawerNaviWrap .drawer-nav ul li.children > a {
                position: relative;
                width: calc( 100% - 40px ); }
              #header_sub #headerCnt #drawerNaviWrap .drawer-nav ul li.children .childrenToggle {
                width: 40px;
                height: 40px;
                position: relative;
                top: 0px;
                background: #000; }
                #header_sub #headerCnt #drawerNaviWrap .drawer-nav ul li.children .childrenToggle:after {
                  content: '';
                  width: 10px;
                  height: 10px;
                  border: 1px solid;
                  border-color: transparent transparent #fff #fff;
                  transform: rotate(-45deg);
                  display: block;
                  margin: 4px 15px 0 auto;
                  position: absolute;
                  top: 50%;
                  right: 0;
                  margin-top: -8px; }
              #header_sub #headerCnt #drawerNaviWrap .drawer-nav ul li.children .sub-menu {
                display: none;
                border-top: 1px solid #fff; }
                #header_sub #headerCnt #drawerNaviWrap .drawer-nav ul li.children .sub-menu li a {
                  background-color: #000;
                  min-height: inherit;
                  display: block;
                  padding: 8px 15px 8px 27px; }
                #header_sub #headerCnt #drawerNaviWrap .drawer-nav ul li.children .sub-menu li:last-child {
                  border: none; }
            #header_sub #headerCnt #drawerNaviWrap .drawer-nav ul li .fa-external-link {
              padding-left: 5px; }
      #header_sub #headerCnt #drawerNaviWrap #overlay {
        display: none;
        transition: all .5s; }
      #header_sub #headerCnt #drawerNaviWrap.open#drawerNaviWrap {
        position: relative;
        right: 125px; }
      #header_sub #headerCnt #drawerNaviWrap.open .drawerNaviBtnWrap {
        border: none;
        z-index: 10;
        width: 50px;
        height: 50px;
        display: none; }
      #header_sub #headerCnt #drawerNaviWrap.open .drawerNaviBtn {
        top: 10px;
        left: 10px;
        margin-left: 0; }
      #header_sub #headerCnt #drawerNaviWrap.open .drawerNavClose {
        font-size: 40px;
        line-height: 1;
        color: #000;
        border: 1px solid #eee;
        background-color: #eee;
        position: fixed;
        width: 50px;
        height: 50px;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 7px;
        z-index: 15; }
        #header_sub #headerCnt #drawerNaviWrap.open .drawerNavClose span {
          position: relative;
          top: -8px; }
        #header_sub #headerCnt #drawerNaviWrap.open .drawerNavClose:after {
          content: "";
          left: 50%;
          bottom: 8px;
          transform: translateX(-50%);
          position: absolute;
          width: 40px;
          color: #000;
          display: block;
          font-size: 10px;
          font-weight: 400;
          font-family: 'Noto Sans JP', sans-serif; }
      #header_sub #headerCnt #drawerNaviWrap.open .drawer-nav {
        right: 0;
        opacity: 1;
        background: #eee; }
      #header_sub #headerCnt #drawerNaviWrap.open #overlay {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        z-index: 2; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #header_sub #headerCnt #headerRead h1 {
      font-size: 18px !important; } }
  @media screen and (max-width: 767px) {
    #header_sub #headerCnt #mainNaviArea .mainNavi_logo {
      display: flex; }
      #header_sub #headerCnt #mainNaviArea .mainNavi_logo .y_logo {
        width: 90px; }
      #header_sub #headerCnt #mainNaviArea .mainNavi_logo .mainNavi_tll h2 {
        font-size: 14px !important;
        padding: 20px 10px !important; }
    #header_sub #headerCnt .drawerNaviBtn {
      margin-left: -12px !important; }
      #header_sub #headerCnt .drawerNaviBtn span {
        height: 2px !important; }
        #header_sub #headerCnt .drawerNaviBtn span:nth-child(1) {
          width: 35px !important;
          top: 0; }
        #header_sub #headerCnt .drawerNaviBtn span:nth-child(2) {
          width: 30px !important;
          top: 10px; }
        #header_sub #headerCnt .drawerNaviBtn span:nth-child(3) {
          width: 25px !important;
          bottom: 4px !important; } }

/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  clear: both;
  position: relative;
  background: url("images/common/footer.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  z-index: 1; }
  #footer::before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.8);
    z-index: -1; }
  #footer #footerCnt {
    flex-basis: 460px;
    max-width: 460px;
    justify-content: center;
    margin: 0; }
    #footer #footerCnt .footerLogo img {
      max-width: 140px;
      padding-bottom: 10px; }
    #footer #footerCnt .footerLogo .Corporate_link {
      color: #FFFFFF;
      text-decoration: none;
      position: relative;
      font-size: 16px;
      padding-left: 10px;
      cursor: pointer; }
      #footer #footerCnt .footerLogo .Corporate_link::before {
        content: "";
        background: url("images/common/blank.svg") no-repeat;
        background-position: center right;
        background-size: 18px;
        width: 20px;
        height: 20px;
        position: absolute;
        top: -2px;
        right: 50%;
        margin-right: -100px; }
      #footer #footerCnt .footerLogo .Corporate_link::after {
        width: 180px;
        height: 1px;
        position: absolute;
        top: 25px;
        left: 0;
        content: "";
        background: #FFFFFF; }
  #footer #copyright {
    flex-basis: 100%;
    width: 100%;
    text-align: right;
    padding: 25px 15px;
    cursor: pointer; }
    #footer #copyright p {
      color: #FFFFFF;
      font-size: 12px;
      margin: 0; }
  @media screen and (min-width: 1025px) {
    #footer {
      padding: 180px 0 190px; }
      #footer #footerCntWrap {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        /*naviBox2*/ }
        #footer #footerCntWrap .naviBox2 {
          margin: 30px 0 30px; }
          #footer #footerCntWrap .naviBox2 .footerNavi ul {
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: space-between; }
            #footer #footerCntWrap .naviBox2 .footerNavi ul li {
              display: inline-block;
              color: #FFFFFF; }
              #footer #footerCntWrap .naviBox2 .footerNavi ul li a {
                text-decoration: none;
                font-size: 14px;
                color: #FFFFFF;
                cursor: pointer; }
                #footer #footerCntWrap .naviBox2 .footerNavi ul li a:hover {
                  opacity: 0.7; }
      #footer #footerNaviWrap {
        flex-basis: calc( 100% - 460px );
        max-width: calc( 100% - 460px );
        padding-top: 20px;
        /* display: inline-flex;*/
        flex-wrap: wrap; }
        #footer #footerNaviWrap .footerNavi_Inner {
          display: flex;
          justify-content: space-around; }
          #footer #footerNaviWrap .footerNavi_Inner p {
            font-size: 14px;
            font-weight: bold;
            margin: 0 0 10px; }
          #footer #footerNaviWrap .footerNavi_Inner .naviBox {
            flex-basis: 32%;
            max-width: 32%;
            margin: 0 0 30px; }
            #footer #footerNaviWrap .footerNavi_Inner .naviBox ul {
              margin: 0;
              padding: 0;
              display: flex;
              flex-direction: column; }
              #footer #footerNaviWrap .footerNavi_Inner .naviBox ul li {
                display: inline-block;
                color: #FFFFFF;
                padding-bottom: 10px; }
                #footer #footerNaviWrap .footerNavi_Inner .naviBox ul li a {
                  text-decoration: none;
                  font-size: 14px;
                  color: #FFFFFF;
                  position: relative;
                  padding-left: 25px;
                  cursor: pointer; }
                  #footer #footerNaviWrap .footerNavi_Inner .naviBox ul li a::before {
                    content: "";
                    position: absolute;
                    top: 0px;
                    left: 0;
                    width: 20px;
                    height: 20px;
                    background: url("images/common/arrow_green.svg") no-repeat;
                    background-position: center left;
                    background-size: 16px; }
                  #footer #footerNaviWrap .footerNavi_Inner .naviBox ul li a:hover {
                    opacity: 0.7; }
        #footer #footerNaviWrap .f_sns_cat .btnWrap {
          display: flex;
          justify-content: flex-end;
          align-items: center;
          margin: 0 !important; }
          #footer #footerNaviWrap .f_sns_cat .btnWrap .y_btn {
            width: 100%;
            max-width: 290px;
            padding: 15px;
            border: #EFEFEF solid 3px;
            text-align: center;
            color: #FFFFFF;
            position: relative;
            background: #51655F;
            text-decoration: none;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center; }
            #footer #footerNaviWrap .f_sns_cat .btnWrap .y_btn::before {
              content: "";
              position: absolute;
              top: 19px;
              right: 50%;
              background: url("images/common/arrow_green.svg") no-repeat;
              background-size: 16px;
              background-position: center right;
              width: 20px;
              height: 20px;
              margin-right: -90px; } }
        @media screen and (min-width: 1025px) and (min-width: 768px) {
          #footer #footerNaviWrap .f_sns_cat .btnWrap .y_btn:hover, #footer #footerNaviWrap .f_sns_cat .btnWrap .y_btn:focus {
            background: #222; } }
  @media screen and (min-width: 1025px) {
        #footer #footerNaviWrap .f_sns_cat .f_sns_cont ul {
          display: flex;
          justify-content: flex-end;
          list-style: none; }
          #footer #footerNaviWrap .f_sns_cat .f_sns_cont ul li {
            padding: 0 21px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #footer {
      padding: 60px 0 0; }
      #footer #footerNaviWrap {
        display: none; }
      #footer #footerCnt {
        margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 60px 0 60px; }
      #footer #footerCnt {
        margin: 0 auto; }
        #footer #footerCnt .footerLogo {
          margin-bottom: 30px; }
        #footer #footerCnt .btnWrap {
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0 0 50px; }
          #footer #footerCnt .btnWrap .y_btn {
            width: 100%;
            max-width: 290px;
            padding: 15px;
            border: #EFEFEF solid 3px;
            text-align: center;
            color: #FFFFFF;
            position: relative;
            background: #51655F;
            text-decoration: none;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center; }
            #footer #footerCnt .btnWrap .y_btn::before {
              content: "";
              position: absolute;
              top: 19px;
              right: 50%;
              background: url("images/common/arrow_green.svg") no-repeat;
              background-size: 16px;
              background-position: center right;
              width: 20px;
              height: 20px;
              margin-right: -90px; } }
        @media screen and (max-width: 767px) and (min-width: 768px) {
          #footer #footerCnt .btnWrap .y_btn:hover, #footer #footerCnt .btnWrap .y_btn:focus {
            background: #222; } }
  @media screen and (max-width: 767px) {
        #footer #footerCnt .naviBox2 .footerNavi ul li {
          text-align: center;
          margin: 0 0 25px; }
      #footer #footerNaviWrap .footerNavi_Inner {
        display: none; }
      #footer #footerNaviWrap .f_sns_cat .f_sns_cont ul {
        display: flex;
        justify-content: space-between;
        list-style: none;
        padding-left: 0;
        max-width: 240px;
        margin: 0 auto; }
      #footer #footerNaviWrap .f_sns_cat #copyright {
        padding: 40px 0 30px; }
        #footer #footerNaviWrap .f_sns_cat #copyright p {
          text-align: center; }
      #footer .footerNavi ul {
        list-style: none;
        padding-left: 0; }
        #footer .footerNavi ul li a {
          text-decoration: none;
          font-size: 14px;
          color: #FFFFFF; } }

/* ---------------------------------------------------------------- */
/* サイドバー  */
/* ---------------------------------------------------------------- */
#sidebar .widget-area {
  display: none; }
#sidebar .widget img {
  max-width: 100%; }

/* ---------------------------------------------------------------- */
/* ページナビ */
/* ---------------------------------------------------------------- */
.wp-pagenavi {
  position: relative;
  text-align: center;
  padding: 0 0;
  margin: 30px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px; }
  .wp-pagenavi a, .wp-pagenavi span {
    color: #000;
    width: 32px;
    height: 32px;
    padding: 3px 0 0 0;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px; }
  .wp-pagenavi a:hover,
  .wp-pagenavi a:focus {
    color: #fff;
    background: #000;
    border: 1px solid #000; }
  .wp-pagenavi span.current {
    color: #fff;
    background: #000;
    font-weight: 400;
    border: 1px solid #000; }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    font-size: 20px;
    color: #000;
    background: none;
    border: none; }
    .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus,
    .wp-pagenavi .previouspostslink:hover,
    .wp-pagenavi .previouspostslink:focus {
      color: #c7c7c7;
      background: none;
      border: none; }

/* ---------------------------------------------------------------- */
/* ページトップ ボタン */
/* ---------------------------------------------------------------- */
#pagetopArea {
  position: absolute;
  top: 0;
  right: 15%;
  cursor: pointer; }
  #pagetopArea a {
    display: block;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 767px) {
  #pagetopArea {
    right: 15px; } }
/* ---------------------------------------------------------------- */
/* CTA固定ボタン */
/* ---------------------------------------------------------------- */
.fixedBtn_os {
  width: 100%;
  transition: .6s;
  display: block; }
  .fixedBtn_os:hover {
    opacity: 0.8; }
  .fixedBtn_os .osfixed_btn {
    position: fixed;
    right: 0;
    z-index: 40;
    bottom: 50%;
    margin-bottom: -350px;
    width: 100%;
    max-width: 80px;
    height: 120px;
    padding: 20px 30px;
    background: #333;
    border-radius: 8px 0px 0px 8px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    writing-mode: vertical-rl;
    cursor: pointer;
    opacity: .9; }
    .fixedBtn_os .osfixed_btn::before {
      content: "OnlineShop";
      position: absolute;
      top: 20px;
      right: 15px;
      color: #61B199;
      font-size: 10px; }

/*----*/
#fixedBtnSpArea {
  width: 100%;
  opacity: 0;
  z-index: 10;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -60px;
  transition: .6s;
  overflow: hidden; }
  #fixedBtnSpArea.fixedsp {
    opacity: 1;
    transition: .6s;
    bottom: 0; }
  #fixedBtnSpArea #fixedBtnSp {
    display: none;
    overflow: hidden;
    right: 0;
    left: 0;
    width: 180px;
    height: 40px; }
    #fixedBtnSpArea #fixedBtnSp ul {
      margin: 0 0 0 0;
      padding: 0;
      height: 100%;
      width: 100%;
      overflow: hidden;
      display: flex; }
      #fixedBtnSpArea #fixedBtnSp ul li {
        list-style: none;
        /*flex-basis: 100%;*/
        height: 100%;
        width: 100%; }
        #fixedBtnSpArea #fixedBtnSp ul li .buyfixed {
          display: block;
          width: 100%;
          height: 100%;
          color: #fff;
          margin: 0;
          font-size: 16px;
          text-decoration: none;
          background: #333333;
          max-width: 180px;
          position: relative;
          border-radius: 0 8px 0 0;
          opacity: .9;
          text-align: right;
          padding: 8px 20px; }
          #fixedBtnSpArea #fixedBtnSp ul li .buyfixed::before {
            content: "OnlineShop";
            position: absolute;
            top: 11px;
            left: 13px;
            color: #61B199;
            font-size: 10px; }

@media screen and (max-width: 767px) {
  .fixedBtn_os, .osfixed_btn {
    display: none !important; }

  #fixedBtnSp {
    display: block !important; } }
/* ---------------------------------------------------------------- */
/* メインスライダー  */
/* ---------------------------------------------------------------- */
#sliderArea {
  position: relative;
  clear: both;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden; }
  #sliderArea #sliderSp {
    display: none; }
  #sliderArea .metaslider .flex-control-paging li a.flex-active {
    background: #000; }
  @media screen and (max-width: 767px) {
    #sliderArea #sliderPc {
      display: none; } }

/* ---------------------------------------------------------------- */
/* MV_wrapper  */
/* ---------------------------------------------------------------- */
.MV_wrapper {
  height: 100vh;
  position: relative;
  z-index: 1; }
  .MV_wrapper .top-fvSwiper {
    height: 100vh; }
    .MV_wrapper .top-fvSwiper .swiper-wrapper {
      height: 100vh;
      padding-bottom: 0; }
      .MV_wrapper .top-fvSwiper .swiper-wrapper .swiper-slide {
        height: 100vh; }
        .MV_wrapper .top-fvSwiper .swiper-wrapper .swiper-slide .img_box {
          width: 100%;
          padding-bottom: 100vh;
          position: relative;
          overflow: hidden; }
          .MV_wrapper .top-fvSwiper .swiper-wrapper .swiper-slide .img_box::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
            z-index: 2; }
          .MV_wrapper .top-fvSwiper .swiper-wrapper .swiper-slide .img_box img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .MV_wrapper .top-fvSwiper .swiper-wrapper .swiper-slide .mv_con {
          position: absolute;
          bottom: 30px;
          left: 40px;
          color: #fff;
          z-index: 2; }
          .MV_wrapper .top-fvSwiper .swiper-wrapper .swiper-slide .mv_con span {
            font-size: 10px;
            font-weight: 400;
            margin-bottom: 30px;
            display: inline-block;
            position: relative; }
            .MV_wrapper .top-fvSwiper .swiper-wrapper .swiper-slide .mv_con span::after {
              position: absolute;
              content: "";
              width: 100%;
              height: 1px;
              background: #fff;
              left: 0;
              bottom: -10px;
              display: block; }
          .MV_wrapper .top-fvSwiper .swiper-wrapper .swiper-slide .mv_con h2 {
            font-size: 24px;
            font-weight: 400;
            margin: 0 0 5px; }
          .MV_wrapper .top-fvSwiper .swiper-wrapper .swiper-slide .mv_con p {
            font-size: 14px;
            font-weight: 400;
            margin: 0;
            overflow: hidden;
            padding-right: 15px; }
  .MV_wrapper .MV_wrapper_Inner {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 54px;
    height: 111px;
    display: block; }
    .MV_wrapper .MV_wrapper_Inner .scrolldown1 {
      position: absolute;
      width: 54px;
      height: 111px;
      background: url("images/common/scroll.svg") no-repeat;
      background-size: 40px;
      background-position: top center;
      z-index: 3; }
      .MV_wrapper .MV_wrapper_Inner .scrolldown1::after {
        content: "";
        position: absolute;
        top: 0;
        left: 23px;
        width: 7px;
        height: 7px;
        border-radius: 5px;
        background: #eee;
        animation: pathmove 1.4s ease-in-out infinite;
        opacity: 0; }

@keyframes pathmove {
  0% {
    height: 0;
    top: 25px;
    opacity: 0; }
  30% {
    height: 7px;
    opacity: 1; }
  100% {
    height: 7px;
    top: 60px;
    opacity: 0; } }
@media screen and (max-width: 767px) {
  .MV_wrapper .top-fvSwiper .swiper-wrapper .swiper-slide .mv_con {
    left: 15px;
    bottom: 82px; }
    .MV_wrapper .top-fvSwiper .swiper-wrapper .swiper-slide .mv_con span {
      margin-bottom: 25px; }
    .MV_wrapper .top-fvSwiper .swiper-wrapper .swiper-slide .mv_con h2 {
      font-size: 20px; }
  .MV_wrapper .MV_wrapper_Inner {
    display: none; } }
/* ---------------------------------------------------------------- */
/*  yanbaru_SW */
/* ---------------------------------------------------------------- */
.yanbaru_SW {
  position: relative;
  text-align: center;
  width: 100%; }

.charm-fvSwiper {
  overflow: hidden; }
  .charm-fvSwiper .swiper-wrapper {
    padding-bottom: 30px; }
    .charm-fvSwiper .swiper-wrapper .swiper-slide .charm_img {
      width: 100%;
      padding-bottom: 375px;
      position: relative;
      overflow: hidden;
      transition: all ease .3s;
      border-radius: 16px; }
      .charm-fvSwiper .swiper-wrapper .swiper-slide .charm_img img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;' !important;
        transition: all ease .3s;
        left: 0;
        border-radius: 16px; }
      .charm-fvSwiper .swiper-wrapper .swiper-slide .charm_img p {
        position: absolute;
        bottom: 10px;
        left: 10px;
        font-size: 14px;
        color: #FFFFFF;
        z-index: 1;
        margin: 0; }
      .charm-fvSwiper .swiper-wrapper .swiper-slide .charm_img:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #000000 100%, #000000);
        border-radius: 16px; }
  .charm-fvSwiper .swiper-button-prev_a {
    background: url("images/common/arrow_left.svg") no-repeat;
    background-size: 60px;
    background-position: center;
    left: 50%;
    top: 45%;
    width: 60px;
    height: 60px;
    margin-left: -505px;
    cursor: pointer; }
    .charm-fvSwiper .swiper-button-prev_a i {
      display: none; }
  .charm-fvSwiper .swiper-button-next_a {
    background: url("images/common/arrow_right.svg") no-repeat;
    background-size: 60px;
    background-position: center;
    right: 50%;
    top: 45%;
    width: 60px;
    height: 60px;
    margin-right: -505px;
    cursor: pointer; }
    .charm-fvSwiper .swiper-button-next_a i {
      display: none; }
  .charm-fvSwiper .charm-pagination .swiper-pagination-bullet {
    display: none; }
  .charm-fvSwiper .charm-pagination .swiper-pagination-bullet-active {
    background: gray;
    opacity: 1; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .swiper-button-prev_a {
    margin-left: -440px; }

  .swiper-button-next_a {
    margin-right: -440px; } }
@media screen and (max-width: 767px) {
  .yanbaru_SW {
    padding: 30px 0 0 0 !important;
    flex-direction: column; }
    .yanbaru_SW .inner_swiper {
      max-width: 100% !important; }
    .yanbaru_SW img {
      border-radius: 16px; }

  .charm_img p {
    left: 30px !important; }

  .c_sdw {
    max-width: 300px; }

  .swiper-button-prev_a {
    margin-left: -170px; }

  .swiper-button-next_a {
    margin-right: -170px; } }
/* ---------------------------------------------------------------- */
/*  charmArea */
/* ---------------------------------------------------------------- */
.charmArea {
  padding: 400px 0 125px;
  position: relative;
  background-image: linear-gradient(90deg, #1d1f1e, #253825);
  z-index: 0; }
  .charmArea::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url("images/common/accessmap.svg") no-repeat;
    background-position: right 55px bottom 70px;
    background-size: 450px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1; }
  .charmArea::before {
    position: absolute;
    content: "";
    background: url("images/common/oogimi_img.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35%;
    display: block; }
  .charmArea .charm_inner {
    padding-top: 30px; }
    .charmArea .charm_inner .charm_cat {
      color: #FFFFFF;
      padding-bottom: 20px; }
      .charmArea .charm_inner .charm_cat h2.subtll_h2_l {
        font-size: 24px;
        color: #FFFFFF;
        margin: 0;
        font-weight: 400; }
        .charmArea .charm_inner .charm_cat h2.subtll_h2_l span {
          display: flex;
          align-items: center;
          color: #61B199;
          font-size: 18px;
          font-weight: 400; }
          .charmArea .charm_inner .charm_cat h2.subtll_h2_l span::after {
            content: '';
            display: inline-block;
            margin-right: 20px;
            width: 70px;
            height: 1px;
            margin-left: 10px;
            background-color: #61B199; }
      .charmArea .charm_inner .charm_cat p {
        margin: 0;
        font-size: 14px; }
    .charmArea .charm_inner .charm_cat2 {
      color: #FFFFFF;
      max-width: 560px;
      flex-basis: 560px; }
      .charmArea .charm_inner .charm_cat2 .cha_tll {
        position: relative;
        padding-left: 22px;
        margin: 10px 0;
        font-size: 20px;
        font-weight: 400; }
        .charmArea .charm_inner .charm_cat2 .cha_tll::before {
          content: "";
          position: absolute;
          top: 5px;
          left: 0;
          width: 20px;
          height: 20px;
          background: url("images/common/maruta_red.svg") no-repeat;
          background-position: center left;
          background-size: 18px; }
      .charmArea .charm_inner .charm_cat2 .charm3Wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 0px;
        margin-bottom: 20px; }
        .charmArea .charm_inner .charm_cat2 .charm3Wrap .charm_col img {
          border-radius: 16px;
          width: 100%;
          max-width: 100%; }
      .charmArea .charm_inner .charm_cat2 .cha_txt {
        font-size: 14px;
        padding-bottom: 30px; }
      .charmArea .charm_inner .charm_cat2 .gr_btn {
        width: 100%;
        max-width: 290px;
        padding: 15px;
        border: #EFEFEF solid 3px;
        text-align: center;
        color: #FFFFFF;
        position: relative;
        background: #51655F;
        text-decoration: none;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center; }
        .charmArea .charm_inner .charm_cat2 .gr_btn::before {
          content: "";
          position: absolute;
          top: 17px;
          right: 50%;
          background: url("images/common/arrow_green.svg") no-repeat;
          background-size: 16px;
          background-position: center right;
          width: 20px;
          height: 20px;
          margin-right: -60px; }
        @media print, screen and (min-width: 768px) {
          .charmArea .charm_inner .charm_cat2 .gr_btn:hover, .charmArea .charm_inner .charm_cat2 .gr_btn:focus {
            background: #222; } }

@media screen and (max-width: 767px) {
  .charmArea {
    padding: 495px 0 80px; }
    .charmArea::after {
      background: url("images/common/accessmap.svg") no-repeat;
      background-position: center bottom -30px;
      background-size: 300px; }
    .charmArea::before {
      height: 40%; }
    .charmArea .charm_inner {
      background-position: right bottom;
      background-size: 457px;
      padding-bottom: 260px; }
      .charmArea .charm_inner .charm_cat h2.subtll_h2_l {
        margin: 0 0 10px; }
      .charmArea .charm_inner .charm_cat2 {
        max-width: 100%;
        flex-basis: 100%; }
        .charmArea .charm_inner .charm_cat2 .cha_tll {
          margin: 0 0 15px; }
        .charmArea .charm_inner .charm_cat2 .charm3Wrap {
          grid-column-gap: 6.5px; }
        .charmArea .charm_inner .charm_cat2 .gr_btn {
          margin: 0 auto; } }
/* ---------------------------------------------------------------- */
/* fixed_right_bar  */
/* ---------------------------------------------------------------- */
.fixed_right_bar {
  position: fixed;
  top: 50%;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 10;
  width: 40px; }
  .fixed_right_bar .fixed_right_col {
    margin-bottom: 15px; }
    .fixed_right_bar .fixed_right_col a {
      padding: 2px 0;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
      .fixed_right_bar .fixed_right_col a img {
        width: 15px;
        height: 15px; }

@media screen and (max-width: 767px) {
  .fixed_right_bar {
    position: absolute;
    top: 142px;
    right: 15px;
    margin-top: 0; }
    .fixed_right_bar .fixed_right_col {
      margin-bottom: 20px; }
      .fixed_right_bar .fixed_right_col a img {
        width: 20px;
        height: 20px; }
        .fixed_right_bar .fixed_right_col a img.facebook_icon {
          margin-left: 2px;
          padding-top: 0; } }
/* ---------------------------------------------------------------- */
/* about_cont  */
/* ---------------------------------------------------------------- */
.about_cont {
  background-color: #51655F;
  position: relative;
  z-index: 0; }
  .about_cont::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url("images/common/yanbarukuina.png") no-repeat;
    background-position: top center;
    background-size: 100% 1500px;
    z-index: -1;
    top: -20px;
    right: 700px;
    opacity: 0.1; }
  .about_cont::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url("images/common/maruta.png") no-repeat;
    background-position: bottom right;
    background-size: 480px 480px;
    z-index: -1;
    bottom: -187px;
    left: 68px;
    opacity: 0.1; }
  .about_cont .about_cont_box {
    padding: 130px 0 245px; }
    .about_cont .about_cont_box .about_Inner {
      writing-mode: vertical-rl;
      margin: 0 auto;
      width: 100%;
      background: url("images/common/yanbarukuina_maruta.png");
      background-repeat: no-repeat;
      background-size: 135px 214px;
      background-position: bottom  left;
      padding-bottom: 100px;
      position: relative; }
      .about_cont .about_cont_box .about_Inner .about_cf2 {
        left: 50%;
        bottom: 0;
        position: absolute;
        margin-left: -310px; }
        .about_cont .about_cont_box .about_Inner .about_cf2 .about_txt {
          font-size: 16px;
          color: #fff;
          background: url("images/common/maruta_red.svg") no-repeat;
          background-position: top center;
          background-size: 25px;
          padding: 30px 5px 20px 5px;
          text-decoration: none;
          border-right: #707070 solid 1px;
          position: relative; }
          .about_cont .about_cont_box .about_Inner .about_cf2 .about_txt::after {
            content: "";
            position: absolute;
            left: 11px;
            bottom: 2px;
            width: 15px;
            height: 15px;
            background: url("images/common/arrow_bk.svg") no-repeat;
            background-position: bottom center;
            background-size: 10px; }
          .about_cont .about_cont_box .about_Inner .about_cf2 .about_txt:hover {
            opacity: 0.7; }
      .about_cont .about_cont_box .about_Inner .about_cf .about_tll {
        font-size: 32px;
        line-height: 54px;
        color: #fff;
        position: relative;
        font-weight: 400; }
        .about_cont .about_cont_box .about_Inner .about_cf .about_tll::before {
          content: "About";
          position: absolute;
          top: 0;
          left: 0;
          color: #61B199;
          font-size: 18px;
          font-weight: 400;
          line-height: 1;
          margin-left: 115px; }
        .about_cont .about_cont_box .about_Inner .about_cf .about_tll::after {
          content: "";
          position: absolute;
          top: 65px;
          left: 108px;
          display: inline-block;
          margin-right: 20px;
          width: 1px;
          height: 60px;
          margin-left: 10px;
          background-color: #61B199; }
      .about_cont .about_cont_box .about_Inner .about_cf p {
        line-height: 2.0;
        color: #fff; }

@media screen and (max-width: 767px) {
  .about_cont::before {
    background: url("images/common/yanbarukuina_sp.png") no-repeat;
    background-position: top center;
    background-size: 100% 400px;
    right: 100px;
    top: 10px; }
  .about_cont::after {
    background-size: 200px 200px;
    bottom: auto;
    left: 40px;
    top: 50%;
    background-position: top right; }
  .about_cont .about_cont_box {
    padding: 105px 0 60px; }
    .about_cont .about_cont_box .about_Inner {
      writing-mode: horizontal-tb;
      background-position: bottom right;
      padding-bottom: 60px; }
      .about_cont .about_cont_box .about_Inner .about_cf2 {
        left: 0;
        margin-left: 0; }
        .about_cont .about_cont_box .about_Inner .about_cf2 .about_txt {
          border-right: none;
          border-bottom: #707070 solid 1px;
          background-position: left center;
          padding: 10px 20px 5px 30px; }
          .about_cont .about_cont_box .about_Inner .about_cf2 .about_txt::after {
            left: 160px;
            top: 13px; }
      .about_cont .about_cont_box .about_Inner .about_cf {
        width: 100%; }
        .about_cont .about_cont_box .about_Inner .about_cf .about_tll {
          font-size: 24px;
          line-height: 1.7;
          margin: 0 0 25px; }
          .about_cont .about_cont_box .about_Inner .about_cf .about_tll::before {
            top: -40px;
            left: 0;
            margin-left: 0; }
          .about_cont .about_cont_box .about_Inner .about_cf .about_tll::after {
            top: -30px;
            left: 55px;
            width: 60px;
            height: 1px; }
        .about_cont .about_cont_box .about_Inner .about_cf p {
          padding: 0;
          font-size: 14px;
          font-weight: 400;
          line-height: 1.7; } }
/* ---------------------------------------------------------------- */
/* tourArea  */
/* ---------------------------------------------------------------- */
#tourArea {
  padding: 100px 0 0;
  background: #333333;
  position: relative;
  z-index: 1; }
  #tourArea h2.subtll_h2_r {
    font-size: 26px;
    color: #FFFFFF;
    text-align: right;
    margin-bottom: 30px;
    font-weight: 400; }
    #tourArea h2.subtll_h2_r span {
      display: flex;
      align-items: center;
      color: #61B199;
      font-size: 18px;
      justify-content: flex-end;
      font-weight: 400; }
      #tourArea h2.subtll_h2_r span::after {
        content: '';
        display: inline-block;
        margin-right: 20px;
        width: 70px;
        height: 1px;
        margin-left: 10px;
        background-color: #61B199; }
  #tourArea .tour_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    top: 80px; }
    #tourArea .tour_btn .btn_move {
      width: 45%;
      position: relative;
      display: inline-block;
      padding: 25px 45px;
      background-color: #51655F;
      border: 3px solid #fff;
      color: #fff;
      font-weight: 400;
      text-align: center;
      text-decoration: none;
      max-width: 455px;
      margin: 40px 0;
      cursor: pointer; }
      #tourArea .tour_btn .btn_move::after {
        position: absolute;
        top: 45%;
        right: 1.2em;
        content: '';
        margin-top: -5px;
        background: url("images/common/arrow_green.svg") no-repeat;
        width: 20px;
        height: 20px;
        background-size: 16px; }
      #tourArea .tour_btn .btn_move:hover {
        background: #222222; }
    #tourArea .tour_btn .btn_move:hover:after {
      animation: arrow .4s; }
@keyframes arrow {
  50% {
    right: 0.8em; }
  100% {
    right: 1.2em; } }
/*----------------------------------*/
.tour_hover_box {
  width: 100%;
  background: #333333;
  position: relative;
  margin-bottom: -10px; }

.tour_hover_box .pading_box {
  width: 100%;
  padding-left: 130px;
  box-sizing: border-box;
  border-radius: 48px 0 0 0; }

.tour_hover_box .pading_box .img_box {
  width: 100%;
  padding-bottom: 47%;
  background: #eee;
  position: relative;
  overflow: hidden;
  transition: all ease .3s;
  margin-bottom: 10px;
  border-radius: 0; }

.tour_hover_box .pading_box .img_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;' !important;
  transition: all ease .3s; }

.tour_hover_box:first-child .pading_box .img_box {
  border-radius: 48px 0 0 0; }

.tour_hover_box:first-child:hover .pading_box .img_box {
  border-radius: 0; }

.tour_hover_box:hover .pading_box .img_box img {
  transform: scale(1.05); }

.tour_hover_box .text_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease .3s; }

.tour_hover_box:hover .text_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3); }

.tour_hover_box:hover .text_area .text_box1 {
  animation: fadeIn 0.7s ease 0.5s 1 normal backwards; }

.tour_hover_box:hover .text_area .text_box2 {
  animation: fadeIn 0.7s ease 0.5s 1 normal backwards; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.tour_hover_box .text_area .text_box1 {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 60px; }
  .tour_hover_box .text_area .text_box1 .tll_link {
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    padding-bottom: 10px; }
    .tour_hover_box .text_area .text_box1 .tll_link::before {
      position: absolute;
      bottom: 0px;
      left: 0;
      content: "";
      background: #FFFFFF;
      width: 60px;
      height: 1px; }
  .tour_hover_box .text_area .text_box1 h3.tour_h3 {
    font-size: 24px;
    color: #FFFFFF; }

.tour_hover_box .text_area .text_box2 {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 100px 60px 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none; }
  .tour_hover_box .text_area .text_box2 h3 {
    color: #FFFFFF;
    text-align: right;
    position: relative;
    font-size: 24px; }
    .tour_hover_box .text_area .text_box2 h3::before {
      position: absolute;
      content: "TIPS";
      top: -50px;
      right: 0;
      color: #FFFFFF;
      width: 135px;
      height: 50px;
      font-size: 16px; }
    .tour_hover_box .text_area .text_box2 h3::after {
      content: "";
      position: absolute;
      width: 61px;
      height: 1px;
      background: #FFFFFF;
      top: -15px;
      right: 0; }
  .tour_hover_box .text_area .text_box2 .linebtnWrap {
    text-align: right; }
    .tour_hover_box .text_area .text_box2 .linebtnWrap .line_btn {
      text-decoration: none;
      border-bottom: #FFFFFF solid 1px;
      position: relative;
      color: #FFFFFF;
      padding: 5px 40px 5px 25px; }
      .tour_hover_box .text_area .text_box2 .linebtnWrap .line_btn::before {
        content: "";
        width: 300px;
        height: 1px;
        color: #FFFFFF;
        position: absolute; }
      .tour_hover_box .text_area .text_box2 .linebtnWrap .line_btn::after {
        content: "";
        width: 15px;
        height: 15px;
        position: absolute;
        top: 9px;
        right: 50%;
        margin-right: -65px;
        background: url("images/common/arrow_green.svg") no-repeat;
        background-position: center right;
        background-size: 15px; }
      .tour_hover_box .text_area .text_box2 .linebtnWrap .line_btn:hover {
        opacity: 0.7; }

.tour_hover_box:hover .text_area .text_box2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.tour_hover_box .text_area .text_box2 p {
  text-align: right !important;
  color: #fff;
  font-size: 16px;
  max-width: 450px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tour_hover_box .text_area .text_box1 {
    width: 50%; }

  .tour_hover_box .text_area .text_box2 {
    padding: 60px 60px 60px 400px; }

  .tour_hover_box .pading_box .img_box {
    padding-bottom: 70%; } }
@media screen and (max-width: 767px) {
  .tour_hover_box a {
    text-decoration: none;
    color: #fff; }

  .tour_hover_box a .pading_box {
    padding-left: 0; }

  .tour_hover_box a .pading_box .img_box {
    border-radius: 48px 0 0 0;
    padding-bottom: 60%; }

  .tour_hover_box a .text_area {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    transition: all ease .3s; }

  .tour_hover_box:hover a .text_area {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0); }

  .tour_hover_box .text_area .text_box1 {
    padding: 15px 0 0;
    width: 100%; }
    .tour_hover_box .text_area .text_box1 .tll_link {
      font-size: 18px; }
    .tour_hover_box .text_area .text_box1 h3.tour_h3 {
      display: none; }

  .tour_hover_box:hover .text_area .text_box1 {
    animation: none; }

  .tour_hover_box .text_area .text_box2 {
    position: inherit;
    display: block;
    padding: 0 0 35px;
    padding-left: 0; }
    .tour_hover_box .text_area .text_box2 h3 {
      font-size: 20px;
      text-align: left; }
      .tour_hover_box .text_area .text_box2 h3::before {
        display: none; }
      .tour_hover_box .text_area .text_box2 h3::after {
        display: none; }
    .tour_hover_box .text_area .text_box2 p {
      font-size: 14px;
      text-align: left; }
      .tour_hover_box .text_area .text_box2 p br {
        display: none; }
    .tour_hover_box .text_area .text_box2 .linebtnWrap .line_btn::after {
      right: 0;
      margin-right: 0; }

  .tour_hover_box:hover .text_area .text_box2 {
    animation: none; }

  .tour_hover_box:first-child:hover .pading_box .img_box {
    border-radius: none; }

  .tour_hover_box:hover .pading_box .img_box img {
    transform: none; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tour_inner {
    display: flex;
    flex-direction: column;
    padding-left: 0; }
    .tour_inner:hover .tour_box {
      display: flex;
      flex-wrap: wrap;
      flex-basis: 100%;
      max-width: 100%;
      z-index: 3;
      padding: 0 30px;
      cursor: pointer; }
      .tour_inner:hover .tour_box .tour_txtbox {
        display: block !important;
        color: #FFFFFF;
        text-align: end;
        padding-top: 60px; }

  .tour_box .tour_txtcont {
    padding: 0; }
  .tour_box .tll_link {
    font-size: 18px; }
  .tour_box .tour_h3 {
    display: none; }
  .tour_box .tour_txtbox {
    display: none !important; }
    .tour_box .tour_txtbox .linebtnWrap {
      display: flex;
      justify-content: flex-end; } }
@media screen and (max-width: 767px) {
  #tourArea {
    padding: 70px 0 60px; }
    #tourArea h2.subtll_h2_r {
      font-size: 24px; }
    #tourArea .tour_container {
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      padding-left: 15px;
      padding-right: 15px;
      transition: ease-in .1s; }
    #tourArea .tour_btn {
      flex-direction: column;
      margin-top: -100px;
      top: 100px !important;
      align-items: center; }
      #tourArea .tour_btn .btn_move {
        width: 100% !important;
        margin: 10px 0 !important;
        padding: 14px 40px !important; } }
/* ---------------------------------------------------------------- */
/* voiceArea  */
/* ---------------------------------------------------------------- */
#voiceArea {
  padding: 70px 0 50px 0;
  border-top: #FFFFFF solid 1px;
  border-bottom: #FFFFFF solid 1px;
  background: #EFEFEF; }
  #voiceArea .v_col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
    align-items: center; }
    #voiceArea .v_col2 .v_cont {
      max-width: calc(100% - 300px);
      flex-basis: calc(100% - 300px);
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      #voiceArea .v_col2 .v_cont .v_cont_img {
        max-width: 240px;
        flex-basis: 240px;
        width: 100%;
        padding-bottom: 25%;
        position: relative;
        overflow: hidden; }
        #voiceArea .v_col2 .v_cont .v_cont_img img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      #voiceArea .v_col2 .v_cont .v_cont_txt {
        max-width: calc(100% - 300px);
        flex-basis: calc(100% - 300px); }
        #voiceArea .v_col2 .v_cont .v_cont_txt h2.subtll_h2_l {
          font-size: 24px;
          color: #222222;
          margin: 0 0 12px;
          font-weight: 400; }
          #voiceArea .v_col2 .v_cont .v_cont_txt h2.subtll_h2_l span {
            display: flex;
            align-items: center;
            color: #61B199;
            font-size: 18px;
            font-weight: 400; }
            #voiceArea .v_col2 .v_cont .v_cont_txt h2.subtll_h2_l span::after {
              content: '';
              display: inline-block;
              margin-right: 20px;
              width: 70px;
              height: 1px;
              margin-left: 10px;
              background-color: #61B199; }
        #voiceArea .v_col2 .v_cont .v_cont_txt p {
          margin: 0;
          font-size: 14px; }
    #voiceArea .v_col2 .v_cont2 {
      max-width: 300px;
      flex-basis: 300px;
      text-align: end; }
      #voiceArea .v_col2 .v_cont2 .y_btn {
        width: 100%;
        max-width: 290px;
        padding: 15px 20px 15px 15px;
        border: #EFEFEF solid 3px;
        text-align: center;
        color: #FFFFFF;
        position: relative;
        background: #51655F;
        text-decoration: none;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
        #voiceArea .v_col2 .v_cont2 .y_btn::before {
          content: "";
          position: absolute;
          top: 17px;
          right: 50%;
          background: url("images/common/arrow_green.svg") no-repeat;
          background-size: 16px;
          background-position: center right;
          width: 20px;
          height: 20px;
          margin-right: -60px; }
        @media print, screen and (min-width: 768px) {
          #voiceArea .v_col2 .v_cont2 .y_btn:hover, #voiceArea .v_col2 .v_cont2 .y_btn:focus {
            background: #222; } }

@media screen and (max-width: 767px) {
  #voiceArea .v_col2 .v_cont {
    max-width: 100%;
    flex-basis: 100%; }
    #voiceArea .v_col2 .v_cont .v_cont_img {
      flex-basis: 100%;
      max-width: 100%;
      padding-bottom: 60%;
      margin-bottom: 18px; }
    #voiceArea .v_col2 .v_cont .v_cont_txt {
      flex-basis: 100% !important;
      max-width: 100% !important; }
      #voiceArea .v_col2 .v_cont .v_cont_txt p {
        padding-bottom: 15px; }
  #voiceArea .v_col2 .v_cont2 {
    max-width: 100%;
    flex-basis: 100%; }
    #voiceArea .v_col2 .v_cont2 .y_btn {
      margin: 0 auto; } }
/* ---------------------------------------------------------------- */
/* spotArea  */
/* ---------------------------------------------------------------- */
.spotArea {
  background: #096168 radial-gradient(#FFFFFF 0%, transparent 5%);
  background-size: 65px 65px;
  padding: 300px 0 145px 0;
  position: relative;
  z-index: 1; }
  .spotArea::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("images/common/oogimi_img.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 470px;
    z-index: -1;
    filter: brightness(0.8); }
  .spotArea h2.subtll_h2_l {
    font-size: 26px;
    color: #FFFFFF;
    margin: 0 0 12px; }
    .spotArea h2.subtll_h2_l span {
      display: flex;
      align-items: center;
      color: #FFFFFF;
      font-size: 18px;
      font-weight: 400; }
      .spotArea h2.subtll_h2_l span::after {
        content: '';
        display: inline-block;
        margin-right: 20px;
        width: 70px;
        height: 1px;
        margin-left: 10px;
        background-color: #FFFFFF; }
  .spotArea .y_col3Wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px; }
    .spotArea .y_col3Wrap .spot_col {
      flex-basis: 32%;
      max-width: 32%; }
      .spotArea .y_col3Wrap .spot_col img {
        border-radius: 16px; }
      .spotArea .y_col3Wrap .spot_col .spot_txt {
        text-align: center;
        font-size: 14px;
        color: #FFFFFF; }
  .spotArea .spot_txtcon {
    margin: 0 auto;
    text-align: center; }
    .spotArea .spot_txtcon p {
      text-align: center;
      color: #FFFFFF;
      padding-bottom: 15px; }
    .spotArea .spot_txtcon .y_btn {
      width: 100%;
      max-width: 290px;
      padding: 16px 70px 16px 70px;
      border: #F1FF27 solid 3px;
      text-align: center;
      color: #FFFFFF;
      position: relative;
      background: #E34346;
      text-decoration: none;
      cursor: pointer; }
      .spotArea .spot_txtcon .y_btn::before {
        content: "";
        position: absolute;
        top: 17px;
        right: 50%;
        background: url("images/common/arrow_red.svg") no-repeat;
        background-size: 16px;
        background-position: center right;
        width: 20px;
        height: 20px;
        margin-right: -125px; }
      @media print, screen and (min-width: 768px) {
        .spotArea .spot_txtcon .y_btn:hover, .spotArea .spot_txtcon .y_btn:focus {
          background: #222; } }

@media screen and (max-width: 767px) {
  .spot_col img {
    height: 110px; } }
/* ---------------------------------------------------------------- */
/* Q&A  */
/* ---------------------------------------------------------------- */
.qaArea {
  padding: 120px 0;
  background: #EFEFEF; }
  .qaArea h2.subtll_h2_l {
    font-size: 24px;
    color: #222222;
    margin: 0 0 18px;
    font-weight: 400; }
    .qaArea h2.subtll_h2_l span {
      display: flex;
      align-items: center;
      color: #61B199;
      font-size: 18px;
      font-weight: 400; }
      .qaArea h2.subtll_h2_l span::after {
        content: '';
        display: inline-block;
        margin-right: 20px;
        width: 70px;
        height: 1px;
        margin-left: 10px;
        background-color: #61B199; }
  .qaArea .btnwrap {
    margin: 40px auto;
    text-align: center; }
    .qaArea .btnwrap .y_btn {
      width: 100%;
      max-width: 290px;
      padding: 15px;
      border: #EFEFEF solid 3px;
      text-align: center;
      color: #FFFFFF;
      position: relative;
      background: #51655F;
      text-decoration: none;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto; }
      .qaArea .btnwrap .y_btn::before {
        content: "";
        position: absolute;
        top: 17px;
        right: 50%;
        background: url("images/common/arrow_green.svg") no-repeat;
        background-size: 16px;
        background-position: center right;
        width: 20px;
        height: 20px;
        margin-right: -90px; }
      @media print, screen and (min-width: 768px) {
        .qaArea .btnwrap .y_btn:hover, .qaArea .btnwrap .y_btn:focus {
          background: #222; } }

.accordion {
  width: 100%;
  padding: 10px 10px 20px; }

.accordion input {
  display: none;
  /*チェックボックスを隠す*/ }

/*バー部分*/
.accordion label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1.4;
  position: relative;
  margin: 0 0 10px;
  padding: 17px 17px 17px 60px;
  background-color: #333333;
  border-radius: 4px;
  font-size: 18px; }
  .accordion label span {
    margin-right: 20px; }

/*開いたときに表示される部分*/
.accordion ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px; }

.accordion li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s; }

.qatll {
  position: relative; }
  .qatll::before {
    content: "Q";
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 24px;
    color: #FFFFFF; }

#accordion_bar01:checked ~ #links01 li,
#accordion_bar02:checked ~ #links02 li,
#accordion_bar03:checked ~ #links03 li,
#accordion_bar04:checked ~ #links04 li,
#accordion_bar05:checked ~ #links05 li,
#accordion_bar06:checked ~ #links06 li,
#accordion_bar07:checked ~ #links07 li,
#accordion_bar08:checked ~ #links08 li {
  height: auto;
  /*開いたときに表示されるliの高さ*/
  opacity: 1;
  padding: 10px;
  color: #222222;
  font-size: 14px;
  cursor: pointer; }

/*開いたときの下の余白*/
#accordion_bar01:checked ~ #links01 li:last-child,
#accordion_bar02:checked ~ #links02 li:last-child,
#accordion_bar03:checked ~ #links03 li:last-child,
#accordion_bar04:checked ~ #links04 li:last-child,
#accordion_bar05:checked ~ #links05 li:last-child,
#accordion_bar06:checked ~ #links06 li:last-child,
#accordion_bar07:checked ~ #links07 li:last-child,
#accordion_bar08:checked ~ #links08 li:last-child {
  margin-bottom: 20px;
  cursor: pointer; }

/*閉じた状態の矢印描画*/
.accordion label:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: #fff 3px solid;
  border-right: #fff 3px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto; }

/*開いた状態の矢印描画*/
.accordion input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: #fff 3px solid;
  border-right: #fff 3px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
  cursor: pointer; }

@media screen and (max-width: 767px) {
  .qaArea {
    padding: 60px 0 20px; }

  .accordion {
    padding-bottom: 0; }

  .accordion label {
    padding: 12px 75px 12px 55px; }

  .y_btn {
    padding: 16px 65px 16px 65px !important; }

  .accordion label:after {
    right: 4% !important; } }
/* ---------------------------------------------------------------- */
/* onlineshop */
/* ---------------------------------------------------------------- */
.onlineshop {
  width: 100%;
  height: 420px;
  background: #51655F;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: 1s ease; }
  .onlineshop .online_link {
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    color: #fff; }
    .onlineshop .online_link h2 {
      margin: 0 0 5px;
      font-size: 42px; }
    .onlineshop .online_link .line_btn {
      position: relative;
      color: #FFFFFF;
      margin: 0;
      padding-bottom: 8.5px;
      font-size: 16px;
      font-weight: 400; }
      .onlineshop .online_link .line_btn::before {
        content: "";
        width: 314px;
        height: 1px;
        background: #FFFFFF;
        position: absolute;
        display: block;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%); }
      .onlineshop .online_link .line_btn::after {
        content: "";
        width: 15px;
        height: 15px;
        position: absolute;
        top: 5px;
        right: -20px;
        background: url("images/common/arrow_green.svg") no-repeat;
        background-position: center right;
        background-size: 15px;
        transition: .3s; }
  @media print, screen and (min-width: 768px) {
    .onlineshop:hover, .onlineshop:focus {
      background: rgba(81, 101, 95, 0.1) url("images/common/bg_2.jpg") no-repeat;
      background-position: top center;
      background-size: cover;
      transition: 1s ease;
      height: 420px; }
      .onlineshop:hover .line_btn::after, .onlineshop:focus .line_btn::after {
        right: -30px;
        transition: .3s; } }

@media screen and (max-width: 767px) {
  .onlineshop {
    background: url("images/common/bg_2.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 60px 0 80px;
    height: 250px; }
    .onlineshop .online_link {
      position: relative;
      z-index: 0; }
      .onlineshop .online_link::after {
        position: absolute;
        content: "";
        width: 300px;
        height: 80px;
        background: #51655F;
        top: 73%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        display: block;
        z-index: -1; }
      .onlineshop .online_link .line_btn {
        padding: 0 18px 5px 0px !important;
        font-size: 15px; } }
/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
#indexPage p {
  text-align: justify;
  text-justify: inter-ideograph; }
#indexPage #newsArea {
  background: #FFFFFF;
  padding: 120px 0 110px 0; }
  #indexPage #newsArea .n_cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #indexPage #newsArea .n_cat .n_tll {
      max-width: 230px;
      flex-basis: 230px; }
      #indexPage #newsArea .n_cat .n_tll h2 {
        font-size: 24px;
        color: #000000;
        margin-bottom: 30px;
        margin-top: 0;
        font-weight: 400; }
        #indexPage #newsArea .n_cat .n_tll h2 span {
          display: flex;
          align-items: center;
          color: #61B199;
          font-size: 16px; }
          #indexPage #newsArea .n_cat .n_tll h2 span::after {
            content: '';
            display: inline-block;
            margin-right: 20px;
            width: 70px;
            height: 1px;
            margin-left: 10px;
            background-color: #61B199; }
    #indexPage #newsArea .n_cat .postListWrap {
      max-width: calc(100% - 230px);
      flex-basis: calc(100% - 230px); }
      #indexPage #newsArea .n_cat .postListWrap .postBox {
        border-bottom: #BFBFBF solid 1px;
        padding: 25px 0; }
        #indexPage #newsArea .n_cat .postListWrap .postBox a {
          display: inline-block;
          font-size: 16px;
          font-weight: 400;
          text-decoration: none;
          color: #222222; }
          #indexPage #newsArea .n_cat .postListWrap .postBox a:hover, #indexPage #newsArea .n_cat .postListWrap .postBox a:focus {
            opacity: 0.7; }
  #indexPage #newsArea .btnwrap {
    margin: 40px auto;
    text-align: center; }
    #indexPage #newsArea .btnwrap .y_btn {
      width: 100%;
      max-width: 290px;
      padding: 15px;
      border: #EFEFEF solid 3px;
      text-align: center;
      color: #FFFFFF;
      position: relative;
      background: #51655F;
      text-decoration: none;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto; }
      #indexPage #newsArea .btnwrap .y_btn::before {
        content: "";
        position: absolute;
        top: 17px;
        right: 50%;
        background: url("images/common/arrow_green.svg") no-repeat;
        background-size: 16px;
        background-position: center right;
        width: 20px;
        height: 20px;
        margin-right: -100px; }
      @media print, screen and (min-width: 768px) {
        #indexPage #newsArea .btnwrap .y_btn:hover, #indexPage #newsArea .btnwrap .y_btn:focus {
          background: #222; } }
@media screen and (max-width: 767px) {
  #indexPage #newsArea {
    padding: 60px 0 20px; }
    #indexPage #newsArea .n_cat .n_tll {
      max-width: 100%;
      flex-basis: 100%; }
      #indexPage #newsArea .n_cat .n_tll h2 {
        margin: 0; }
    #indexPage #newsArea .n_cat .postListWrap {
      max-width: 100%;
      flex-basis: 100%; } }

/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------------- */
/* ニュースリストベース */
/* ---------------------------- */
.postListWrap .postBox {
  display: flex;
  margin-bottom: 10px;
  transition: ease-in .3s; }
  .postListWrap .postBox time {
    line-height: 1;
    font-size: 14px;
    width: 100px;
    align-self: center; }
  .postListWrap .postBox .permaLinkWrap {
    flex-basis: calc( 100% - 140px);
    width: calc( 100% - 140px);
    padding-top: 10px; }
    .postListWrap .postBox .permaLinkWrap a {
      min-width: 0;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      display: block;
      cursor: pointer; }
  .postListWrap .postBox:hover i, .postListWrap .postBox:hover a, .postListWrap .postBox:focus i, .postListWrap .postBox:focus a {
    color: #F00;
    text-decoration: none; }
@media screen and (max-width: 767px) {
  .postListWrap .postBox {
    flex-wrap: wrap; }
    .postListWrap .postBox .permaLinkWrap {
      flex-basis: 100%;
      margin: 10px 0 0; }
      .postListWrap .postBox .permaLinkWrap a {
        text-overflow: clip;
        overflow: visible;
        white-space: normal;
        display: inline; } }

/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------------- */
/* archive_tour */
/* ---------------------------- */
#tourCatList .postListWrap .postBox {
  display: block;
  margin-bottom: 10px;
  transition: ease-in .3s; }
  #tourCatList .postListWrap .postBox time {
    line-height: 1;
    font-size: 14px;
    width: 100px;
    align-self: center; }
  #tourCatList .postListWrap .postBox .permaLinkWrap {
    flex-basis: calc( 100% - 140px);
    width: calc( 100% - 140px); }
    #tourCatList .postListWrap .postBox .permaLinkWrap a {
      min-width: 0;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      display: block;
      cursor: pointer; }
  #tourCatList .postListWrap .postBox:hover i, #tourCatList .postListWrap .postBox:hover a, #tourCatList .postListWrap .postBox:focus i, #tourCatList .postListWrap .postBox:focus a {
    color: #F00;
    text-decoration: none; }
@media screen and (max-width: 767px) {
  #tourCatList .postListWrap .postBox {
    flex-wrap: wrap; }
    #tourCatList .postListWrap .postBox .permaLinkWrap {
      flex-basis: 100%;
      margin: 10px 0 0; }
      #tourCatList .postListWrap .postBox .permaLinkWrap a {
        text-overflow: clip;
        overflow: visible;
        white-space: normal;
        display: inline; } }

/* ---------------------------- */
/* ツアー詳細 */
/* ---------------------------- */
.tourSwiper {
  margin-bottom: 20px; }
  .tourSwiper .swiper-wrapper .swiper-slide .imgbox {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 60%; }
    .tourSwiper .swiper-wrapper .swiper-slide .imgbox img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: contain; }

.tourthumbnail {
  margin-bottom: 20px; }
  .tourthumbnail .swiper-wrapper .swiper-slide {
    cursor: pointer; }
    .tourthumbnail .swiper-wrapper .swiper-slide .imgbox {
      position: relative;
      width: 100%;
      overflow: hidden;
      padding-bottom: 60%; }
      .tourthumbnail .swiper-wrapper .swiper-slide .imgbox img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: contain; }

/* ---------------------------- */
/* ブログリスト */
/* ---------------------------- */
#blogArea .postListWrap,
#blogCatList .postListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #blogArea .postListWrap:after,
  #blogCatList .postListWrap:after {
    content: "";
    display: block;
    width: 31%; }
  #blogArea .postListWrap .postBox,
  #blogCatList .postListWrap .postBox {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 31%;
    max-width: 31%; }
  #blogArea .postListWrap .thumbnail,
  #blogCatList .postListWrap .thumbnail {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    overflow: hidden; }
    #blogArea .postListWrap .thumbnail a,
    #blogCatList .postListWrap .thumbnail a {
      width: 100%;
      overflow: hidden;
      display: block;
      cursor: pointer; }
  #blogArea .postListWrap time,
  #blogCatList .postListWrap time {
    margin-bottom: 10px;
    flex-basis: 100%;
    max-width: 100%;
    display: block; }
@media screen and (max-width: 767px) {
  #blogArea .postListWrap:after,
  #blogCatList .postListWrap:after {
    display: none; }
  #blogArea .postListWrap .postBox,
  #blogCatList .postListWrap .postBox {
    flex-basis: 100%;
    max-width: 100%; } }

/* ---------------------------- */
/* ページヘッダー */
/* ---------------------------- */
#cnts {
  margin-bottom: 120px; }
  #cnts .pageTitle {
    font-size: 28px; }
    #cnts .pageTitle + time {
      text-align: left;
      display: block;
      color: #000;
      margin: -20px 0 20px; }

@media screen and (max-width: 767px) {
  #cnts {
    margin-bottom: 90px; } }
/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
.gi-breadcrumbs {
  background: #EFF2FC;
  color: #51655F; }
  .gi-breadcrumbs__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.4em;
    list-style: none; }
  .gi-breadcrumbs__item:not(:last-child)::after {
    content: ">";
    padding: 0 6px;
    color: #51655F; }
  .gi-breadcrumbs__link {
    color: #51655F  !important;
    text-decoration: none !important; }
    .gi-breadcrumbs__link:hover {
      color: #51655F !important;
      text-decoration: underline !important; }
  @media screen and (min-width: 1025px) {
    .gi-breadcrumbs {
      max-width: 970px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .gi-breadcrumbs {
      max-width: 940px;
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 767px) {
    .gi-breadcrumbs {
      max-width: 750px; } }

/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
.postPage #postCnt {
  margin: 20px 0;
  min-height: 300px; }
.postPage h2 {
  font-size: 24px;
  position: relative;
  background: #333;
  padding: 13px;
  color: #fff;
  margin-bottom: 40px; }
  .postPage h2::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 36px;
    margin-left: -15px;
    border: 8px solid transparent;
    border-top: 13px solid #333; }
.postPage h2.subtll_h2_r {
  font-size: 26px;
  color: #FFFFFF;
  text-align: right;
  margin-bottom: 30px; }
  .postPage h2.subtll_h2_r span {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 18px;
    justify-content: flex-end; }
    .postPage h2.subtll_h2_r span::after {
      content: '';
      display: inline-block;
      margin-right: 20px;
      width: 70px;
      height: 1px;
      margin-left: 10px;
      background-color: #FFFFFF; }
.postPage h2.subtll_h2_l {
  font-size: 26px;
  color: #FFFFFF;
  margin-bottom: 30px; }
  .postPage h2.subtll_h2_l span {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 18px; }
    .postPage h2.subtll_h2_l span::after {
      content: '';
      display: inline-block;
      margin-right: 20px;
      width: 70px;
      height: 1px;
      margin-left: 10px;
      background-color: #FFFFFF; }
.postPage h3 {
  font-size: 20px;
  padding: 10px 0 10px;
  margin-bottom: 20px;
  font-weight: 500;
  border-bottom: 1px solid #51655F;
  color: #333333; }
.postPage h4 {
  font-size: 18px;
  padding: 10px 15px 10px;
  margin: 10px 0;
  font-weight: 500;
  background: #eeefee; }
.postPage h5 {
  font-size: 16px;
  padding: 5px 15px 5px;
  border-left: 4px solid #51655F;
  font-weight: 500;
  margin: 15px 0 15px; }
.postPage h6 {
  font-size: 14px;
  padding: 5px 0 5px;
  border-bottom: 1px solid #333333;
  font-weight: 500;
  margin: 15px 0 15px; }
@media screen and (max-width: 767px) {
  .postPage h2.subtll_h2_r {
    font-size: 24px; }
  .postPage h2.subtll_h2_l {
    font-size: 24px; }
  .postPage h2 {
    font-size: 22px; }
  .postPage h3 {
    font-size: 20px; }
  .postPage h4 {
    font-size: 18px; }
  .postPage h5 {
    font-size: 16px; }
  .postPage h6 {
    font-size: 14px; } }
.postPage h1, .postPage h2, .postPage h3, .postPage h4, .postPage h5, .postPage h6 {
  line-height: 1.2; }
.postPage .box:nth-of-type(n + 2) {
  margin-top: 60px; }
.postPage p {
  margin: 0 0 20px;
  text-align: justify;
  text-align: inter-ideograph;
  color: #222222;
  font-size: 16px; }
  .postPage p img {
    max-width: 100%;
    margin-bottom: 0; }
  .postPage p.tableAtt {
    margin: -20px 0 20px; }
.postPage .bold {
  font-weight: bold; }
.postPage .coming {
  text-align: center;
  margin: 50px 0;
  font-size: 16px; }
.postPage .small {
  font-size: 14px; }
.postPage .linkWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
  align-items: flex-start; }
.postPage .imgWrap + .imgWrap {
  margin-top: 20px; }
.postPage .textLeft {
  text-align: left; }
.postPage .textCenter {
  text-align: center; }
.postPage .textRight {
  text-align: right; }
.postPage code {
  font-family: "Shippori Mincho", serif; }
.postPage pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px;
  font-family: "Shippori Mincho", serif; }
.postPage a {
  position: relative; }
  .postPage a:hover, .postPage a:focus {
    text-decoration: none;
    color: #F00; }
  .postPage a.textBlank {
    position: relative;
    margin-right: 30px;
    display: inline-block; }
    .postPage a.textBlank:before {
      content: '\f08e';
      position: absolute;
      display: block;
      font: 14px/1 FontAwesome;
      right: -25px;
      top: 5px; }
  .postPage a.textArrow {
    text-decoration: none;
    color: #000; }
    .postPage a.textArrow:hover {
      color: #00F;
      text-decoration: underline; }
    .postPage a.textArrow:after {
      display: inline-block;
      content: '\f0a9';
      font: 16px/1 FontAwesome;
      margin-left: 10px;
      text-decoration: none; }
  .postPage a.textArrowR {
    text-decoration: none;
    color: #00F; }
    .postPage a.textArrowR:hover, .postPage a.textArrowR:focus {
      color: #000;
      text-decoration: underline; }
    .postPage a.textArrowR:after {
      display: inline-block;
      content: '\f0a9';
      font: 16px/1 FontAwesome;
      margin-left: 10px;
      text-decoration: none; }
.postPage table {
  margin: 0 0 60px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee; }
  .postPage table caption {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0; }
  .postPage table tr {
    border-bottom: #333 solid 1px; }
    .postPage table tr th, .postPage table tr td {
      padding: 25px 0 15px;
      width: auto;
      line-height: 1.4;
      font-size: 16px;
      font-weight: 400; }
    .postPage table tr th {
      vertical-align: top;
      min-width: 190px;
      text-align: left;
      width: auto; }
      .postPage table tr th.w200 {
        width: 200px; }
      .postPage table tr th.thLeft {
        text-align: left; }
    .postPage table tr td {
      border-left: none; }
    .postPage table tr .tw15p {
      width: 15%; }
    .postPage table tr .tw30p {
      width: 30%; }
    .postPage table tr .tw33p {
      width: 33.333%;
      min-width: inherit; }
    .postPage table tr .tw50p {
      width: 50%;
      min-width: inherit; }
    .postPage table tr .tw70p {
      width: 70%; }
    .postPage table tr .tw200 {
      width: 200px; }
    .postPage table tr .tw210 {
      width: 210px; }
  .postPage table.type2 tr {
    border-bottom: 1px solid #eee; }
    .postPage table.type2 tr:nth-child(odd) {
      background-color: inherit; }
    .postPage table.type2 tr th, .postPage table.type2 tr td {
      border-collapse: collapse; }
    .postPage table.type2 tr th {
      background: #eee;
      text-align: center;
      vertical-align: middle; }
      .postPage table.type2 tr th + th {
        border-left: 1px solid #999999; }
    .postPage table.type2 tr td + td {
      border-left: 1px solid #999999; }
    .postPage table.type2 tr td:nth-of-type(1) {
      border-left: none; }
.postPage .tableSc {
  overflow: inherit;
  white-space: normal;
  width: 100%; }
  .postPage .tableSc table {
    width: 100%; }
    .postPage .tableSc table tr {
      border-bottom: 1px solid #eee; }
      .postPage .tableSc table tr:nth-of-type(odd) {
        background: none; }
      .postPage .tableSc table tr th, .postPage .tableSc table tr td {
        display: table-cell;
        border-collapse: collapse;
        width: inherit; }
      .postPage .tableSc table tr th {
        background: #eee;
        text-align: center;
        vertical-align: middle;
        min-width: inherit; }
        .postPage .tableSc table tr th + th {
          border-left: 1px solid #333; }
      .postPage .tableSc table tr td + td {
        border-left: 1px solid #333; }
      .postPage .tableSc table tr td:nth-of-type(1) {
        border-left: none; }
.postPage blockquote {
  background: #ccc;
  width: 100%;
  border-radius: 8px;
  padding: 30px;
  margin: 0 0 60px;
  position: relative; }
  .postPage blockquote:before {
    content: '\f10d';
    position: absolute;
    display: block;
    font: 20px/1 FontAwesome;
    color: #000;
    left: 10px;
    top: 10px; }
  .postPage blockquote:after {
    content: '\f10e';
    position: absolute;
    display: block;
    font: 20px/1 FontAwesome;
    color: #000;
    right: 10px; }
  .postPage blockquote p {
    margin: 0 0 15px; }
    .postPage blockquote p:last-child {
      margin-bottom: 0; }
.postPage dl {
  margin: 0 0 30px; }
  .postPage dl dt {
    font-weight: bold; }
  .postPage dl dd {
    margin: 0;
    margin-bottom: 15px; }
.postPage ul {
  margin: 0 0 20px 5px;
  padding: 0; }
  .postPage ul li {
    list-style: none;
    position: relative;
    padding: 0; }
    .postPage ul li ul {
      padding: 0 0 10px;
      margin: 10px 0 0 1em; }
  .postPage ul.iconList li {
    padding: 0 0 0 1em; }
    .postPage ul.iconList li:before {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      content: '';
      width: 10px;
      height: 10px;
      background: #333;
      border-radius: 50%;
      margin-right: .5em; }
.postPage ol {
  margin: 0 0 20px;
  padding: 0 0 0 1em; }
  .postPage ol li {
    margin: 0;
    padding: 0; }
    .postPage ol li:last-child {
      margin: 0 0 10px; }
    .postPage ol li ol {
      margin: 10px 0;
      padding: 0 0 0 1em; }
.postPage address {
  font-style: normal; }
.postPage hr.red {
  border-bottom: 1px solid #C65871 !important;
  margin-bottom: 50px; }
.postPage .gmapWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }
  .postPage .gmapWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.postPage .youtubeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }
  .postPage .youtubeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
@media screen and (max-width: 767px) {
  .postPage table tr th, .postPage table tr td {
    display: block;
    width: 100%; }
    .postPage table tr th + td, .postPage table tr td + td {
      border-left: 0; }
  .postPage table tr th {
    min-width: 1px;
    color: #000;
    text-align: left; }
    .postPage table tr th.w200 {
      width: 100%; }
  .postPage table tr .tw15p {
    width: 100%; }
  .postPage table tr .tw30p {
    width: 100%; }
  .postPage table tr .tw33p {
    width: 100%; }
  .postPage table tr .tw50p {
    width: 100%; }
  .postPage table tr .tw70p {
    width: 100%; }
  .postPage table tr .tw200 {
    width: 100%; }
  .postPage table tr .tw210 {
    width: 100%; }
  .postPage table.type2 tr th, .postPage table.type2 tr td {
    display: table-cell;
    width: auto; }
  .postPage table.type2 tr th {
    min-width: 1px; }
  .postPage .tableSc {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; } }

/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* フォームナビ */
/* ---------------------------- */
ul.formFlow {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0; }
  ul.formFlow li {
    display: inline-flex;
    justify-content: center;
    flex: 1 0 33.333%;
    background: #efefef;
    color: #333333;
    list-style: none;
    padding: 0;
    margin: 0 !important;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    position: relative; }
    ul.formFlow li:before {
      display: none; }
    ul.formFlow li.visited {
      background: #999;
      color: #fff; }
    ul.formFlow li.active {
      background: #000;
      color: #fff;
      position: relative; }
      ul.formFlow li.active:after {
        position: absolute;
        content: '';
        right: -39px;
        top: 0;
        z-index: 1;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-left: 20px solid #000; }
    ul.formFlow li.second.active:before {
      display: block;
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      z-index: 3;
      width: 0;
      height: 0;
      border: 20px solid transparent;
      border-left: 20px solid #000000; }
    ul.formFlow li.third.active {
      background: #000 !important;
      color: #fff; }
      ul.formFlow li.third.active:after {
        display: none; }
      ul.formFlow li.third.active:before {
        background: none;
        display: inline;
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        z-index: 2;
        width: 0;
        height: 0;
        border-radius: 0;
        border: 20px solid transparent;
        border-left: 20px solid #000000; }

/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #formArea dl dt {
    flex-basis: 250px;
    text-align: left; }
  #formArea dl dd {
    flex-basis: calc(100% - 280px); }
    #formArea dl dd.yoyaku {
      display: flex; }
      #formArea dl dd.yoyaku input[type="text"] {
        width: 10%;
        margin-right: 10px; }
    #formArea dl dd.fb100 {
      flex-basis: 100%; }
#formArea .att {
  color: crimson;
  font-size: 12px; }
#formArea .error {
  margin: 0; }
#formArea .radio_wrap {
  margin-top: 10px; }
#formArea .vertical-item {
  display: block !important; }
#formArea input[type="text"],
#formArea input[type="email"],
#formArea input[type="number"],
#formArea textarea {
  padding: 8px .5em 8px 10px;
  margin: 0;
  background: #EEEEEE;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #EEEEEE; }
  #formArea input[type="text"]:focus,
  #formArea input[type="email"]:focus,
  #formArea input[type="number"]:focus,
  #formArea textarea:focus {
    background: #fff; }
  #formArea input[type="text"]:hover,
  #formArea input[type="email"]:hover,
  #formArea input[type="number"]:hover,
  #formArea textarea:hover {
    background: #fff; }
  #formArea input[type="text"] + input,
  #formArea input[type="email"] + input,
  #formArea input[type="number"] + input,
  #formArea textarea + input {
    margin-top: 10px; }
#formArea input[type="number"].short {
  width: 60px; }
#formArea input[type="text"],
#formArea input[type="email"] {
  width: 100%; }
  #formArea input[type="text"] .short,
  #formArea input[type="email"] .short {
    max-width: 150px; }
#formArea select {
  padding: 5px 10px;
  margin-bottom: 5px;
  display: block;
  border-color: #e7e7e7; }
  #formArea select option {
    word-wrap: normal; }
#formArea input[type="text"].short {
  width: 200px;
  text-align: left;
  margin-bottom: 0; }
#formArea input[type="text"].hasDatepicker {
  margin: 5px 0;
  background: #EEEEEE; }
  #formArea input[type="text"].hasDatepicker:hover, #formArea input[type="text"].hasDatepicker:focus {
    background: #fff; }
#formArea .mwform-checkbox-field {
  display: inline-block;
  width: auto;
  margin: 5px 5px;
  font-size: 14px; }
#formArea input[type="checkbox"] {
  border: 1px solid #aaaaaa;
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 26px;
  height: 26px;
  /*Other Browser*/
  background: #e2e2e2;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e2e2e2));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%); }
#formArea input[type="checkbox"]:checked {
  /*Other Browser*/
  background: #000;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(1, #000));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #000 0%, #000 100%);
  border: 1px solid #000; }
#formArea input[type="checkbox"]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  content: "";
  width: 10px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center; }
#formArea input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 16px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center; }
#formArea .mwform-zip-field input {
  width: inherit; }
#formArea .mwform-tel-field input {
  margin: 0 !important;
  width: auto; }
#formArea .mwform-radio-field {
  display: inline-block;
  margin: 0 15px 5px 0; }
  #formArea .mwform-radio-field input {
    margin: 0 15px 0 0; }
#formArea .mwform-radio-field-text {
  margin-left: 10px; }
#formArea input[type="file"] {
  margin-bottom: 10px; }
#formArea .inline_wrap select {
  display: inline-block; }
#formArea .btnArea {
  display: flex;
  justify-content: space-between; }
  #formArea .btnArea .submitArea {
    flex-basis: 100%;
    margin: 0 5px; }
    #formArea .btnArea .submitArea .submit {
      max-width: 290px;
      margin: 0 auto; }
      #formArea .btnArea .submitArea .submit:hover, #formArea .btnArea .submitArea .submit:focus {
        color: #fff;
        background: #51655F;
        transition: .3s;
        cursor: pointer;
        border-color: #51655F; }
  #formArea .btnArea .returnArea {
    flex-basis: 100%;
    display: none; }
    #formArea .btnArea .returnArea .return {
      width: 100%;
      margin: 0 auto;
      display: block;
      text-align: center;
      background: #51655F;
      color: #000;
      padding: .4em 0;
      transition: .3s;
      font-size: 14px;
      margin: 0 5px; }
      #formArea .btnArea .returnArea .return:hover, #formArea .btnArea .returnArea .return:focus {
        color: #fff;
        background: #000;
        transition: .3s; }
#formArea .mw_wp_form_confirm .btnArea .formArea Area .submit {
  margin: 0 auto 0 0; }
#formArea .mw_wp_form_confirm .btnArea .returnArea {
  display: inline-flex; }
  #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
    margin: 0 0 0 auto; }
@media screen and (max-width: 767px) {
  #formArea dl {
    display: flex;
    flex-wrap: wrap; }
    #formArea dl dt {
      flex-basis: 100%;
      padding: 5px 0 0 0;
      margin: 0 0 15px;
      text-align: left; }
    #formArea dl dd {
      flex-basis: 100%;
      margin-bottom: 15px;
      align-self: center; }
  #formArea select {
    margin-bottom: 5px; }
  #formArea .mwform-checkbox-field {
    display: block;
    width: 100%; }
  #formArea .mwform-radio-field {
    display: block;
    margin: 5px 0 10px; }
    #formArea .mwform-radio-field .mwform-radio-field-text {
      margin-right: 15px; }
    #formArea .mwform-radio-field input {
      margin: 0; }
  #formArea .btnArea {
    flex-wrap: wrap; }
    #formArea .btnArea .submitArea {
      flex-basis: 100%;
      margin: 0 0 25px; }
  #formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
    margin: 0 auto; }
  #formArea .mw_wp_form_confirm .btnArea .returnArea {
    display: block;
    margin-bottom: 10px; }
    #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
      margin: 0 auto; } }

/*----------------------------------*/
/*アイキャッチ画像*/
/*----------------------------------*/
#mainCnt {
  margin-top: 80px; }
  #mainCnt .page_mv {
    width: 100%;
    max-width: 100vw;
    height: 400px;
    position: relative;
    z-index: 1; }
    #mainCnt .page_mv::before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(81, 101, 95, 0.4);
      width: 100%;
      content: "";
      height: 400px;
      z-index: 0; }
    #mainCnt .page_mv .page_mv_img {
      width: 100%;
      height: 400px; }
    #mainCnt .page_mv .container .h2_box {
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 100vw;
      height: 400px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      #mainCnt .page_mv .container .h2_box .pageTitle {
        font-size: 30px;
        text-align: center;
        color: #fff;
        margin: 0;
        background: none; }
        #mainCnt .page_mv .container .h2_box .pageTitle::before {
          display: none; }
        #mainCnt .page_mv .container .h2_box .pageTitle .en {
          font-size: 16px;
          line-height: 0.5;
          text-transform: uppercase;
          color: #fff; }
        #mainCnt .page_mv .container .h2_box .pageTitle:befonre {
          display: none; }
      #mainCnt .page_mv .container .h2_box .pageTitle {
        color: #eee; }
        #mainCnt .page_mv .container .h2_box .pageTitle .jp {
          font-size: 30px;
          display: block; }
          #mainCnt .page_mv .container .h2_box .pageTitle .jp:first-letter {
            color: #FFFFFF !important; }

/*----------------------------------*/
/*カテゴリー　news一覧*/
/*----------------------------------*/
.news4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative; }
  .news4Wrap:after {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block; }
  .news4Wrap:before {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block;
    order: 1; }
  .news4Wrap .news_col {
    flex-basis: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    max-width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }
    .news4Wrap .news_col:nth-of-type(n + 5) {
      margin-top: 20px; }
    .news4Wrap .news_col .news_link {
      text-decoration: none; }
      .news4Wrap .news_col .news_link:hover {
        opacity: 0.7; }
      .news4Wrap .news_col .news_link .imge_box {
        width: 100%;
        padding-bottom: 57%;
        position: relative;
        overflow: hidden;
        transition: all ease .3s;
        margin-bottom: 10px;
        height: 0; }
        .news4Wrap .news_col .news_link .imge_box .img_box img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: all ease .3s; }
      .news4Wrap .news_col .news_link .txt_box .category_tll {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        margin: 15px 0 20px;
        padding: 5px 10px;
        background: #e64346;
        color: #FFFFFF; }
      .news4Wrap .news_col .news_link .txt_box .txt_tll {
        color: #000000;
        margin-top: 10px; }

/*------------------404*/
#page404 {
  margin-top: 100px; }

/*----------------------------------------*/
/*login*/
/*----------------------------------------*/
#login h1 a {
  background-size: 200px !important; }

/*----------------------------------------*/
/*about*/
/*----------------------------------------*/
.yanlov2Wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .yanlov2Wrap .columnBox {
    max-width: 48%;
    flex-basis: 48%; }
  .yanlov2Wrap .about2Wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 40px; }
    .yanlov2Wrap .about2Wrap .aboutBox p:last-of-type {
      margin-bottom: 25px; }
    .yanlov2Wrap .about2Wrap .aboutBox:nth-of-type(n + 3) {
      margin-top: 20px; }

@media screen and (max-width: 767px) {
  .yanlov2Wrap {
    flex-direction: column; }
    .yanlov2Wrap .columnBox {
      max-width: 100%;
      flex-basis: 100%; } }
/* for IE */
