@charset "UTF-8";
/*
Theme Name: iheyazima-kankou2025
Description: 伊平屋島観光協会様　wordpress
Version: 1.0
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
@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: #222;
}

main {
  display: block;
  overflow: hidden;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

p {
  margin-top: 0;
}

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

.fontSub {
  font-family: "Hind Vadodara", sans-serif;
}

.bold {
  font-weight: bold;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.home a {
  color: #222;
}

.textLeft {
  text-align: left;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  background: none;
  color: #222;
}

.text-color {
  color: #222;
}

.alert-color {
  color: #C33149;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in 0.1s;
}
@media screen and (min-width: 1211px) {
  .container {
    max-width: 1170px;
  }
  .container.post-container {
    max-width: 970px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1210px) {
  .container {
    max-width: 1060px;
    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;
}

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

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

.mt25 {
  margin-top: 25px !important;
}

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

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

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

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

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !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;
}

.mb45 {
  margin-bottom: 45px !important;
}

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

.mb55 {
  margin-bottom: 55px !important;
}

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

.mb65 {
  margin-bottom: 65px !important;
}

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

.mb75 {
  margin-bottom: 75px !important;
}

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

.mb85 {
  margin-bottom: 85px !important;
}

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

.mb95 {
  margin-bottom: 95px !important;
}

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

.mb120 {
  margin-bottom: 120px !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: #1CB4BF;
  text-decoration: underline;
  transition: all ease 0.3s;
}
a:hover {
  color: #004386;
  text-decoration: none;
  transition: all ease 0.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;
}

/* ----------------------------------- */
/* ボタン */
/* ----------------------------------- */
.btn {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  touch-action: manipulation;
  text-decoration: none;
  user-select: none;
  position: relative;
  border: 1px solid #D96D59;
  color: #FFF !important;
  background: #D96D59;
  max-width: 220px;
  border-radius: calc(infinity * 1px);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.btn.arrow:after {
  border: none;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("images/common/btn_arrow_icon.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.btn._blank:after {
  border: none;
  content: "";
  width: 16px;
  height: 16px;
  background: url("images/common/icon-blank-w.svg") no-repeat center/12px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.arrowReverse:after {
  position: absolute;
  align-items: center;
  border: none;
  content: "\f105";
  font-family: FontAwesome;
  transform: none;
  color: #1CB4BF;
  right: 15px;
  font-size: 20px;
  border-radius: 0;
  top: 50%;
  margin-top: -15px;
  transition: 0.3s ease-in;
}
.btn.reverse {
  text-decoration: none;
  color: #1CB4BF;
  background: #fff;
  border-color: #1CB4BF;
}
.btn.btnFull {
  max-width: none;
}
.btn.type2 {
  background: #fff;
  border: 1px solid #1CB4BF;
  color: #1CB4BF !important;
  border-radius: 8px;
  max-width: 310px;
}
.btn.type2.arrow:after {
  background-image: url("images/common/btn_arrow_blue.svg");
}

.btnWrap {
  margin: 40px 0 0;
}

.btn2Wrap {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.btn2Wrap .btn.type2 {
  width: 100%;
  max-width: initial;
}

.btn2 {
  display: flex;
  padding: 16px 46px 16px 8px;
  background: url(images/common/btn_arrow_blue.svg) no-repeat right 8px center/14px 13px;
  color: #222 !important;
  border-bottom: 1px solid #707070;
  text-decoration: none;
  width: 240px;
}
.btn2:hover {
  background-color: #F8F8F8;
}

.btn3,
.btn_blank {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  text-decoration: none;
  margin-bottom: 16px;
}
.btn3::after,
.btn_blank::after {
  content: "";
  width: 32px;
  height: 32px;
}
.btn3:hover,
.btn_blank:hover {
  gap: 16px;
  color: #222 !important;
}

.btn3::after {
  background: url("images/common/icon-btn3.svg") no-repeat center/32px;
}

.btn_blank::after {
  background: url("images/common/icon-btn3-blank.svg") no-repeat center/32px;
}

.btn_pdf {
  max-width: 310px;
  margin: 0 auto;
  padding: 18px 15px 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #1CB4BF;
  color: #222 !important;
  border-radius: 16px;
  text-decoration: none;
  background: url("images/common/icon-download.svg") no-repeat bottom 20px center/18px 18px;
}
.btn_pdf .text {
  display: block;
  text-align: center;
  padding-left: 45px;
  background: url("images/common/icon-pdf.svg") no-repeat top 5px left/42px 41px;
  font-weight: bold;
  line-height: 1.6;
}

.btnLeft {
  margin: 0 auto 0 0;
}

.btnRight {
  margin: 0 0 0 auto;
}

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

.btn-br16-shadow {
  display: flex;
  font-size: 14px;
  border-radius: 16px;
  background-color: #fff;
  background: url(images/common/btn_arrow_blue.svg) no-repeat center bottom 13px/14px 13px;
  padding: 13px 15px 35px;
  box-shadow: 0px 3px 6px 0px rgba(112, 112, 112, 0.35);
  text-decoration: none;
  color: #222 !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .btn:hover, .btn:focus {
    text-decoration: none;
    color: #D96D59 !important;
    background: #FFF;
  }
  .btn:hover.arrow:after, .btn:focus.arrow:after {
    background-image: url("images/common/btn_arrow_icon2.svg");
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .btn:hover._blank:after, .btn:focus._blank:after {
    background: url("images/common/icon-blank-2.svg") no-repeat center/12px;
  }
  .btn.arrow:hover:after, .btn.arrow:focus:after {
    color: #1CB4BF;
  }
  .btn.arrowReverse:hover:after, .btn.arrowReverse:focus:after {
    color: #fff;
  }
  .btn.reverse:hover, .btn.reverse:focus {
    background: #1CB4BF;
    color: #fff;
  }
  .btn.border_btn:hover {
    border: #FFFFFF solid 1px;
  }
  .btn.type2:hover {
    background: #1CB4BF;
    color: #fff !important;
  }
  .btn.type2:hover.arrow:after {
    background-image: url("images/common/btn_arrow_icon.svg");
  }
  .btn2Wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .btn-br16-shadow:hover {
    opacity: 0.8;
  }
}
/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header {
  width: 100%;
  position: fixed;
  margin: 0 auto;
  z-index: 999;
  top: 0;
  transition: ease-in 0.1s;
}
#header::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 10px;
  background-color: #fff;
}
#header #headerCnt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
#header #headerCnt #logoArea {
  flex-basis: 309px;
  width: 309px;
  align-self: center;
  background-color: #fff;
  border-radius: 0 0 24px 0;
  position: relative;
  z-index: 1;
}
#header #headerCnt #logoArea h1 {
  margin: 0;
}
#header #headerCnt #logoArea #logo a {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header #headerCnt #logoArea #logo a img {
  display: block;
}
#header #headerContact {
  display: inline-flex;
  margin-left: auto;
  background-color: #fff;
  border-radius: 0 0 0 24px;
  padding: 50px 146px 0 40px;
  position: absolute;
  top: 0;
  right: 0;
  gap: 50px;
}
#header .header-links {
  display: flex;
  gap: 16px;
  height: 20px;
  align-items: center;
}
#header .header-links .contact-link {
  margin-top: -3px;
}
#header .goodsBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 120px;
  border-radius: 0 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D96D59;
}
#header .sns-list {
  gap: 16px;
}
#header .sns-list img {
  width: 20px;
  height: 20px;
}
#header .absolute_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .absolute_btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#header .headerSearch-Contents {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 242px;
}
@media screen and (min-width: 970px) {
  #header .absolute_btn {
    height: 36px;
    gap: 4px;
    cursor: pointer;
    border-radius: 0 0 8px 8px;
    background-color: #1CB4BF;
    text-decoration: none;
  }
  #header .absolute_btn::after {
    color: #fff;
    font-weight: bold;
  }
  #header .search-iconbtn {
    width: 80px;
  }
  #header .search-iconbtn::before {
    background-image: url("images/common/icon_search_w.svg");
    display: block;
  }
  #header .search-iconbtn::after {
    content: "検索";
  }
  #header .language {
    width: 130px;
  }
  #header .language::before {
    background-image: url("images/common/icon_language_w.svg");
    display: block;
  }
  #header .language::after {
    content: "LANGUAGE";
  }
  #header .headerSearch-Wrap,
  #header .languageBtn {
    position: absolute;
    top: 0;
  }
  #header .headerSearch-Wrap {
    right: 286px;
  }
  #header .languageBtn {
    right: 146px;
  }
}
@media screen and (max-width: 1120px) {
  #header #headerContact {
    padding: 50px 146px 0 20px;
    gap: 2px;
  }
}
@media screen and (max-width: 968px) {
  #header #headerCnt #logoArea {
    flex-basis: 158px;
    width: 158px;
  }
  #header #headerCnt #logoArea #logo a {
    height: 70px;
  }
  #header #headerCnt #mainNaviArea,
  #header #headerCnt ._pc,
  #header #headerCnt .snsWrap {
    display: none;
  }
  #header #headerCnt .search-iconbtn {
    width: 24px;
  }
  #header #headerCnt .search-iconbtn::before {
    background-image: url("images/common/icon_search.svg");
  }
  #header #headerCnt .language {
    width: 24px;
  }
  #header #headerCnt .language::before {
    background-image: url("images/common/icon_language.svg");
  }
  #header #headerCnt #headerContact {
    padding: 15px 76px 15px 40px;
    justify-content: flex-end;
    width: 100%;
  }
  #header #headerCnt #headerContact .header-links .contact-link {
    margin-top: -8px;
  }
  #header #headerCnt .headerSearch-Contents {
    top: 50px;
    right: 16px;
  }
}

