@charset "UTF-8";
/*
Theme Name: かわまん商店
Description: かわまん商店のテーマテンプレート
Version: 1.0
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

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

html {
  font-size: 62.5%;
}

html:focus {
  outline: none;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

main {
  display: block;
  overflow: hidden;
}

.fontSerif {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.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: 1170px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 970px;
    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: #23B3EF;
  text-decoration: underline;
  transition: all ease .3s;
}

a:hover, a:focus {
  color: #07418B;
  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 {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 30px 0 30px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  transition: .3s ease-in;
  user-select: none;
  position: relative;
  border: 1px solid #23B3EF;
  color: #fff;
  background: #23B3EF;
  border-radius: 10px;
  max-width: 290px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.btn:hover, .btn:focus {
  text-decoration: none;
  color: #23B3EF !important;
  background: #fff;
  border-color: #23B3EF !important;
}

.btn.arrow:after {
  position: absolute;
  align-items: center;
  border: none;
  content: "\f105";
  font-family: FontAwesome;
  transform: none;
  color: #fff;
  right: 15px;
  font-size: 20px;
  border-radius: 0;
  top: 50%;
  margin-top: -15px;
  transition: .3s ease-in;
}

.btn.arrow:hover:after, .btn.arrow:focus:after {
  color: #23B3EF;
}

.btn.arrowReverse:after {
  position: absolute;
  align-items: center;
  border: none;
  content: "\f105";
  font-family: FontAwesome;
  transform: none;
  color: #000;
  right: 15px;
  font-size: 20px;
  border-radius: 0;
  top: 50%;
  margin-top: -15px;
  transition: .3s ease-in;
}

.btn.arrowReverse:hover:after, .btn.arrowReverse:focus:after {
  color: #fff;
}

.btn.reverse {
  text-decoration: none;
  color: #000;
  background: #fff;
  border-color: #000;
}

.btn.reverse:hover, .btn.reverse:focus {
  background: #000;
  color: #fff;
}

.btn.btnLeft {
  margin: 0;
}

.btn.btnRight {
  margin: 0 auto 0 0;
}

.btn.btnCenter {
  margin-left: auto;
  margin-right: auto;
}

.btn.btnFull {
  max-width: none;
}

.btn.type2 {
  color: #23B3EF !important;
  background: #fff !important;
}

.btn.type2:after {
  color: #23B3EF !important;
}

.btn.type2:hover {
  color: #fff !important;
  background: #23B3EF !important;
}

.btn.type2:hover:after {
  color: #fff !important;
}

.btn.type3 {
  color: #fff !important;
  background: #23B3EF url("images/common/external_link3.svg") no-repeat !important;
  background-position: top 18px right 14px !important;
  background-size: 11px;
}

.btn.type3:hover {
  color: #23B3EF !important;
  background: #fff url("images/common/external_link.svg") no-repeat !important;
  background-position: top 18px right 14px !important;
  background-size: 11px;
}

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.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: 0;
}

.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%;
  }

  .column2Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 0;
  }

  .column2Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  .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: 80px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
  background: #fff;
}

#header #headerCnt {
  width: 100%;
  position: relative;
}

#header #headerCnt #logoArea {
  position: absolute;
  top: 0;
  left: 0;
  flex-basis: 300px;
  width: 300px;
  align-self: center;
  padding-top: 13px;
  padding-left: 15px;
}

#header #headerCnt #logoArea a {
  display: block;
  width: 100%;
}

#header #headerCnt #logoArea a h1 {
  margin: 0 0;
}

#header #headerCnt #logoArea a img {
  max-width: 300px;
  height: auto;
}

@media screen and (max-width: 767px) {
  #header #headerCnt #logoArea a img {
    max-width: 300px;
    height: auto;
    width: 94%;
  }
}

@media screen and (max-width: 420px) {
  #header #headerCnt #logoArea {
    flex-basis: calc(100% - 62px);
    width: calc(100% - 62px);
  }
}

#header #headerCnt #headerContact {
  /* width: 700px; */
  width: 870px;
  position: absolute;
  top: 0;
  right: 0;
}

#header #headerCnt #headerContact .contact_area {
  width: 80px;
  height: 80px;
  background: #07418B;
  float: left;
}

#header #headerCnt #headerContact .contact_area a {
  display: block;
  width: 80px;
  height: 80px;
  background: #07418B url("images/common/Icon_mail.svg") no-repeat;
  background-position: top 23px center;
  background-size: 27px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding-top: 50px;
}

#header #headerCnt #headerContact .contact_area a:hover {
  opacity: 0.6;
}

#header #headerCnt #headerContact .tel_area {
  width: 200px;
  height: 80px;
  float: left;
}

#header #headerCnt #headerContact .tel_area a {
  display: block;
  width: 200px;
  height: 80px;
  padding-top: 24px;
}

#header #headerCnt #headerContact .menu_area {
  width: 420px;
  height: 79px;
  background: #fff;
  float: left;
}

@media screen and (max-width: 1100px) {
  #header #headerCnt #headerContact {
    display: none;
  }
}

#header_top {
  width: 100%;
  padding-bottom: 80px;
}

#drawerNaviWrap {
  display: none;
}

@media screen and (max-width: 1100px) {
  #drawerNaviWrap {
    display: block;
  }
}

/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* 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;
}

#drawerNaviWrap .drawerNaviBtnWrap {
  width: 80px;
  height: 80px;
  position: relative;
  cursor: pointer;
}

#drawerNaviWrap .drawerNaviBtn {
  display: block;
  position: absolute;
  top: 19px;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  height: 13px;
  transition: all .5s;
  z-index: 3;
}

#drawerNaviWrap .drawerNaviBtn:after {
  content: "MENU";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 400;
  color: #07418B;
  font-family: 'Noto Sans JP', sans-serif;
}

#drawerNaviWrap .drawerNaviBtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #07418B;
  border-radius: 2px;
  transition: all .5s;
}

#drawerNaviWrap .drawerNaviBtn span:nth-child(1) {
  top: 4px;
}

#drawerNaviWrap .drawerNaviBtn span:nth-child(2) {
  top: 13px;
}

#drawerNaviWrap .drawerNaviBtn span:nth-child(3) {
  bottom: -11px;
}

#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: #fff;
  font-size: 14px;
  padding: 10px 15px;
  transition-duration: 0.2s;
}

#drawerNaviWrap .drawer-nav ul li a:hover {
  color: #fff;
  background: #23B3EF;
}

#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: 28px;
  line-height: 1;
  color: #000;
  border: 1px solid #eee;
  background-color: #eee;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
}

#drawerNaviWrap.open .drawerNavClose span {
  position: relative;
  top: -8px;
}

#drawerNaviWrap.open .drawerNavClose:after {
  content: "閉じる";
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  position: absolute;
  width: 30px;
  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: #07418B;
}

#drawerNaviWrap.open #overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  z-index: 2;
}