/* ---------------------------- */
/* search系 */
/* ---------------------------- */
.open-buttonWrap .contents {
  display: none;
}
.open-buttonWrap .contents.selected {
  display: block;
}
.open-buttonWrap .colse-btn {
  cursor: pointer;
}
.open-buttonWrap .colse-btn span {
  font-size: 14px;
  font-weight: 500;
  color: #001E62;
}
.open-buttonWrap .colse-btn span::after {
  content: "✕";
  font-size: 16px;
  color: #D62042;
  margin-left: 5px;
}

.search_Box {
  display: flex;
}
.search_Box .searchform__field {
  width: calc(100% - 100px);
  height: 36px;
  padding: 0.5em 30px 0.5em 0.5em;
  border: 1px solid #ddd;
  font-size: 1em;
  border-radius: 0 0 0 8px;
}
.search_Box .submit {
  height: 36px;
  width: 56px;
  color: #fff;
  background-color: #1CB4BF;
  border-radius: 0 0 8px 0;
  padding: 0 10px;
  border: none;
  outline: none;
  font: inherit;
  cursor: pointer;
}

/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* 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: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  background-color: #D96D59;
  border-radius: 0 0 0 24px;
}
#drawerNaviWrap .drawerNaviBtn {
  display: block;
  position: absolute;
  top: 14px;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  height: 16px;
  transition: all 0.5s;
  z-index: 3;
}
#drawerNaviWrap .drawerNaviBtn:after {
  content: "MENU";
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  font-family: "Hind Vadodara", sans-serif;
}
#drawerNaviWrap .drawerNaviBtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.5s;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(1) {
  top: 0;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(2) {
  top: 7px;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(3) {
  bottom: 0;
}
#drawerNaviWrap .drawer-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -375px;
  bottom: 0;
  width: 375px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 999;
  opacity: 0;
}
#drawerNaviWrap .drawer-nav .drawerInner {
  padding: 0;
  padding-top: 30px;
}
#drawerNaviWrap .drawer-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  margin-bottom: 38px;
}
#drawerNaviWrap .drawer-nav ul li {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
#drawerNaviWrap .drawer-nav ul li a {
  width: 100%;
  min-height: 40px;
  text-decoration: none;
  display: block;
  color: #222;
  font-size: 16px;
  padding: 10px 0;
  transition-duration: 0.2s;
  font-weight: bold;
}
#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;
}
#drawerNaviWrap .drawer-nav ul li.children .childrenToggle:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #1CB4BF #1CB4BF;
  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;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu li a {
  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 0.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: #1CB4BF;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  z-index: 5;
  font-weight: bold;
}
#drawerNaviWrap.open .drawerNavClose span {
  position: relative;
  top: -8px;
  font-size: 35px;
}
#drawerNaviWrap.open .drawerNavClose:after {
  content: "MENU";
  left: 50%;
  bottom: 5px;
  transform: translateX(-60%);
  position: absolute;
  width: 30px;
  color: #1CB4BF;
  display: block;
  font-size: 12px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
#drawerNaviWrap.open .drawer-nav {
  right: 0;
  opacity: 1;
  padding: 30px 15px;
  background-color: #fff;
}
#drawerNaviWrap.open #overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 2;
}

/* ----------------------------------- */
/* PCメニュー */
/* ----------------------------------- */
#drawerNaviWrap {
  display: none;
}

#mainNaviArea {
  display: block;
  margin: 0;
  padding: 0;
}
#mainNaviArea #mainNavi {
  padding: 0;
}
#mainNaviArea #mainNavi ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mainNaviArea #mainNavi ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  flex: 1 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
#mainNaviArea #mainNavi ul > li a {
  justify-content: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  text-align: center;
  font-size: 16px;
  color: #222;
  margin: 0;
  padding: 0;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 14px;
}
@media screen and (max-width: 1120px) {
  #mainNaviArea #mainNavi ul > li a {
    font-size: 12px;
  }
}
#mainNaviArea #mainNavi ul > li a:hover {
  cursor: pointer;
  opacity: 0.8;
  color: #1CB4BF !important;
}
#mainNaviArea #mainNavi ul > li a span {
  flex-basis: 100%;
  font-size: 12px;
}
#mainNaviArea #mainNavi ul > li.current > a {
  color: #1CB4BF !important;
}
#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: 0.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: #1CB4BF;
  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 #1CB4BF;
  transition: 0.3s ease-in-out;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:last-of-type, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:last-of-type {
  border: none;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:after {
  position: absolute;
  align-items: center;
  border: none;
  content: "\f0a9";
  font-family: FontAwesome;
  transform: none;
  color: #fff;
  right: 15px;
  font-size: 14px;
  border-radius: 0;
  top: 27%;
  transition: 0.3s ease-in;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:focus, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:focus {
  color: #1CB4BF;
  background: #fff;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:hover:after, #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:focus:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:hover:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:focus:after {
  color: #1CB4BF;
}
#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;
}

@media screen and (max-width: 968px) {
  #mainNaviArea {
    display: none;
  }
  #drawerNaviWrap {
    display: block;
  }
}
/* ----------------------------------- */
/*スライダー関連*/
/* ----------------------------------- */
.swiper-container {
  position: relative;
}

.swiper {
  position: initial;
}

.swiper-pagination {
  display: flex;
  gap: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: center;
}

.swiper-pagination-bullet {
  background-color: #E0E0E0;
  opacity: 1;
  height: 8px;
  width: 8px;
  border-radius: calc(infinity * 1px);
}

.swiper-pagination-bullet-active {
  background-color: #1CB4BF;
}

._color2 .swiper-pagination-bullet {
  background-color: #fff;
}

._color2 .swiper-pagination-bullet-active {
  background-color: #0068B7;
}

.swiper-button-next {
  right: -25px !important;
}

.swiper-button-prev {
  left: -25px !important;
}