/* ----------------------------------- */
/* PCメニュー */
/* ----------------------------------- */
#mainNaviArea {
  display: block;
  margin: 0;
  padding: 0;
}

#mainNaviArea #mainNavi {
  padding: 0;
}

#mainNaviArea #mainNavi ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#mainNaviArea #mainNavi ul>li {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  flex: 1 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mainNaviArea #mainNavi ul>li a {
  justify-content: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #07418B;
  margin: 0;
  padding: 0;
  text-decoration: none;
  line-height: 1.2;
}

#mainNaviArea #mainNavi ul>li a:hover {
  opacity: 0.6;
}

#mainNaviArea #mainNavi ul>li a:hover, #mainNaviArea #mainNavi ul>li a:focus, #mainNaviArea #mainNavi ul>li a:active {
  cursor: pointer;
}

#mainNaviArea #mainNavi ul>li a span {
  flex-basis: 100%;
  font-size: 12px;
}

#mainNaviArea #mainNavi ul>li.current>a {
  opacity: 0.6 !important;
}

#mainNaviArea #mainNavi ul>li.children {
  background: url("images/common/arrow.svg") no-repeat;
  background-position: top 38px right 3px;
  background-size: 12px;
  padding-right: 10px;
}

#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: #fff;
  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 #fff;
  transition: .3s ease-in-out;
  background: #07418B;
  color: #fff;
}

#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: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: #fff;
  background: #23B3EF;
}

#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: 70px;
  top: 0;
  transition: ease-in .1s;
  box-shadow: 1px 1px 15px #eee;
  background: #000;
}

#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 {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  clear: both;
  position: relative;
  background: #07418B;
}

#footer #footerCnt {
  flex-basis: 290px;
  max-width: 290px;
  justify-content: center;
  margin: 0;
}

#footer .footerLogo p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #footer .footerLogo {
    padding-right: 36px;
  }
}

#footer #copyright {
  flex-basis: 100%;
  width: 100%;
  text-align: left;
  padding: 25px 0;
}

#footer #copyright p {
  color: #fff;
  font-size: 12px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  #footer #copyright {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    padding: 25px 0;
  }
}

@media screen and (min-width: 1025px) {
  #footer {
    padding: 60px 0 0;
  }

  #footer #footerCntWrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  #footer #footerNaviWrap {
    flex-basis: calc(100% - 360px);
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 200px;
  }

  #footer #footerNaviWrap p {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
  }

  #footer #footerNaviWrap .naviBox {
    flex-basis: 32%;
    max-width: 32%;
    margin: 0 0 30px;
  }

  #footer #footerNaviWrap .naviBox ul {
    margin: 0;
    padding: 0;
  }

  #footer #footerNaviWrap .naviBox ul li {
    display: block;
    color: #543F33;
    width: 100%;
  }

  #footer #footerNaviWrap .naviBox ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
  }

  #footer #footerNaviWrap .naviBox ul li a:hover {
    opacity: 0.6;
  }

  #footer #footerNaviWrap .naviBox ul li ul.sub-menu {
    padding-left: 10px;
  }

  #footer #footerNaviWrap .naviBox ul li ul.sub-menu li a::before {
    content: "-";
    padding-right: 10px;
  }
}

@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 #footerNaviWrap {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* サイドバー  */
/* ---------------------------------------------------------------- */
#sidebar .widget-area {
  display: none;
}

#sidebar .widget img {
  max-width: 100%;
}

/* ---------------------------------------------------------------- */
/* ページナビ */
/* ---------------------------------------------------------------- */
.wp-pagenavi {
  position: relative;
  text-align: center;
  padding: 0 0;
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #07418B;
  width: 32px;
  height: 32px;
  padding: 0 0 0 0;
  text-decoration: none;
  background: #fff;
  border: 1px solid #07418B;
  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: #07418B;
  border: 1px solid #07418B;
}

.wp-pagenavi span.current {
  color: #fff;
  background: #07418B;
  font-weight: 400;
  border: 1px solid #07418B;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  font-size: 20px;
  color: #07418B;
  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: relative;
  width: 100%;
}

#pagetopArea .container {
  position: relative;
}

#pagetopArea .inner {
  position: absolute;
  top: 20px;
  right: 0;
  width: 27px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  #pagetopArea .inner {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 27px;
    z-index: 3;
  }
}

/* ---------------------------------------------------------------- */
/* CTA固定ボタン */
/* ---------------------------------------------------------------- */
#fixedBtnSpArea {
  width: 100%;
  opacity: 0;
  z-index: 10;
  position: fixed;
  bottom: -60px;
  transition: .6s;
  background-color: #07418B;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#fixedBtnSpArea.fixedsp {
  opacity: 1;
  transition: .6s;
  bottom: 0;
}

#fixedBtnSpArea #fixedBtnSp {
  display: none !important;
}

#fixedBtnSpArea #fixedBtnSp ul {
  margin: 0 0 0 0;
  padding: 0;
  height: 60px;
  width: 100%;
  overflow: hidden;
  display: flex;
}

#fixedBtnSpArea #fixedBtnSp ul li {
  list-style: none;
  flex-basis: 100%;
  position: relative;
  /*
        @media screen and (max-width: 767px) {
        	&.bg1{
        		
        		a{
        			background: url("images/common/Icon_company.svg") no-repeat;
        			background-position: top 10px center;
        			background-size:20px;
        			font-size: 8px;
        			padding-top: 39px;
        		}
        	}
        }
        */
}

#fixedBtnSpArea #fixedBtnSp ul li:after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #fff;
  top: 19px;
  left: 0px;
  z-index: 3;
}

#fixedBtnSpArea #fixedBtnSp ul li a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  color: #fff;
  justify-content: center;
  align-items: stretch;
  margin: 0;
  padding: 35px 10px 0;
  font-size: 10px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: center 10px;
}

#fixedBtnSpArea #fixedBtnSp ul li a:hover, #fixedBtnSpArea #fixedBtnSp ul li a:focus {
  background-color: #000;
  color: #fff;
}

#fixedBtnSpArea #fixedBtnSp ul li.bg1:after {
  content: none;
}

#fixedBtnSpArea #fixedBtnSp ul li.bg1 a {
  background: url("images/common/Icon_company.svg") no-repeat;
  background-position: top 10px center;
  background-size: 20px;
}

#fixedBtnSpArea #fixedBtnSp ul li.bg2 a {
  background: url("images/common/Icon_ec.svg") no-repeat;
  background-position: top 10px center;
  background-size: 20px;
}

#fixedBtnSpArea #fixedBtnSp ul li.bg3 a {
  background: url("images/common/Icon feather-mail.svg") no-repeat;
  background-position: top 10px center;
  background-size: 20px;
}

#fixedBtnSpArea #fixedBtnSp ul li.bg4 a {
  background: url("images/common/cta_tel.png") no-repeat;
  background-position: top 10px center;
  background-size: 20px;
}

@media screen and (max-width: 767px) {
  #fixedBtnSpArea #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;
  }

  #sliderArea #sliderSp {
    display: block;
  }
}

/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
#indexPage p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 35px;
}

#indexPage #newsArea {
  margin: 50px 0;
}

#indexPage #newsArea h2 {
  margin: 0 0 40px;
  padding-bottom: 4px;
  text-align: center;
  color: #000;
  font-weight: 400;
  font-size: 28px;
}

#indexPage #newsArea h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin: 0 0 30px;
  padding: 0;
  background-size: 22px auto;
}

#indexPage #newsArea h3 a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #00F;
}

#indexPage #newsArea h3 a:hover, #indexPage #newsArea h3 a:focus {
  color: #F00;
}

#indexPage #blogArea {
  margin: 50px 0;
}

#indexPage #blogArea h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin: 0 0 30px;
  padding: 0;
  background-size: 22px auto;
}

#indexPage #blogArea h3 a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #00F;
}

#indexPage #blogArea h3 a:hover, #indexPage #blogArea h3 a:focus {
  color: #F00;
}

/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------------- */
/* ニュースリストベース */
/* ---------------------------- */
.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);
}

.postListWrap .postBox .permaLinkWrap a {
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.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;
  }
}

/* ---------------------------- */
/* ブログリスト */
/* ---------------------------- */
#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;
}

#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-top: 50px;
  margin-bottom: 50px;
}

#cnts .pageTitle {
  font-size: 28px;
}

#cnts .pageTitle+time {
  text-align: left;
  display: block;
  color: #000;
  margin: -20px 0 20px;
}

/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
.gi-breadcrumbs {
  list-style: none !important;
}

.gi-breadcrumbs ol {
  list-style: none !important;
}

.gi-breadcrumbs ol li {
  list-style: none !important;
}

.gi-breadcrumbs__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.4em;
  list-style: none !important;
}

.gi-breadcrumbs__item:not(:last-child)::after {
  content: ">";
  padding: 0 6px;
}

.gi-breadcrumbs__link {
  color: #575757 !important;
  text-decoration: none !important;
}

.gi-breadcrumbs__link:hover {
  color: #000 !important;
  text-decoration: underline !important;
}

@media screen and (min-width: 1025px) {
  .gi-breadcrumbs {
    max-width: 1170px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gi-breadcrumbs {
    max-width: 970px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .gi-breadcrumbs {
    max-width: 750px;
  }
}

/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
.postPage {
  padding-bottom: 100px;
}

.postPage #postCnt {
  margin: 20px 0;
  min-height: 100px;
}

.postPage h2 {
  font-size: 28px;
  font-weight: 700;
  color: #07418B;
}

@media screen and (max-width: 767px) {
  .postPage h2 {
    font-size: 26px;
  }
}

.postPage h3 {
  font-size: 26px;
  font-weight: 700;
  color: #23B3EF;
  border-bottom: 2px dashed #FED833;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .postPage h3 {
    font-size: 24px;
  }
}

.postPage h4 {
  font-size: 22px;
  font-weight: 700;
  color: #231815;
  padding: 0px 0 3px 10px;
  border-left: 3px solid #07418B;
}

@media screen and (max-width: 767px) {
  .postPage h4 {
    font-size: 20px;
  }
}

.postPage h5 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 10px;
  background: #23B3EF;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .postPage h5 {
    font-size: 16px;
  }
}

.postPage h6 {
  font-size: 16px;
  font-weight: 700;
  color: #23B3EF;
}

@media screen and (max-width: 767px) {
  .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;
}

.postPage p img {
  max-width: 100%;
  margin-bottom: 0;
}

.postPage p.tableAtt {
  margin: -20px 0 20px;
}

.postPage p span.marker {
  background: linear-gradient(transparent 60%, #FED833 60%);
}

.postPage .gray_box {
  padding: 12px 10px;
  background: #EDEDED;
  margin-bottom: 25px;
}

.postPage .gray_box p {
  margin-bottom: 0;
}

.postPage .lightblue_box {
  padding: 12px 10px;
  background: #DBF5FE;
  margin-bottom: 25px;
}

.postPage .lightblue_box p {
  margin-bottom: 0;
}

.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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.postPage pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.postPage a {
  position: relative;
}

.postPage a:hover, .postPage a:focus {
  text-decoration: none;
  color: #07418B;
}

.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 50px;
  width: 100%;
  border-collapse: collapse;
}

.postPage table caption {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}

.postPage table tr th, .postPage table tr td {
  padding: 20px;
  width: auto;
  line-height: 1.4;
}

.postPage table tr th {
  font-weight: bold;
  vertical-align: middle;
  min-width: 190px;
  text-align: right;
  width: auto;
  font-size: 16px;
  text-align: center;
  color: #07418B;
  border-bottom: 2px solid #07418B;
}

.postPage table tr th.w200 {
  width: 200px;
}

.postPage table tr th.thLeft {
  text-align: left;
}

.postPage table tr td {
  border-left: none;
  border-bottom: 1px solid #EDEDED;
}

.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 th {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #07418B;
  border: 1px solid #07418B !important;
}

.postPage table.type2 tr td {
  border: 1px solid #07418B;
}

.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 50px 15px;
  padding: 0;
}

.postPage ul li {
  list-style: disc;
  position: relative;
  padding: 0;
  margin: 0 0 10px;
}

.postPage ul li::marker {
  color: #23B3EF;
}

.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 50px;
  padding: 0 0 0 27px;
}

.postPage ol li {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: decimal-leading-zero;
}

.postPage ol li::marker {
  color: #07418B;
}

.postPage ol li:last-child {
  margin: 0 0 10px;
}

.postPage ol li ol {
  margin: 10px 0;
  padding: 0 0 0 1em;
}

.postPage ol li ul li {
  list-style: disc;
}

.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;
    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: #DBF5FE;
  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: #23B3EF;
  color: #fff;
  position: relative;
}

ul.formFlow li.active:after {
  position: absolute;
  content: '';
  right: -40px;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #23B3EF;
}

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 #DBF5FE;
}

ul.formFlow li.third.active {
  background: #23B3EF !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 #DBF5FE;
}

/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#formArea dl dt {
  flex-basis: 250px;
  text-align: right;
}

#formArea dl dd {
  flex-basis: calc(100% - 280px);
}

#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: .4em 0 .3em .5em;
  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 0px 0 0;
}

#formArea .mwform-radio-field-text {
  margin-left: 0px;
}

#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%;
}

#formArea .btnArea .submitArea .submit {
  max-width: 290px;
  margin: 0 auto;
}

#formArea .btnArea .returnArea {
  flex-basis: 100%;
  display: none;
}

#formArea .btnArea .returnArea .return {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  padding: .4em 0;
  transition: .3s;
  font-size: 14px;
}

#formArea .btnArea .returnArea .return:hover, #formArea .btnArea .returnArea .return:focus {
  color: #fff;
  background: #000;
  transition: .3s;
}

#formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
  margin: 0 auto 0 10px;
}