.swiper-button-next, .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: calc(infinity * 1px);
  background-color: #1CB4BF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  z-index: 2;
  cursor: pointer;
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-size: 20px;
}

.swiper-button-next:after {
  background-image: url("images/common/arrow_right.svg");
  background-position: center left 13px;
}

.swiper-button-prev:after {
  background-image: url("images/common/arrow_left.svg");
  background-position: center left 17px;
}

@media screen and (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    width: 40px;
    height: 40px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    background-size: 14px;
  }
  .swiper-button-next:after {
    background-position: center left 12px;
  }
  .swiper-button-prev:after {
    background-position: center left 15px;
  }
}
/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
.top-titleh2Wrap {
  text-align: center;
  margin-bottom: 30px;
}
.top-titleh2Wrap .top-titleh2 {
  margin: 0;
  font-size: 16px;
}
.top-titleh2Wrap .en {
  font-size: 32px;
  font-weight: bold;
  color: #1CB4BF;
}

.top-titleh2_2 {
  font-size: 40px;
  font-weight: bold;
  color: #1CB4BF;
  margin: 0 0 24px;
}

.top-titleh3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: bold;
  color: #1CB4BF;
}

.sns-list {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.underLine-btn {
  font-size: 14px;
  padding-bottom: 10px;
  padding-right: 40px;
  background: url("./images/common/btn_arrow_icon3.svg") no-repeat top 2px right 10px/16px;
  border-bottom: 1px solid;
  transition: ease 100ms all;
  text-decoration: none;
  margin: 0 auto;
  display: inline-flex;
  line-height: 1.2;
}
.underLine-btn:hover {
  transition: ease 100ms all;
  background: url("./images/common/btn_arrow_icon3.svg") no-repeat top 2px right 5px/16px;
  color: #222;
}

.br16 {
  border-radius: 16px;
  overflow: hidden;
}

.shadow {
  box-shadow: 0px 3px 6px 0px rgba(112, 112, 112, 0.35);
}

#top-fvSwiper {
  margin: 50px 30px 103px;
}
#top-fvSwiper .inr {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#top-fvSwiper .inr .movie {
  width: 100%;
  height: 85vh;
  position: relative;
  z-index: -1;
}
#top-fvSwiper .inr .movie::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.04);
}
#top-fvSwiper .inr .movie #opv {
  width: 100%;
  aspect-ratio: 1.8;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#top-fvSwiper .inr .cc-txt {
  position: absolute;
  left: 0;
  bottom: 183px;
  z-index: 3;
}
#top-fvSwiper .inr .cc-txt .txt {
  font-weight: bold;
  padding: 8px;
  background-color: #fff;
}
#top-fvSwiper .inr .cc-txt .cc-1 {
  font-size: 26px;
  margin-bottom: 4px;
  display: inline-block;
}
#top-fvSwiper .inr .cc-txt .cc-2 {
  font-size: 20px;
}
#top-fvSwiper .inr .en-txt {
  position: absolute;
  left: 10px;
  bottom: -10px;
  z-index: 3;
  font-size: 148px;
  font-weight: bold;
  color: #fff;
}
#top-fvSwiper .inr .en-txt::after {
  content: "";
  width: 114px;
  height: 157px;
  position: absolute;
  bottom: 61px;
  right: -79px;
  background-image: url("images/home/illust/fv_ilust.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1124px) {
  #top-fvSwiper .inr .movie {
    height: 620px;
  }
  #top-fvSwiper .inr .en-txt {
    font-size: 124px;
  }
}
@media screen and (max-width: 900px) {
  #top-fvSwiper .inr .en-txt {
    font-size: 100px;
  }
}
@media screen and (max-width: 767px) {
  #top-fvSwiper {
    margin: 54px 15px 0;
  }
  #top-fvSwiper .inr {
    border-radius: 16px;
  }
  #top-fvSwiper .inr .movie {
    width: 100%;
    height: 345px;
  }
  #top-fvSwiper .inr .movie #opv {
    aspect-ratio: 1;
  }
  #top-fvSwiper .inr .cc-txt {
    bottom: 59px;
  }
  #top-fvSwiper .inr .cc-txt .cc-1 {
    font-size: 16px;
    padding: 2.5px 0;
    margin-bottom: 2px;
  }
  #top-fvSwiper .inr .cc-txt .cc-2 {
    font-size: 12px;
    padding: 4.5px 8px 4.5px 0;
  }
  #top-fvSwiper .inr .en-txt {
    left: 7px;
    bottom: -7px;
    font-size: 50px;
  }
  #top-fvSwiper .inr .en-txt::after {
    width: 29px;
    height: 40px;
    bottom: 22px;
    right: -7px;
  }
}

.top-pc-fixed-btn {
  position: fixed;
  top: 200px;
  right: 0;
  writing-mode: vertical-rl;
  opacity: 0;
}
.top-pc-fixed-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 50px;
  height: 166px;
  color: #fff;
  background-color: #F89E18;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  letter-spacing: 2px;
}
.top-pc-fixed-btn a::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("images/common/icon_mail_orage.svg") no-repeat center/14px;
  border-radius: calc(infinity * 1px);
}
.top-pc-fixed-btn.fixed {
  opacity: 1;
  z-index: 99;
}

#eventArea {
  margin-top: 30px;
  position: relative;
  background-image: url("images/home/bc-wave-line.png");
  background-repeat: repeat-x;
  background-size: 1200px 43px;
  background-position: bottom 320px center;
}
#eventArea::before {
  content: "";
  width: 100%;
  height: 334px;
  background-color: #F7F7F2;
  position: absolute;
  bottom: 0;
  left: 0;
}
#eventArea .top-post-slider {
  margin-bottom: 30px;
  padding: 0 5px 30px;
}
#eventArea .top-post-slider .swiper-button-next {
  right: -20px !important;
}
#eventArea .top-post-slider .swiper-button-prev {
  left: -20px !important;
}
#eventArea .top-post-slider .swiper-button-next, #eventArea .top-post-slider .swiper-button-prev {
  top: 47%;
}

#topParts-3-7 {
  background-image: url("images/home/background_gara.png");
  background-repeat: no-repeat;
  background-size: 1920px 248px;
  background-position: bottom -47px center;
  padding-bottom: 10px;
}

.pc_3-7-br16-shadow {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 3px 6px 0px rgba(112, 112, 112, 0.35);
  padding: 26px 22px 32px;
  display: grid;
  gap: 16.5px 30px;
  text-decoration: none;
  background-color: #fff;
}
.pc_3-7-br16-shadow p {
  margin: 0 0 20.5px;
}

#topParts-a {
  background-color: #F7F7F2;
  padding-top: 160px;
  margin-bottom: 160px;
  position: relative;
}
#topParts-a::before {
  content: "";
  position: absolute;
  bottom: -222px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 280px;
  background-image: url("images/home/info_backgoround_botm.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#topParts-a::after {
  content: "";
  position: absolute;
  bottom: -58px;
  right: 5%;
  width: 146px;
  height: 106px;
  background: url("images/home/illust/about_ilust2.svg") no-repeat center/cover;
}
#topParts-a .inr {
  display: flex;
  gap: 32px 40px;
  flex-direction: row-reverse;
  position: relative;
}
#topParts-a .inr .ilust {
  position: absolute;
  top: -219px;
  left: 0;
  z-index: 0;
}
#topParts-a .inr .mapimg {
  margin-top: -40px;
  flex-shrink: 0;
  text-align: center;
}
#topParts-a .btn-wrap {
  display: flex;
  gap: 12px 24px;
  margin-top: 60px;
}
#topParts-a .btn-wrap .btn {
  margin: 0;
}