#formArea .mw_wp_form_confirm .btnArea .returnArea {
  display: inline-flex;
}

#formArea .mw_wp_form_confirm .btnArea .returnArea .return {
  margin: 0 10px 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 10px;
  }

  #formArea .mw_wp_form_confirm .btnArea .returnArea {
    display: block;
  }

  #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
    margin: 0 auto 10px;
  }
}

/* for IE */
.mv_area {
  width: 100%;
  height: 720px;
  background: url("images/common/mv.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.mv_f_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 235px;
  z-index: 5;
}

.mv_f_btn a img {
  transition: .3s ease-in;
}

@media screen and (max-width: 767px) {
  .mv_f_box {
    position: relative;
  }

  .mv_f_btn {
    position: absolute;
    bottom: -30px;
    right: 50%;
    width: 235px;
    margin-right: -117.5px;
    z-index: 5;
  }

  .mv_f_btn a img {
    transition: .3s ease-in;
  }
}

.s_f_btn {
  position: fixed;
  top: 230px;
  right: 0;
  width: 44px;
  z-index: 5;
}

.s_f_btn a img {
  transition: .3s ease-in;
}

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

#mvArea {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 716px;
}

#mvArea .mv_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#mvArea .container .mv_img_box {
  position: relative;
  width: 100%;
  animation-duration: 5s;
}

#mvArea .container .mv_img_box .mv_img {
  position: absolute;
  bottom: 65px;
  left: -38px;
  z-index: 7;
}

@media screen and (max-width: 767px) {
  #mvArea {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 450px;
    height: 450px;
  }

  #mvArea #sliderArea {
    position: absolute;
    top: 0;
    left: 50%;
    width: 904px !important;
    margin-left: -452px;
  }

  #mvArea .container .mv_img_box {
    position: relative;
    width: 100%;
  }

  #mvArea .container .mv_img_box .mv_img {
    position: inherit;
    bottom: 0;
    left: 0;
    z-index: 7;
    display: block;
    margin: 0 auto 111px;
  }
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

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

  .sp {
    display: block !important;
  }
}

.top_bg {
  background: url("images/common/bg.png") no-repeat;
  background-position: top 117px center;
  background-size: auto;
  padding-top: 74px;
}

@media screen and (max-width: 767px) {
  padding-top: 0px;
}

#ccArea .kawaman_img {
  display: none;
}

@media screen and (max-width: 767px) {
  #ccArea .kawaman_img {
    display: block;
    margin: 0 auto 30px;
  }

  #ccArea .kawaman_img_pc {
    display: none;
  }

  #ccArea .column2Wrap {
    margin-bottom: 10px;
  }
}

#ccArea .img_a_box {
  padding: 80px 0 0 43px;
}

@media screen and (max-width: 767px) {
  #ccArea .img_a_box {
    padding: 0px 0 0 0px;
  }

  #ccArea .img_a_box img {
    width: 100%;
    max-width: 243px;
  }
}

#ccArea .text_box {
  position: relative;
}

#ccArea .text_box img {
  position: absolute;
  top: -142px;
  left: -66px;
}

#ccArea .text_box p {
  padding-left: 240px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #ccArea .text_box {
    position: relative;
  }

  #ccArea .text_box img {
    position: absolute;
    top: -142px;
    left: -66px;
    display: none;
  }

  #ccArea .text_box p {
    padding-left: 0;
    padding-bottom: 30px;
  }
}

#ccArea .btn_area {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: block;
}

#ccArea .btn_area p {
  font-size: 20px;
  color: #231815;
  text-align: center !important;
  font-weight: bold;
}

#ccArea .btn_area p span {
  background: linear-gradient(transparent 60%, #FED833 60%);
}

#ccArea .btn_area .column2Wrap .columnBox {
  margin-top: 0;
  margin-bottom: 0;
}

#ccArea .btn_area .column2Wrap .columnBox a {
  margin-top: 10px;
  margin-bottom: 10px;
}

.e_title {
  margin-bottom: 0 !important;
  font-weight: bold;
  font-size: 14px;
  color: #07418B;
  padding-left: 80px;
  position: relative;
}

.e_title::after {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 70px;
  height: 2px;
  background: #75DBFA;
}

.j_title {
  color: #07418B;
  font-size: 26px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .j_title {
    font-size: 24px;
  }
}

.e_title2 {
  margin-bottom: 0 !important;
  font-weight: bold;
  font-size: 14px;
  color: #07418B;
  padding-left: 80px;
  position: relative;
  display: table;
  margin: 0 auto;
}

.e_title2::after {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 70px;
  height: 2px;
  background: #75DBFA;
}

.j_title2 {
  color: #07418B;
  font-size: 40px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .j_title2 {
    font-size: 38px;
  }
}

.topics_card .img_box {
  width: 100%;
  padding-bottom: 73%;
  background: #eee;
  position: relative;
  overflow: hidden;
  transition: all ease .3s;
  margin-bottom: 10px;
}

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

.topics_card time {
  font-size: 12px;
  color: #23B3EF;
}

.topics_card .permaLinkWrap a {
  color: #07418B;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .topics_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .topics_card .left_box {
    width: 150px;
  }

  .topics_card .right_box {
    width: calc(100% - 172px);
  }
}

.product_card .img_box {
  width: 100%;
  padding-bottom: 100%;
  background: #eee;
  position: relative;
  overflow: hidden;
  transition: all ease .3s;
  margin-bottom: 10px;
}

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

.product_card time {
  font-size: 12px;
  color: #23B3EF;
}

.product_card .permaLinkWrap a {
  color: #000;
  text-decoration: none;
}

.contactArea {
  padding: 60px 15px 60px;
  background: url("images/common/bg_h.png");
  background-position: center;
}

.contactArea .inner {
  width: 100%;
  max-width: 488px;
  display: block;
  margin: 0 auto;
  background: #fff;
  padding: 40px 15px;
  text-align: center !important;
}

.contactArea .inner p {
  font-size: 24px;
  font-weight: bold;
  color: #07418B;
}

.contactArea .inner .btn {
  background: #07418B !important;
  border-color: #07418B !important;
}

.contactArea .inner .btn:hover {
  background: #fff !important;
  color: #07418B !important;
}

.contactArea .inner .btn:hover::after {
  color: #07418B !important;
}

.link_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.link_area .link_box {
  width: 33.33%;
}

.link_area .link_box.bg1 a {
  background: url("images/common/nagare1.jpg") no-repeat;
  background-position: center;
  background-size: 100%;
}

.link_area .link_box.bg1 a:hover {
  background: url("images/common/nagare1.jpg") no-repeat;
  background-position: center;
  background-size: 120%;
}

.link_area .link_box.bg2 a {
  background: url("images/common/nagare3.jpg") no-repeat;
  background-position: center;
  background-size: 100%;
}

.link_area .link_box.bg2 a:hover {
  background: url("images/common/nagare3.jpg") no-repeat;
  background-position: center;
  background-size: 120%;
}

.link_area .link_box.bg3 a {
  background: url("images/common/nagare4_.jpg") no-repeat;
  background-position: center;
  background-size: 100%;
}

.link_area .link_box.bg3 a:hover {
  background: url("images/common/nagare4_.jpg") no-repeat;
  background-position: center;
  background-size: 120%;
}

.link_area .link_box a {
  display: block;
  width: 100%;
  padding-bottom: 50%;
  background: #000;
  position: relative;
  text-decoration: none;
}

.link_area .link_box a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #07418B;
  opacity: .47;
  z-index: 3;
}

.link_area .link_box a p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-top: 20%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  .link_area .link_box {
    width: 100%;
  }
}

#saltPorkArea {
  background: #FDFAF0 url("images/common/bg_flower.png") no-repeat;
  background-size: auto;
  background-position: top center;
  padding-bottom: 145px;
}

#saltPorkArea .img_box01 {
  padding-top: 150px;
}

@media screen and (max-width: 767px) {
  #saltPorkArea .img_box01 {
    padding-top: 0;
    margin-bottom: -40px;
  }
}

#saltPorkArea .img_box02 {
  position: relative;
}

#saltPorkArea .img_box02 img {
  position: absolute;
  top: -698px;
  right: -74px;
  width: 604px;
  z-index: 3;
}

@media screen and (max-width: 1000px) {
  #saltPorkArea .img_box02 {
    position: relative;
  }

  #saltPorkArea .img_box02 img {
    position: absolute;
    top: -498px;
    right: -20px;
    width: 404px;
    z-index: 3;
  }
}

@media screen and (max-width: 767px) {
  #saltPorkArea .img_box02 {
    position: relative;
  }

  #saltPorkArea .img_box02 img {
    position: inherit;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 404px;
    z-index: 3;
    display: block;
    margin: 0 auto;
  }
}

#saltPorkArea .text_box {
  width: 410px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #saltPorkArea .text_box {
    width: 100%;
    padding-bottom: 100px;
  }
}

#saltPorkArea .item_s_box_w {
  width: 100%;
  position: relative;
}

#saltPorkArea .item_s_box_w .item_s_box {
  position: absolute;
  top: -335px;
  right: 0;
  width: 245px;
  height: 237px;
  background: url("images/common/item_bg3.png") no-repeat;
  background-size: 100%;
  background-position: center;
}

#saltPorkArea .item_s_box_w .item_s_box img {
  display: block;
  margin: 0 auto;
}

#saltPorkArea .item_s_box_w .item_s_box .item_text {
  width: 100%;
  background: url("images/common/item_text_bg.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 8px 46px;
  margin-top: -50px;
  position: relative;
  z-index: 4;
}

#saltPorkArea .item_s_box_w .item_s_box .item_text p {
  margin: 0 !important;
  padding: 0;
  font-weight: bold;
}

#saltPorkArea .item_s_box_w .item_s_box .item_text p.p_text {
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  #saltPorkArea .item_s_box_w {
    width: 100%;
    position: relative;
    padding-bottom: 100px;
    margin-top: -80px;
  }

  #saltPorkArea .item_s_box_w .item_s_box {
    position: inherit;
    top: 0;
    right: 0;
    width: 245px;
    height: 237px;
    background: url("images/common/item_bg3.png") no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 0 auto;
  }
}

#saltPorkArea .saltPork_card {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  height: 100%;
}

#saltPorkArea .saltPork_card .img_box {
  width: 100%;
  padding-bottom: 66%;
  background: #eee;
  position: relative;
  overflow: hidden;
  transition: all ease .3s;
}

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

#saltPorkArea .saltPork_card .textarea {
  padding: 18px 17px 18px;
}

#saltPorkArea .saltPork_card .textarea p {
  font-size: 16px;
}

#saltPorkArea .saltPork_card .textarea p.title_text {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
}

#saltPorkArea .saltPork_card .textarea p.title_text span {
  font-size: 25px;
  color: #FED833;
}

@media screen and (max-width: 767px) {
  #saltPorkArea {
    background: #FDFAF0 url("images/common/bg_flower.png") no-repeat;
    background-size: auto;
    background-position: top center;
    padding-bottom: 20px;
  }
}

#itemArea {
  background: #E2F6FF;
  padding-top: 60px;
  min-height: 1848px;
  padding-bottom: 100px;
}

#itemArea .awa {
  position: relative;
  min-height: 1000px;
}

#itemArea .awa .bg_item1 {
  width: 282px;
  height: 349px;
  background: url("images/common/bg_awa.svg") no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 217px;
  left: -130px;
  z-index: 2;
}

#itemArea .awa .bg_item2 {
  width: 282px;
  height: 349px;
  background: url("images/common/bg_awa.svg") no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 53px;
  right: -130px;
  z-index: 2;
  transform: rotate(140deg);
}

#itemArea .awa .box_1 {
  width: 444px;
  position: absolute;
  top: -232px;
  right: 0;
  z-index: 3;
  text-align: center;
}

#itemArea .awa .box_1 .title_text {
  font-size: 24px;
  color: #07418B;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  #itemArea .awa .box_1 {
    width: 100%;
    position: inherit;
    top: -99px;
    right: 0;
    z-index: 3;
    text-align: center;
  }

  #itemArea .awa .box_1 .title_text {
    font-size: 24px;
    color: #07418B;
    font-weight: bold;
  }
}

#itemArea .awa .box_2 {
  background: #fff;
  position: relative;
  z-index: 3;
  width: 524px;
  margin-left: auto;
  padding: 50px 0 0 77px;
  margin-top: -85px;
  border-top-left-radius: 130px;
  border-bottom-left-radius: 130px;
}

#itemArea .awa .box_2::after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 100%;
  background: #fff;
  top: 0;
  right: -1000px;
  z-index: -1;
}

#itemArea .awa .box_2 h3 {
  font-size: 26px;
  color: #23B3EF;
  margin-bottom: 0px;
  margin-top: 0;
}

#itemArea .awa .box_2 h3 span {
  font-size: 16px;
}

#itemArea .awa .box_2 p {
  position: relative;
  z-index: 3;
  padding-bottom: 116px;
}

#itemArea .awa .box_2 img {
  position: absolute;
  bottom: -125px;
  left: 79px;
  width: 587px !important;
  max-width: 587px !important;
}

@media screen and (max-width: 1200px) {
  #itemArea .awa .box_2 {
    background: #fff;
    position: relative;
    z-index: 3;
    width: 100%;
    margin-left: auto;
    padding: 50px 0 0 77px;
    margin-top: 0;
    border-top-left-radius: 130px;
    border-bottom-left-radius: 130px;
  }

  #itemArea .awa .box_2::after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 100%;
    background: #fff;
    top: 0;
    right: -1000px;
  }

  #itemArea .awa .box_2 h3 {
    font-size: 26px;
    color: #23B3EF;
    margin-bottom: 0px;
    margin-top: 0;
  }

  #itemArea .awa .box_2 h3 span {
    font-size: 16px;
  }

  #itemArea .awa .box_2 p {
    position: relative;
    z-index: 3;
    padding-bottom: 116px;
  }

  #itemArea .awa .box_2 img {
    position: absolute;
    bottom: -125px;
    left: 79px;
    width: 587px !important;
    max-width: 587px !important;
  }
}