#post-tabArea {
  padding-top: 195px;
  margin-bottom: 88px;
  background-color: #F7F7F2;
  position: relative;
}
#post-tabArea::before {
  content: "";
  position: absolute;
  bottom: -191px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 280px;
  background-image: url("images/home/info_backgoround_botm.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#post-tabArea .top-titleh2Wrap {
  position: relative;
  z-index: 0;
}
#post-tabArea .top-titleh2Wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: -85px;
  background-image: url("images/home/illust/info_ilust.svg");
  background-size: cover;
  width: 253px;
  height: 160px;
  z-index: -1;
}
#post-tabArea .posts-container {
  margin-bottom: 40px;
}

#post-featureArea {
  padding-top: 80px;
  position: relative;
}
#post-featureArea::before {
  content: "";
  position: absolute;
  right: calc(50% - 435px);
  top: 17px;
  background-image: url("images/home/illust/feature_ilust.svg");
  background-size: cover;
  width: 103px;
  height: 160px;
}
#post-featureArea::after {
  content: "";
  width: 100%;
  height: 286px;
  background-color: #F7F7F2;
  left: 0;
  bottom: -10px;
  display: block;
  position: absolute;
  z-index: -1;
}
#post-featureArea .itemCard-wrap {
  margin-bottom: 50px;
}

#movieArea {
  padding: 103px 0 27px;
  background-color: #F7F7F2;
  position: relative;
  z-index: 0;
}
#movieArea::after {
  content: "";
  width: 2956px;
  height: 660px;
  background: url("./images/home/bc-wave.svg") no-repeat center/cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -290px;
  z-index: -1;
}
#movieArea ._youtubeWrap {
  max-width: 720px;
  margin: 0 auto;
}

#libraryArea {
  position: relative;
  margin-bottom: 100px;
  padding-top: 150px;
}
#libraryArea::before {
  content: "";
  position: absolute;
  left: calc(50% - 250px);
  top: 145px;
  background-image: url("images/home/illust/library_ilust01.svg");
  background-size: cover;
  width: 70px;
  height: 57px;
}
#libraryArea::after {
  content: "";
  position: absolute;
  right: calc(50% - 300px);
  top: 63px;
  background-image: url("images/home/illust/library_ilust02.svg");
  background-size: cover;
  width: 115px;
  height: 160px;
}
#libraryArea .cl-slider .swiper-slide {
  width: 300px;
}

#topParts-o .itemCard-box .txtBox {
  margin: 20px 5px 30px;
}
#topParts-o .itemCard-box .txtBox .top-titleh2Wrap .en {
  font-size: 24px;
}

#spgoodsArea {
  margin: 100px 0;
}
#spgoodsArea .inr .imgWrap {
  position: relative;
  text-align: center;
}
#spgoodsArea .inr .imgWrap::before {
  content: "";
  background-color: #F5F5F5;
  border-radius: 16px;
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: -1;
}

/*news top*/
#newsArea {
  padding: 90px 0;
}
#newsArea .inr {
  display: grid;
}
#newsArea .news-postListWrap {
  margin-bottom: 45px;
}

@media screen and (min-width: 768px) {
  .pc_3-7-br16-shadow {
    grid-template-columns: 240px 1fr;
  }
  .pc_3-7-br16-shadow p {
    margin: 0 0 23px;
  }
  #newsArea {
    padding: 90px 0;
  }
  #newsArea .inr {
    grid-template-columns: 210px 1fr;
  }
  #newsArea .news-postListWrap {
    margin-bottom: 30px;
  }
  #newsArea .textCenter._btn {
    text-align: right;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1210px) {
  #topParts-a .inr {
    position: relative;
    justify-content: flex-end;
  }
  #topParts-a .inr .mapimg {
    margin-top: 0;
    flex-shrink: initial;
    position: absolute;
    top: -40px;
    right: -70px;
  }
  #topParts-a .inr .textWrap {
    width: 485px;
    flex: initial;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  #topParts-a {
    padding-top: 103.5px;
    margin-bottom: 200px;
  }
  #topParts-a::before {
    bottom: -266px;
  }
  #topParts-a .inr {
    display: grid;
  }
  #topParts-a .inr .ilust {
    top: 290px;
  }
  #topParts-a .inr .mapimg {
    margin-top: 0;
  }
  #topParts-a .inr .textWrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-titleh2Wrap .top-titleh2 {
    font-size: 14px;
  }
  .top-titleh2_2 {
    font-size: 28px;
    margin: 0 0 12px;
  }
  .top-titleh3 {
    margin: 0 0 8px;
    font-size: 18px;
  }
  #topParts-a::after {
    bottom: -182px;
    right: 50%;
    transform: translateX(50%);
    width: 110.55px;
    height: 80px;
  }
  #topParts-a .inr .ilust {
    top: 206px;
  }
  #topParts-a .btn-wrap {
    flex-direction: column;
    margin-top: 24px;
    align-items: center;
  }
  #eventArea {
    background-position: bottom 378px center;
  }
  #eventArea::before {
    height: 380px;
  }
  #eventArea .swiper-container {
    max-width: 310px;
    margin: 0 auto;
  }
  #eventArea .top-post-slider .swiper-button-next {
    right: -17px !important;
  }
  #eventArea .top-post-slider .swiper-button-prev {
    left: -17px !important;
  }
  #eventArea .top-post-slider .swiper-button-next, #eventArea .top-post-slider .swiper-button-prev {
    top: 47%;
  }
  #post-tabArea {
    padding-top: 253px;
    margin-bottom: 100px;
  }
  #post-tabArea::before {
    bottom: -267px;
  }
  #post-tabArea .top-titleh2Wrap {
    position: relative;
    z-index: 0;
  }
  #post-tabArea .top-titleh2Wrap::before {
    left: 50%;
    transform: translateX(-50%);
    top: -135px;
    width: 190px;
    height: 120px;
  }
  #post-tabArea .posts-container {
    margin-bottom: 30px;
  }
  #post-featureArea {
    padding-top: 194px;
  }
  #post-featureArea::before {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  #post-featureArea::after {
    height: 940px;
  }
  #post-featureArea .itemCard-wrap {
    margin-bottom: 30px;
  }
  #movieArea {
    padding: 80px 0 38px;
  }
  #movieArea::after {
    transform: translateX(-39%);
    bottom: -259px;
  }
  #libraryArea {
    margin-bottom: 60px;
    padding-top: 215px;
  }
  #libraryArea::before {
    left: calc(50% - 120px);
    top: 93px;
  }
  #libraryArea::after {
    right: calc(50% - 80px);
    top: 62px;
    width: 87px;
    height: 120px;
  }
  #topParts-o .itemCard-box .txtBox {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
  }
  #topParts-o .itemCard-box .txtBox .top-titleh2Wrap .en {
    font-size: 18px;
  }
  #spgoodsArea {
    margin: 60px 0;
  }
  #spgoodsArea .inr .imgWrap {
    position: relative;
    text-align: center;
  }
  #spgoodsArea .inr .imgWrap::before {
    top: 26px;
    height: 100px;
  }
  #newsArea {
    padding: 60px 0;
  }
}
/* ----------------------------------- */
/*投稿共通*/
/* ----------------------------------- */
.itemCard-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.itemCard-wrap .itemCard-box {
  box-shadow: 0px 3px 6px 0px rgba(112, 112, 112, 0.35);
  background-color: #fff;
  position: relative;
}
.itemCard-wrap .itemCard-box:hover {
  opacity: 0.7;
}
.itemCard-wrap .itemCard-box .permalink {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.itemCard-wrap .itemCard-box .img img {
  aspect-ratio: 1.6;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.itemCard-wrap .itemCard-box .post-title {
  font-weight: normal;
  font-size: 16px;
}
.itemCard-wrap .itemCard-box._style2 .img img {
  aspect-ratio: 2;
}
.itemCard-wrap .itemCard-box.img-time-title .txtBox {
  padding: 16px 20px 60px;
}
.itemCard-wrap .itemCard-box.img-time-title .txtBox .post-title {
  margin: 4px 0 0;
}
.itemCard-wrap .itemCard-box.img-label-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.itemCard-wrap .itemCard-box.img-label-title .img {
  position: relative;
}
.itemCard-wrap .itemCard-box.img-label-title .post-name {
  position: absolute;
  bottom: -13px;
  left: 0;
  z-index: 3;
}
.itemCard-wrap .itemCard-box.img-label-title .post-title {
  margin: 30px 20px 14px;
}
.itemCard-wrap .itemCard-box.img-label-title .icons-list {
  margin: auto 20px 38px;
}
.itemCard-wrap .itemCard-box.img-title-icons-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.itemCard-wrap .itemCard-box.img-title-icons-list .post-title {
  margin: 10px 20px;
}
.itemCard-wrap .itemCard-box.img-title-icons-list .icons-list {
  margin: auto 20px 38px;
}

.icons-list {
  display: grid;
  gap: 4px;
}

.post-name {
  padding: 2px 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1CB4BF;
  font-size: 14px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
}
.post-name.events {
  background-color: #5086C1;
}
.post-name.eat {
  background-color: #F89E18;
}
.post-name.stay {
  background-color: #37BDC7;
}
.post-name.play {
  background-color: #4EB942;
}
.post-name.activity {
  background-color: #CD6653;
}
.post-name.facility {
  background-color: #A85FC5;
}
.post-name.special_product {
  background-color: #E56B94;
}
.post-name.feature {
  background-color: #DB3E00;
}
.post-name.recommend {
  background-color: #B3CB00;
}

.icon-pin {
  padding-left: 21px;
  background: url("images/common/icon_map.svg") no-repeat top 5px left 2px/11.5px 16px;
}

.icon-clock {
  padding-left: 21px;
  background: url("images/common/icon_clock.svg") no-repeat top 5px left 0/14px;
}

/*top tab-posts*/
.tab-posts-grid {
  display: none;
}

.tab-posts-grid.active {
  display: grid;
}

/*news*/
.news-postListWrap {
  display: grid;
  gap: 20px;
}
.news-postListWrap time {
  font-size: 14px;
  color: #1CB4BF;
}
.news-postListWrap a {
  text-decoration: none;
  color: #222;
}
.news-postListWrap .postBox {
  display: grid;
  gap: 6px;
}

/*投稿一覧ページ*/
#catListPage {
  margin-bottom: 120px;
}
#catListPage .itemCard-wrap {
  gap: 40px 20px;
}