@media screen and (max-width: 767px) {
  #itemArea .awa .box_1 .title_text {
    font-size: 22px;
  }

  #itemArea .awa .box_2 {
    background: #fff;
    position: relative;
    z-index: 3;
    width: 100%;
    margin-left: auto;
    padding: 40px 0 0 20px;
    margin-top: -50px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  #itemArea .awa .box_2::after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 100%;
    background: #fff;
    top: 0;
    right: -1000px;
  }

  #itemArea .awa .box_2 h3 {
    font-size: 24px;
    color: #23B3EF;
    margin-bottom: 0px;
    margin-top: 0;
  }

  #itemArea .awa .box_2 h3 span {
    font-size: 16px;
  }

  #itemArea .awa .box_2 p {
    position: inherit;
    z-index: 3;
    padding-bottom: 0;
    margin-bottom: 0px;
  }

  #itemArea .awa .box_2 img {
    position: relative;
    bottom: -25px;
    left: 0;
    width: 100% !important;
    max-width: 350px !important;
  }
}

#itemArea .awa .box_3 {
  background: #fff;
  position: relative;
  z-index: 3;
  width: 432px;
  margin-left: 0;
  padding: 50px 90px 50px 0;
  margin-top: -85px;
  border-top-right-radius: 130px;
  border-bottom-right-radius: 130px;
}

#itemArea .awa .box_3::after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 100%;
  background: #fff;
  top: 0;
  left: -1000px;
}

#itemArea .awa .box_3 h3 {
  font-size: 24px;
  color: #23B3EF;
  margin-bottom: 0px;
  margin-top: 0;
}

#itemArea .awa .box_3 h3 span {
  font-size: 16px;
}

#itemArea .awa .box_3 ul {
  padding-left: 20px;
}

#itemArea .awa .box_3 ul li::marker {
  color: #23B3EF;
}

#itemArea .awa .box_3 img {
  position: absolute;
  top: -29px;
  right: 29px;
  width: 127px !important;
}

@media screen and (max-width: 1200px) {
  #itemArea .awa .box_3 {
    background: #fff;
    position: inherit;
    z-index: 3;
    width: 100%;
    margin-left: 0;
    padding: 50px 90px 50px 0;
    margin-top: 171px;
    margin-bottom: 125px;
    border-top-right-radius: 130px;
    border-bottom-right-radius: 130px;
  }

  #itemArea .awa .box_3::after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 100%;
    background: #fff;
    top: 0;
    left: -1000px;
  }

  #itemArea .awa .box_3 h3 {
    font-size: 26px;
    color: #23B3EF;
    margin-bottom: 0px;
    margin-top: 0;
  }

  #itemArea .awa .box_3 h3 span {
    font-size: 16px;
  }

  #itemArea .awa .box_3 ul {
    padding-left: 20px;
  }

  #itemArea .awa .box_3 ul li::marker {
    color: #23B3EF;
  }

  #itemArea .awa .box_3 img {
    position: absolute;
    top: -29px;
    right: 29px;
    width: 127px !important;
  }
}

@media screen and (max-width: 767px) {
  #itemArea .awa .box_3 {
    background: #fff;
    position: inherit;
    z-index: 3;
    width: 100%;
    margin-left: 0;
    padding: 40px 20px 40px 0;
    margin-top: 100px;
    margin-bottom: 0px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  #itemArea .awa .box_3::after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 100%;
    background: #fff;
    top: 0;
    left: -1000px;
  }

  #itemArea .awa .box_3 h3 {
    font-size: 26px;
    color: #23B3EF;
    margin-bottom: 0px;
    margin-top: 0;
  }

  #itemArea .awa .box_3 h3 span {
    font-size: 16px;
  }

  #itemArea .awa .box_3 ul {
    padding-left: 20px;
  }

  #itemArea .awa .box_3 ul li::marker {
    color: #23B3EF;
  }

  #itemArea .awa .box_3 img {
    position: absolute;
    top: -69px;
    right: 0px;
    width: 113px !important;
  }
}

.img_left_box {
  position: relative;
  margin-top: -100px;
  z-index: 2;
}

.img_left_box .fl_img {
  position: absolute;
  top: 67px;
  left: -48px;
}

@media screen and (max-width: 1200px) {
  .img_left_box {
    display: none;
  }
}

.img_left_box2 {
  display: none;
  width: 100%;
  margin: 20px auto 50px;
  position: relative;
}

.img_left_box2 .inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.img_left_box2 .inner .fl__img {
  position: absolute;
  width: 31%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .img_left_box2 {
    display: block;
  }
}

#umibudoArea {
  background: url("images/common/bg_umi.jpg") no-repeat;
  background-position: top 80px center;
  background-size: cover;
  background-attachment: fixed;
  padding: 130px 0 130px;
}

#umibudoArea .text_Box p {
  color: #fff;
}

#umibudoArea .text_Box .title_text {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #umibudoArea .text_Box .title_text {
    font-size: 22px;
  }

  #umibudoArea .text_Box .btn {
    margin-left: 0 !important;
  }
}

#umibudoArea .img_pac {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 15%;
}

#umibudoArea .img_pac .img_pac1 {
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 2;
  width: 26%;
}

@media screen and (max-width: 767px) {
  #umibudoArea .img_pac .img_pac1 {
    position: absolute;
    top: 0;
    left: 1%;
    z-index: 2;
    width: 38%;
  }
}

#umibudoArea .img_pac .img_pac2 {
  margin-top: 14%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #umibudoArea .img_pac .img_pac2 {
    margin-top: 21%;
    width: 100%;
  }
}

#umibudoArea .img_pac .img_pac3 {
  position: absolute;
  top: 19%;
  right: 0;
  z-index: 2;
  width: 45%;
}

#umibudoArea .columnBox_b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 100px;
}

#umibudoArea .columnBox_b .columnBox_left {
  width: 410px;
}

#umibudoArea .columnBox_b .columnBox_right {
  width: 530px;
}

#umibudoArea .columnBox_b .columnBox_right .box_text_a {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 3;
  width: 524px;
  margin-left: auto;
  padding: 50px 0 50px 77px;
  margin-top: -85px;
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
}

#umibudoArea .columnBox_b .columnBox_right .box_text_a h3 {
  font-size: 26px;
  color: #23B3EF;
  margin-bottom: 0px;
  margin-top: 0;
}

#umibudoArea .columnBox_b .columnBox_right .box_text_a::after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  right: -1000px;
}