.catList-cat-btn {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 16px 8px;
}
.catList-cat-btn .cat-btn {
  display: flex;
  padding: 2px 24px;
  border: 1px solid #1CB4BF;
  color: #1CB4BF;
  text-decoration: none;
  border-radius: calc(infinity * 1px);
}
.catList-cat-btn .cat-btn:hover {
  background-color: #1CB4BF;
  color: #fff;
}
.catList-cat-btn .cat-btn.active {
  background-color: #1CB4BF;
  color: #fff;
}

.post-count-summary {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 24px;
}
.post-count-summary .displayed_count-nom {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #1CB4BF;
  line-height: 1;
}
.post-count-summary .total_count-nom {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

@media screen and (min-width: 767px) {
  .tab-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .tab-buttons .tab-button {
    cursor: pointer;
    display: flex;
    padding: 17px 24px 19px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    color: #222;
    border: none;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 100%;
    flex: 1;
  }
  .tab-buttons .tab-button:first-child {
    border-radius: 8px 0 0 8px;
  }
  .tab-buttons .tab-button:last-child {
    border-radius: 0 8px 8px 0;
  }
  .tab-buttons .tab-button.active {
    background-color: #1CB4BF;
    color: white;
    position: relative;
  }
  .tab-buttons .tab-button.active::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 13px solid #1CB4BF;
    border-bottom: 0;
  }
  .tab-buttons .tab-button._c {
    position: relative;
  }
  .tab-buttons .tab-button._c:first-child {
    border-radius: 0;
  }
  .tab-buttons .tab-button._c::before {
    content: "";
    width: 1px;
    height: 80%;
    background-color: #1CB4BF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .tab-options {
    display: contents;
  }
}
@media screen and (min-width: 768px) and (max-width: 1210px) {
  .itemCard-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .itemCard-wrap {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
  }
  .itemCard-wrap .itemCard-box {
    width: 300px;
  }
  .itemCard-wrap._style2 .itemCard-box {
    display: flex;
    width: 100%;
  }
  .itemCard-wrap._style2 .itemCard-box .img img {
    aspect-ratio: 1.2;
    width: 120px;
  }
  .tab-buttons {
    margin-bottom: 22px;
    font-size: 14px;
  }
  .tab-buttons .sp-tab-selected {
    width: 100%;
    padding: 16px 24px;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    position: relative;
    font-weight: bold;
    border: none;
  }
  .tab-buttons .sp-tab-selected .arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border: solid #1CB4BF;
    border-width: 0 2px 2px 0;
    padding: 4px;
    display: inline-block;
    transition: transform 0.2s;
  }
  .tab-buttons .tab-options {
    display: none;
    flex-direction: column;
    border-top: none;
    background: #fff;
    z-index: 5;
    position: absolute;
    width: calc(100% - 30px);
    box-shadow: 0px 3px 6px 0px rgba(112, 112, 112, 0.35);
    border-radius: 8px;
  }
  .tab-buttons.open .arrow {
    top: 58%;
    transform: translateY(-50%) rotate(-135deg);
  }
  .tab-buttons.open .tab-options {
    display: flex;
  }
  .tab-buttons.open .tab-options .tab-button {
    padding: 10px 16px;
    border: none;
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s;
    overflow: hidden;
  }
  /*投稿一覧ページ*/
  #catListPage {
    margin-bottom: 100px;
  }
  #catListPage .itemCard-wrap {
    gap: 10px;
  }
}
/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  clear: both;
  position: relative;
  padding: 20px 0 200px;
}
#footer a {
  color: #222;
}
#footer #footerCnt {
  display: grid;
  gap: 24px 120px;
}
#footer .f_txt {
  margin-bottom: 1em;
}
#footer #footerCntWrap {
  margin-bottom: 65px;
}
#footer #footerCntWrap #footerNaviWrap .footerNavi ul {
  display: grid;
  gap: 8px;
}
#footer #footerCntWrap #footerNaviWrap .footerNavi ul li a {
  text-decoration: none;
}
#footer #footerCntWrap #footerNaviWrap .footerNavi ul li a:hover {
  opacity: 0.8;
}
#footer #footerCntWrap #footerNaviWrap .footerNavi ul .sub-menu {
  margin: 8px 0 12px;
  gap: 2px;
}
#footer #footerCntWrap #footerNaviWrap .footerNavi ul .sub-menu .menu-item {
  margin-left: 6px;
}
#footer #footerCntWrap #footerNaviWrap .footerNavi ul .sub-menu .menu-item a {
  padding-left: 21px;
  background: url("./images/common/btn_arrow_blue.svg") no-repeat top 6px left/16px;
}
#footer #footerNaviWrap02 {
  margin-bottom: 65px;
}
#footer #copyright {
  text-align: center;
}
#footer #copyright p {
  color: #1CB4BF;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  #footer {
    padding: 32px 0 200px;
  }
  #footer #footerCnt {
    grid-template-columns: 295px 1fr;
  }
  #footer #footerCntWrap {
    margin-bottom: 100px;
  }
  #footer #footerCntWrap #footerNaviWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
  }
  #footer #footerNaviWrap02 {
    margin-bottom: 50px;
  }
}

/* ---------------------------------------------------------------- */
/* contactArea  */
/* ---------------------------------------------------------------- */
#contactArea {
  padding-top: 70px;
  background: linear-gradient(180deg, #1CB4BF 0%, #1CB4BF 75%, #fff 75%, #fff 100%);
}
#contactArea .inr {
  display: grid;
  grid-gap: 10px 30px;
}
#contactArea .inr a {
  text-decoration: none;
}
#contactArea .inr a:hover {
  color: #222;
}
#contactArea .inr .contactArea-inrBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  box-shadow: 0px 3px 6px 0px rgba(112, 112, 112, 0.35);
  background-color: #fff;
  padding: 20px 34px 17.5px;
  height: 100px;
}
#contactArea .inr .contactArea-inrBox .arrow {
  transition: all ease 0.1s;
}
#contactArea .inr .contactArea-inrBox .top-titleh2 {
  color: #222 !important;
}
#contactArea .inr .contactArea-inrBox:hover .arrow {
  transition: all ease 0.1s;
  margin-left: 10px;
}
#contactArea .bnr-slider {
  padding-bottom: 70px;
}
#contactArea .bnr-slider .swiper-slide {
  width: 180px;
  border-radius: 4px;
  overflow: hidden;
}
#contactArea .bnr-slider .swiper-horizontal > .swiper-pagination-bullets, #contactArea .bnr-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 44px;
}
@media screen and (min-width: 768px) {
  #contactArea .inr {
    grid-template-columns: repeat(2, 1fr);
  }
  #contactArea .inr .contactArea-inrBox {
    height: 270px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding: 48px 34px 35px;
  }
}
@media screen and (max-width: 767px) {
  #contactArea {
    padding-top: 60px;
    background: linear-gradient(180deg, #1CB4BF 0%, #1CB4BF 90%, #fff 90%, #fff 100%);
  }
  #contactArea .inr .contactArea-inrBox .icon_map {
    margin-left: 6px;
  }
  #contactArea .bnr-slider {
    padding-bottom: 67px;
    padding-left: 15px;
  }
  #contactArea .bnr-slider .swiper-horizontal > .swiper-pagination-bullets, #contactArea .bnr-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* ページナビ */
/* ---------------------------------------------------------------- */
.wp-pagenavi {
  position: relative;
  text-align: center;
  padding: 0 0;
  margin: 60px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  gap: 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #222;
  width: 40px;
  height: 40px;
  text-decoration: none;
  background: #F7F7F2;
  border-radius: 4px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  color: #1CB4BF;
  background: #fff;
}
.wp-pagenavi span.current {
  color: #fff;
  background: #1CB4BF;
  font-weight: 400;
  border: 1px solid #1CB4BF;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  font-size: 16px;
  color: #222;
  text-decoration: underline;
  background: none;
  border: none;
}
.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus {
  color: #004386;
}

/* ---------------------------------------------------------------- */
/* ページトップ ボタン */
/* ---------------------------------------------------------------- */
#pagetopArea {
  text-align: right;
}
#pagetopArea a {
  font-weight: bold;
  width: 50px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 -1em auto;
}

@media screen and (max-width: 767px) {
  #pagetopArea a {
    margin: 0 0 0 auto;
  }
}
/* ---------------------------------------------------------------- */
/* CTA固定ボタン */
/* ---------------------------------------------------------------- */
.fixed-nav-list {
  display: flex;
  border-radius: 8px;
  box-shadow: 0px 3px 6px 0px rgba(112, 112, 112, 0.35);
  background-color: #fff;
}
.fixed-nav-list li {
  flex: 1;
  position: relative;
}
.fixed-nav-list li:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #1CB4BF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fixed-nav-list li a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  height: 60px;
  text-align: center;
  color: #222 !important;
}
.fixed-nav-list li a:hover {
  opacity: 0.8;
}
.fixed-nav-list li a .icon {
  width: 20px;
  height: 20px;
}
.fixed-nav-list li a .icon img {
  display: block;
}
@media screen and (max-width: 767px) {
  .fixed-nav-list li {
    flex: 1;
  }
  .fixed-nav-list li a {
    font-size: 11px;
    height: 70px;
    justify-content: flex-start;
    padding: 10px 0 0;
  }
  .fixed-nav-list li a span {
    display: block;
    margin: auto 0;
  }
}

#fixedBtnArea {
  width: 100%;
  opacity: 0;
  z-index: 10;
  position: fixed;
  bottom: -70px;
  transition: 0.6s;
  display: none !important;
}
#fixedBtnArea.fixed {
  opacity: 1;
  transition: 0.6s;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  #fixedBtnArea {
    display: block !important;
  }
}

.home #fixedBtnArea {
  display: block !important;
}
.home #fixedBtnArea.fixed {
  bottom: 15px;
}

.fixed-nav {
  margin-top: -24px;
  position: relative;
  z-index: 3;
}
.fixed-nav .fixed-nav-list li:hover {
  opacity: 0.8;
}
.fixed-nav .fixed-nav-list li a {
  height: 80px;
}
.fixed-nav .fixed-nav-list li a .icon {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .fixed-nav {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* accordion */
/* ---------------------------------------------------------------- */
.accordion-container {
  margin: 40px auto;
  width: 100%;
}
.accordion-container .accordion-list {
  background: #F8F8F8;
  margin-bottom: 30px;
}
.accordion-container .accordion-list::first-child {
  margin-top: 10px;
}
.accordion-container .accordion-list .accordion-title {
  cursor: pointer;
  font-size: 18px;
  padding: 18px 30px 18px 76px;
  position: relative;
  font-weight: bold;
  margin-bottom: 10px;
}
.accordion-container .accordion-list .accordion-title::before {
  position: absolute;
  content: "Q.";
  font-family: "全角ゴシック New";
  font-size: 34px;
  font-weight: bold;
  color: #1D976C;
  left: 30px;
  top: 4px;
}
.accordion-container .accordion-list .accordion-title::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  height: 10px;
  width: 20px;
  background: url("images/home/down_arrow.svg") no-repeat;
  background-position: center;
  background-size: 20px;
  transition: all 0.3s ease-in-out;
}
.accordion-container .accordion-list .accordion-title.open::after {
  transform: rotate(180deg) !important;
}
.accordion-container .accordion-list .accordion-text {
  display: none;
  padding: 10px 35px 51px 76px;
  position: relative;
  font-size: 16px;
}
.accordion-container .accordion-list .accordion-text::before {
  position: absolute;
  content: "A.";
  font-family: "全角ゴシック New";
  font-size: 34px;
  font-weight: bold;
  color: #1D976C;
  left: 30px;
  top: 4px;
}

@media screen and (max-width: 767px) {
  .accordion-container .accordion-list .accordion-title {
    padding: 26px 50px 20px 60px;
  }
  .accordion-container .accordion-list .accordion-title::before {
    left: 17px;
    top: 21px;
  }
  .accordion-container .accordion-list .accordion-text {
    padding: 10px 50px 51px 60px;
  }
  .accordion-container .accordion-list .accordion-text::before {
    left: 17px;
  }
}
/* ---------------------------- */
/* 下層ページヘッダー */
/* ---------------------------- */
#mainCnt {
  margin-bottom: 120px;
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 100px 60px;
}