@media screen and (max-width: 1200px) {
  #umibudoArea .columnBox_b .columnBox_left {
    padding-top: 100px;
    padding-bottom: 100px;
    order: 2;
    width: 100%;
  }

  #umibudoArea .columnBox_b .columnBox_right {
    order: 1;
  }

  #umibudoArea .columnBox_b .columnBox_right .box_text_a {
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 3;
    width: 100%;
    margin-left: auto;
    padding: 50px 0 50px 77px;
    margin-top: -85px;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
  }
}

@media screen and (max-width: 767px) {
  #umibudoArea .columnBox_b .columnBox_left {
    width: 100%;
  }

  #umibudoArea .columnBox_b .columnBox_right {
    width: 100%;
  }

  #umibudoArea .columnBox_b .columnBox_right .box_text_a {
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 3;
    width: 100%;
    margin-left: auto;
    padding: 30px 15px 30px 20px;
    margin-top: -85px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  #umibudoArea .columnBox_b .columnBox_right .box_text_a h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1200px) {
  #umibudoArea .columnBox_b {
    max-width: 940px;
    margin: 0 auto;
  }

  #umibudoArea .columnBox_b .columnBox_right {
    width: 100%;
  }
}

#umibudoArea .title_area_box {
  background: url("images/common/bg_2.png") no-repeat;
  background-position: center;
  background-size: 105% 36px;
  margin: 30px 0 30px;
}

#umibudoArea .title_area_box h3 {
  background: #fff;
  text-align: center;
  display: block;
  width: 202px;
  height: 202px;
  line-height: 202px;
  color: #07418B;
  font-size: 30px;
  margin: 0 auto;
  border-radius: 50%;
}

#umibudoArea .title_area_box h3 span {
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
  #umibudoArea .title_area_box {
    background: url("images/common/bg_2.png") no-repeat;
    background-position: center;
    background-size: auto;
    margin: 30px 0 30px;
  }

  #umibudoArea .title_area_box h3 {
    background: #fff;
    text-align: center;
    display: block;
    width: 202px;
    height: 202px;
    line-height: 202px;
    color: #07418B;
    font-size: 30px;
    margin: 0 auto;
    border-radius: 50%;
  }

  #umibudoArea .title_area_box h3 span {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #umibudoArea .title_area_box {
    background: url("images/common/bg_2.png") no-repeat;
    background-position: center;
    background-size: auto;
    margin: 30px 0 30px;
  }

  #umibudoArea .title_area_box h3 {
    background: #fff;
    text-align: center;
    display: block;
    width: 202px;
    height: 202px;
    line-height: 202px;
    color: #07418B;
    font-size: 28px;
    margin: 0 auto;
    border-radius: 50%;
  }

  #umibudoArea .title_area_box h3 span {
    font-size: 20px;
  }
}

#umibudoArea .column4Wrap {
  margin-bottom: -200px;
}

@media screen and (min-width: 1200px) {
  #umibudoArea .column4Wrap .columnBox.flow_1 {
    margin-top: 0;
  }

  #umibudoArea .column4Wrap .columnBox.flow_2 {
    margin-top: 24px;
  }

  #umibudoArea .column4Wrap .columnBox.flow_3 {
    margin-top: 48px;
  }

  #umibudoArea .column4Wrap .columnBox.flow_4 {
    margin-top: 72px;
  }
}

#umibudoArea .column4Wrap .columnBox .flow_box {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  min-height: 389px;
}

#umibudoArea .column4Wrap .columnBox .flow_box .img-box {
  width: 100%;
  padding-bottom: 50%;
  background: #eee;
  position: relative;
  overflow: hidden;
  transition: all ease .3s;
  margin-bottom: 10px;
}

#umibudoArea .column4Wrap .columnBox .flow_box .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;' !important;
  transition: all ease .3s;
}

#umibudoArea .column4Wrap .columnBox .flow_box .number_box {
  font-size: 48px;
  font-weight: bold;
  color: #75DBFA;
  text-align: right;
  padding: 0 15px;
  margin: -41px 0 -27px;
}

#umibudoArea .column4Wrap .columnBox .flow_box .text_box {
  padding: 0 15px 30px;
}

#umibudoArea .column4Wrap .columnBox .flow_box .text_box h4 {
  font-size: 24px;
  color: #07418B;
  margin: 0;
}

#umibudoArea .column4Wrap .columnBox .flow_box .text_box p {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1200px) {
  #umibudoArea .column4Wrap .columnBox .flow_box {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    min-height: auto;
    height: 100%;
  }
}

#umibudoArea .umibudo_bottom {
  background: url("images/common/umibudo_bottom_bg.png") no-repeat;
  background-size: 103% 389px;
  background-position: center;
  width: 100%;
  height: 389px;
}

@media screen and (max-width: 1500px) {
  #umibudoArea .umibudo_bottom {
    background: url("images/common/umibudo_bottom_bg.png") no-repeat;
    background-size: auto;
    background-position: center;
    width: 100%;
    height: 389px;
  }
}

.s_bg {
  width: 100%;
  padding-bottom: 100px;
  background: url("images/common/s_bg.png") no-repeat;
  background-position: top center;
  background-size: auto;
}

.s_bg2 {
  width: 100%;
  padding-bottom: 100px;
  background: url("images/common/s_bg2.png") no-repeat;
  background-position: top center;
  background-size: auto;
  margin-bottom: -100px;
  position: relative;
  z-index: 2;
}

.s_bg3 {
  width: 100%;
  padding-bottom: 100px;
  background: url("images/common/s_bg3.png") no-repeat;
  background-position: top center;
  background-size: auto;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}

.s_bg5 {
  width: 100%;
  padding-bottom: 100px;
  background: url("images/common/s_bg5.png") no-repeat;
  background-position: top center;
  background-size: auto;
  margin-bottom: -100px;
  position: relative;
  z-index: 2;
}