#sidebar .sidebox-inr:nth-of-type(n + 2) {
  margin-top: 40px;
}
#sidebar .child-categories {
  margin-bottom: 0;
}
#sidebar .child-categories li {
  margin-bottom: 0;
}
#sidebar .child-categories li a {
  width: 100%;
}
#sidebar .side-itemCard {
  display: grid;
  gap: 16px;
}
#sidebar .side-itemCard .side-itemCard-box {
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 0;
}
#sidebar .side-itemCard .side-itemCard-box .permalink {
  position: absolute;
  z-index: 1;
  inset: 0;
}
#sidebar .side-itemCard .side-itemCard-box .thumbnail {
  border-radius: 4px;
  overflow: hidden;
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}
#sidebar .side-itemCard .side-itemCard-box .thumbnail img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sidebar .side-itemCard .side-itemCard-box .cat-name {
  display: block;
  margin-bottom: 4px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.pageTitlebox {
  height: 216px;
  background-color: #F7F7F2;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
}
.pageTitlebox .inr {
  display: flex;
  gap: 0 16px;
  align-items: baseline;
  flex-wrap: wrap;
}
.pageTitlebox .pageTitle--jp {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.pageTitlebox .pageTitle--en {
  font-size: 40px;
  font-weight: bold;
  color: #1CB4BF;
  text-transform: uppercase;
  font-family: "Hind Vadodara", sans-serif;
}

/*投稿詳細*/
#postCnt .thumbnail {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
}
#postCnt .thumbnail img {
  width: 100%;
}
#postCnt .cat-timeWrap {
  display: flex;
  gap: 8px 30px;
  margin-bottom: 16px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#postCnt .cat-timeWrap .cat-timebox .post-name {
  border-radius: calc(infinity * 1px);
}
#postCnt .cat-timeWrap .cat-timebox .post-name:hover {
  opacity: 0.8;
}
#postCnt .cat-timeWrap .timeWrap {
  display: flex;
  gap: 16px;
  margin: 0 0 0 auto;
}
#postCnt .cat-timeWrap .timeWrap .time {
  display: flex;
  gap: 4px;
  font-size: 14px;
  align-items: center;
}
#postCnt .cat-timeWrap .timeWrap .time::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
#postCnt .cat-timeWrap .timeWrap .time.icon-pen::before {
  background: url("images/common/icon-pen.svg") no-repeat center/cover;
}
#postCnt .cat-timeWrap .timeWrap .time.icon-update::before {
  background: url("images/common/icon-update.svg") no-repeat center/cover;
}

.sns__container {
  display: flex;
}
.sns__container a {
  flex: 1;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.sns__container .sns__x {
  background-color: #111;
}
.sns__container .sns__facebook {
  background-color: #2F4F89;
}
.sns__container .sns__hatenabookmark {
  background-color: #0085D5;
}
.sns__container .sns__pocket {
  background-color: #D34451;
}
.sns__container .sns__line {
  background-color: #00BC00;
}

.post-nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}
.post-nav-wrapper .post-nav {
  display: block;
  border: 3px solid #1CB4BF;
  border-radius: 16px;
  text-align: center;
  padding: 30px 15px;
  text-align: center;
  color: #222;
  text-decoration: none;
  display: grid;
  align-content: space-between;
}
.post-nav-wrapper .post-nav .post-nav-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.post-nav-wrapper .post-nav .post-nav-label {
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.post-nav-wrapper .post-nav .post-nav-label.prev::before {
  content: "";
  width: 14px;
  height: 16px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: top 2px left;
  background-image: url("images/common/post-nav-prev.svg");
}
.post-nav-wrapper .post-nav .post-nav-label.next::after {
  content: "";
  width: 14px;
  height: 16px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: top 2px right;
  background-image: url("images/common/post-nav-next.svg");
}
.post-nav-wrapper .post-nav:hover {
  background-color: #1CB4BF;
  color: #fff;
}
.post-nav-wrapper .post-nav:hover .post-nav-label.prev::before {
  background-image: url("images/common/post-nav-prev_h.svg");
}
.post-nav-wrapper .post-nav:hover .post-nav-label.next::after {
  background-image: url("images/common/post-nav-next_h.svg");
}

@media screen and (max-width: 767px) {
  #mainCnt {
    margin-bottom: 100px;
    grid-template-columns: 1fr;
  }
  .pageTitlebox {
    height: 175px;
  }
  .pageTitlebox .inr {
    flex-direction: column;
    margin-bottom: 16px;
  }
  .pageTitlebox .pageTitle--en {
    font-size: 38px;
    line-height: 1.4;
  }
  .post-nav-wrapper .post-nav {
    padding: 15px;
  }
  .post-nav-wrapper .post-nav .post-nav-title {
    display: none;
  }
}
/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
.pcm-breadcrumbs {
  margin-bottom: 80px;
}
.pcm-breadcrumbs__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.4em;
  list-style: none;
  padding-left: 0 !important;
}
.pcm-breadcrumbs__item::marker {
  display: none !important;
}
.pcm-breadcrumbs__item:not(:last-child)::after {
  content: ">";
  padding: 0 6px;
}
.pcm-breadcrumbs__link {
  color: #575757 !important;
  text-decoration: none !important;
}
.pcm-breadcrumbs__link:hover {
  color: #1CB4BF !important;
  text-decoration: underline !important;
}
@media screen and (max-width: 767px) {
  .pcm-breadcrumbs {
    margin-bottom: 64px;
  }
}

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 55px;
}
.column2Wrap .columnBox {
  flex-basis: calc((100% - 40px * (2 - 1)) / 2);
  max-width: calc((100% - 40px * (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;
}

.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;
  }
}
@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;
  }
}
@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 .order0 {
    order: 0;
  }
  .column2Wrap .order1 {
    order: 1;
  }
  .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;
  }
}
/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
.postPage #postCnt {
  min-height: 300px;
}
.postPage h1, .postPage h2, .postPage h3, .postPage h4, .postPage h5, .postPage h6 {
  line-height: 1.2;
  margin-top: 0;
}
.postPage .titleh2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 28px;
}
.postPage .titleh2.type2 {
  background-color: #F7F7F2;
  padding: 6px 12px;
  border-bottom: 4px solid #1CB4BF;
  margin-bottom: 40px;
}
.postPage .titleh3 {
  font-size: 26px;
  font-weight: bold;
}
.postPage .titleh3.dotted {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
.postPage .titleh3.dotted span {
  flex-shrink: 0;
}
.postPage .titleh3.dotted::before, .postPage .titleh3.dotted::after {
  content: "";
  border-bottom: 6px dotted #1CB4BF;
  height: 6px;
  width: 50%;
}
.postPage .titleh3.r-border {
  margin-bottom: 36px;
  border-left: 12px solid #DDEFEF;
  padding: 6px 6px 5px 12px;
}
.postPage .titleh4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #1CB4BF;
}
.postPage .titleh5 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 12px;
  margin-bottom: 16px;
  position: relative;
}
.postPage .titleh5::before {
  content: "";
  width: 4px;
  height: 24px;
  background-color: #1CB4BF;
  position: absolute;
  left: 0;
  top: 1px;
}
.postPage .titleh6 {
  font-size: 18px;
  font-weight: bold;
  color: #1CB4BF;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.postPage .titleh6.icon {
  flex-shrink: 0;
}
.postPage .textLeft {
  text-align: left;
}
.postPage .textCenter {
  text-align: center;
}
.postPage .textRight {
  text-align: right;
}
.postPage .underline {
  text-decoration: underline;
}
.postPage .sidebox .titleh6 {
  border-bottom: 2px solid #1CB4BF;
  padding-bottom: 12px;
}
.postPage .post-tags {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.postPage .post-tags li {
  margin-bottom: 0;
}
.postPage .post-tags li a {
  padding: 3px 20px 4px;
  border-radius: calc(infinity * 1px);
  background-color: #F7F7F2;
  font-size: 12px;
  color: #222;
  text-decoration: none;
  min-height: 24px;
  display: flex;
  align-items: center;
}
.postPage .post-tags li a::before {
  content: "#";
}
.postPage .post-tags li a:hover {
  opacity: 0.8;
}
.postPage .box:nth-of-type(n + 2) {
  margin-top: 80px;
}
.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 .main-color {
  color: #1CB4BF;
}
.postPage .bg-color {
  background-color: #F7F7F2;
  padding: 24px;
}
.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 code {
  font-family: "Noto Sans JP", sans-serif;
}
.postPage pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
.postPage a {
  position: relative;
}
.postPage a:hover {
  text-decoration: none;
  color: #004386;
}
.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: #1CB4BF;
}
.postPage a.textArrow:hover {
  color: #1CB4BF;
  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: #1CB4BF;
}
.postPage a.textArrowR:hover, .postPage a.textArrowR:focus {
  color: #1CB4BF;
  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 40px;
  width: 100%;
  border-collapse: collapse;
}
.postPage table caption {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
.postPage table tr {
  border-bottom: #D5D5D5 solid 1px;
}
.postPage table tr th, .postPage table tr td {
  width: auto;
  line-height: 1.4;
}
.postPage table tr th {
  font-weight: bold;
  color: #1CB4BF;
  width: auto;
}
.postPage table tr th.w200 {
  width: 200px;
}
.postPage table tr th.thLeft {
  text-align: left;
}
.postPage table tr td {
  border-left: none;
  word-break: break-all;
}
.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.type1 tr:first-child {
  border-top: #D5D5D5 solid 1px;
}
.postPage table.type1 tr th, .postPage table.type1 tr td {
  padding: 1.4em 1em;
}
.postPage table.type1 tr th {
  vertical-align: top;
  text-align: center;
  background-color: #F7F7F2;
}
.postPage table.type1._fixed {
  table-layout: fixed;
  border: #D5D5D5 solid 1px;
}
.postPage table.type1._fixed tr th, .postPage table.type1._fixed tr td {
  padding: 0.8em 1em;
}
.postPage table.type1._fixed tr th:not(:last-child), .postPage table.type1._fixed tr td:not(:last-child) {
  border-right: #D5D5D5 solid 1px;
}
.postPage table.type1._fixed tr td {
  text-align: center;
}
.postPage table.type2 tbody {
  display: grid;
  gap: 24px;
}
.postPage table.type2 tr th {
  padding-bottom: 1em;
  text-align: left;
  width: 200px;
}
.postPage table.type2 tr th + th {
  border-left: 1px solid #999999;
}
.postPage table.type2 tr td {
  padding-bottom: 1em;
}
.postPage table.type2 tr td + td {
  border-left: 1px solid #999999;
}
.postPage table.type2 tr td:nth-of-type(1) {
  border-left: none;
}
.postPage table.colum2 tbody {
  display: grid;
  gap: 16px;
}
.postPage table.colum2 tr th {
  padding-bottom: 10px;
  text-align: left;
  color: #222;
  font-weight: 500;
  width: 6em;
}
.postPage table.colum2 tr td {
  padding-bottom: 10px;
}
.postPage .tableSc {
  overflow: inherit;
  white-space: normal;
  width: 100%;
}
.postPage .tableSc table {
  width: 100%;
}
.postPage .tableSc table tr {
  border-bottom: 1px solid #004386;
}
.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: #004386;
  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: #1CB4BF;
  left: 10px;
  top: 10px;
}
.postPage blockquote:after {
  content: "\f10e";
  position: absolute;
  display: block;
  font: 20px/1 FontAwesome;
  color: #1CB4BF;
  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 40px;
  padding: 0;
}
.postPage ul li {
  list-style: none;
  position: relative;
  padding: 0;
  line-height: 1.1;
  margin-bottom: 1em;
}
.postPage ul li ul {
  padding: 0 0 10px;
  margin: 10px 0 0 1em;
}
.postPage ul li ul li::marker {
  color: #1CB4BF;
}
.postPage ul.iconList li {
  padding: 0 0 0 1em;
}
.postPage ul.iconList li:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  width: 8px;
  height: 8px;
  background: #1CB4BF;
  border-radius: 5px;
}
.postPage ol {
  margin: 0 0 20px;
  padding: 0 0 0 1.6em;
  list-style-type: decimal-leading-zero;
}
.postPage ol li {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  margin-bottom: 1em;
}
.postPage ol li::marker {
  color: #1CB4BF;
  font-weight: bold;
  font-family: "Hind Vadodara", sans-serif;
}
.postPage ol li:last-child {
  margin: 0 0 10px;
}
.postPage ol li ol {
  margin: 10px 0;
  padding: 0 0 0 1em;
}
.postPage address {
  font-style: normal;
}
.postPage hr.red {
  border-bottom: 1px solid #C65871 !important;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .postPage .titleh2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .postPage .titleh3 {
    font-size: 24px;
  }
  .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.type1._normal tr {
    border: none;
  }
  .postPage table.type1._normal tr th, .postPage table.type1._normal tr td {
    padding: 5px 8px;
    display: block;
    width: 100%;
  }
  .postPage table.type1._normal tr th {
    text-align: left;
  }
  .postPage table.type1._normal tr td {
    padding-bottom: 1em;
  }
  .postPage table.type1._fixed tr th, .postPage table.type1._fixed tr td {
    padding: 12px 5px;
  }
  .postPage table.type2 tbody {
    gap: 16px;
  }
  .postPage table.type2 tr th, .postPage table.type2 tr td {
    display: block;
    width: 100%;
  }
  .postPage table.type2 tr th {
    min-width: 1px;
    padding: 0;
  }
  .postPage table.type2 tr td {
    padding: 8px 0 1em;
  }
  .postPage .tableSc {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.gmapWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.gmapWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtubeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.youtubeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* フォームナビ */
/* ---------------------------- */
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: #e3eff6;
  color: #222;
  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: #1CB4BF;
  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 #1CB4BF;
}
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 #999;
}
ul.formFlow li.third.active {
  background: #1CB4BF !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 #999;
}

/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#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: #C33149;
  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 0.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: 0.4em 0 0.3em 0.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;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 26px;
  height: 26px;
  /*Other Browser*/
  background: #e2e2e2;
  /*For Old WebKit*/
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%);
}
#formArea input[type=checkbox]:checked {
  /*Other Browser*/
  background: #1CB4BF;
  /*For Old WebKit*/
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #1CB4BF 0%, #1CB4BF 100%);
  border: 1px solid #1CB4BF;
}
#formArea input[type=checkbox]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  content: "";
  width: 10px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}
#formArea input[type=checkbox]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 16px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}
#formArea .mwform-zip-field input {
  width: inherit;
}
#formArea .mwform-tel-field input {
  margin: 0 !important;
  width: auto;
}
#formArea .mwform-radio-field {
  display: inline-block;
  margin: 0 15px 5px 0;
}
#formArea .mwform-radio-field input {
  margin: 0 15px 0 0;
}
#formArea .mwform-radio-field-text {
  margin-left: 10px;
}
#formArea input[type=file] {
  margin-bottom: 10px;
}
#formArea .inline_wrap select {
  display: inline-block;
}
#formArea .btnArea {
  display: grid;
  gap: 20px;
}
#formArea .btnArea .submitArea .submit {
  margin: 0 auto;
}
#formArea .btnArea .submitArea .submit:hover, #formArea .btnArea .submitArea .submit:focus {
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#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 #1CB4BF;
  color: #1CB4BF !important;
  padding: 0.4em 0;
  transition: 0.3s;
  font-size: 14px;
}
#formArea .btnArea .returnArea .return:hover, #formArea .btnArea .returnArea .return:focus {
  color: #fff !important;
  background: #1CB4BF;
  transition: 0.3s;
}
#formArea .mw_wp_form_confirm .btnArea .returnArea {
  display: inline-flex;
}
@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 {
    flex-direction: column-reverse;
  }
  #formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
    margin: 0 auto;
  }
  #formArea .mw_wp_form_confirm .btnArea .returnArea {
    display: block;
  }
  #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
    margin: 0 auto;
  }
}

/* for IE *//*# sourceMappingURL=style.css.map */