.s_bg6 {
  width: 100%;
  height: 438px;
  background: url("images/common/bg_beach.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.s_bg6 img {
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .s_bg6 img {
    margin: 95px auto 0 !important;
    display: block;
  }
}

.s_bg7 {
  width: 100%;
  padding-bottom: 100px;
  background: url("images/common/s_bg.png") no-repeat;
  background-position: top center;
  background-size: auto;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}

.w940 {
  max-width: 940px !important;
}

.s_item_box {
  width: 100%;
  max-width: 245px;
  background: url("images/common/item_bg1.png") no-repeat;
  background-size: 100%;
  background-position: center;
  height: 245px;
  display: block;
  margin: -60px auto 0;
}

.s_item_box img {
  display: block;
  margin: 0 auto;
}

.s_item_box .item_text {
  width: 100%;
  background: url("images/common/item_text_bg.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 8px 46px;
  margin-top: -50px;
  position: relative;
  z-index: 4;
}

.s_item_box .item_text p {
  margin: 0 !important;
  padding: 0;
  font-weight: bold;
}

.s_item_box .item_text p.p_text {
  text-align: right !important;
}

.s_item_box_item {
  width: 100%;
  max-width: 245px;
  position: relative;
  height: 245px;
  display: block;
  margin: 0 auto 0;
}

.s_item_box_item .img_box {
  width: 245px;
  padding-bottom: 245px;
  position: relative;
  transition: all ease 1s;
}

.s_item_box_item .img_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;' !important;
  transition: all ease 1s;
  bottom: 0;
}

.s_item_box_item .item_text_w {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.s_item_box_item .item_text {
  width: 100%;
  background: url("images/common/item_text_bg.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 8px 46px;
  margin-top: 0;
  position: relative;
  z-index: 4;
}

.s_item_box_item .item_text p {
  margin: 0 !important;
  padding: 0;
  font-weight: bold;
  color: #000000 !important;
}

.s_item_box_item .item_text p.p_text {
  text-align: right !important;
}

.swiper-slide-active .s_item_box_item .img_box {
  transition: all ease 1s;
}

.swiper-slide-active .s_item_box_item .img_box img {
  position: absolute;
  width: 120%;
  height: 120%;
  object-fit: cover;
  font-family: 'object-fit: cover;' !important;
  transition: all ease 1s;
}

.swiper-container_item {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: -50px;
  background: url("images/common/item_bg1.png") no-repeat;
  background-size: auto 100%;
  background-position: center;
  padding-top: 51px;
}

@media screen and (max-width: 767px) {
  .swiper-container_item {
    margin-top: 100px;
  }
}

.swiper_item-next {
  right: 0;
  top: 174px;
  width: 26px;
  height: 29px;
  background: url("images/common/arrow2.svg") no-repeat;
  background-position: top center;
  background-size: 25px;
  transform: scale(-1, 1);
}

.swiper_item-prev {
  left: 0;
  top: 174px;
  width: 26px;
  height: 29px;
  background: url("images/common/arrow2.svg") no-repeat;
  background-position: top center;
  background-size: 25px;
}

.page_mv {
  background: url("images/common/page_mv_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 276px;
  text-align: center;
  position: relative;
}

.page_mv p.e_text {
  color: #FED833;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  padding-top: 80px;
  margin-top: 0;
}

.page_mv h2 {
  font-size: 24px;
  color: #fff;
}

.page_mv .nami {
  width: 100%;
  height: 34px;
  background: url("images/common/nami.png");
  background-size: auto;
  background-position: center;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.gi-breadcrumbs {
  background: none !important;
  padding: 7px 0 !important;
}

.gi-breadcrumbs .gi-breadcrumbs__list {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.gi-breadcrumbs .gi-breadcrumbs__list .gi-breadcrumbs__item::marker {
  display: none !important;
  content: none !important;
}

.gi-breadcrumbs .gi-breadcrumbs__list .gi-breadcrumbs__item a {
  color: #23B3EF !important;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.gi-breadcrumbs .gi-breadcrumbs__list .gi-breadcrumbs__item::after {
  color: #23B3EF !important;
  font-weight: 700;
}

.gi-breadcrumbs .gi-breadcrumbs__list .gi-breadcrumbs__item:first-child a {
  width: 19px;
  display: inline-block;
}

.gi-breadcrumbs .gi-breadcrumbs__list .gi-breadcrumbs__item:first-child a::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("images/common/home_logo.svg") no-repeat;
  background-size: 19px;
  background-position: center;
  position: absolute;
  top: -14px;
}

.gi-breadcrumbs .gi-breadcrumbs__list .gi-breadcrumbs__item:first-child a span {
  display: none;
}

ul.check {
  margin: 0 0 50px 0;
}

ul.check li {
  list-style: none !important;
  padding-left: 20px;
  background: url("images/common/check.svg") no-repeat;
  background-size: 15px;
  background-position: top 8px left;
  color: #07418B;
}

.btn_area_column2 {
  max-width: 680px;
  margin: 0 auto;
}

.btn_area_column2 .btn {
  margin: 0px auto 10px;
}

.btn_area {
  margin: 0 auto;
}

.btn_area .btn {
  margin: 0px auto 10px;
}

a.external_link {
  padding-right: 30px;
  background: url("images/common/external_link.svg") no-repeat;
  background-position: top 8px right 9px;
  background-size: 11px;
}

a.external_link:hover {
  background: url("images/common/external_link2.svg") no-repeat;
  background-position: top 8px right 9px;
  background-size: 11px;
}

.page_in_link {
  padding-top: 100px !important;
  margin-top: -100px !important;
}

p.right_t_text {
  text-align: right;
  font-size: 16px;
  margin-top: -20px;
  margin-bottom: 10px;
}

.pp_box {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  padding: 15px 20px;
  border: 1px solid #707070;
  margin-bottom: 40px;
}

.pp_box ol li {
  padding-bottom: 20px;
}

.page-id-119 .pp_box {
  display: none;
}

.page-id-33 .pp_box {
  display: none;
}

.columnBox h4:first-child {
  margin-top: 0 !important;
}

.blue_text {
  font-size: 24px;
  color: #07418B;
  font-weight: 500;
  margin-top: 0;
}

.item_product_card {
  width: 100%;
  height: 100%;
}

.item_product_card a {
  text-decoration: none;
}

.item_product_card a .img_box {
  margin-bottom: 10px;
}

.item_product_card a p {
  text-decoration: none;
  color: #333333;
  font-size: 14px;
}

.item_product_card a p.price_text {
  color: #07418B;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.b_time {
  color: #23B3EF;
}

@media print, screen and (min-width: 768px) {
  .spDisp {
    display: none;
  }
}

.pcDisp {
  display: none;
}

/* .translation__btn--sp {
  position: fixed;
  right: 50%;
  top: 50%;
  z-index: 1000;
  width: 130px;
  height: 30px;
  background-color: red;
}

.google__language {
  position: fixed;
  right: 50%;
  top: 50%;
  width: 130px;
  height: 30px;
  z-index: 1000;
} */

.goog-te-combo {
  width: 130px;
  position: fixed;
  right: 10px;
  top: 100px;
  width: 130px;
  height: 30px;
  z-index: 10;
}

.google__language__kawaman {
  height: 0;
}

@media print, screen and (min-width: 768px) {
  .google__language__kawaman {
    height: auto;
  }

  .goog-te-combo {
    position: static;
  }

  .pcDisp {
    display: block;
    margin: 0 auto;
  }

  .translation__btn--pc {
    position: static;
    width: 170px;
    height: 80px;
    float: left;
    align-items: center;
    display: flex;
  }

  .translation__btn--pc #google_language_translator {
    height: 30px;
  }

  .headerContact--english #mainNavi ul>li {
    max-width: 150px;
  }

  .goog-te-combo {
    width: 130px;
  }

  .goog-te-combo {
    position: static;
  }
}

@media print, screen and (min-width: 1024px) {
  .column3_e1 .columnBox {
    flex-basis: calc((100% - (44px * (3 - 1))) / 3);
    max-width: calc((100% - (44px * (3 - 1))) / 3);
  }
}