@charset "UTF-8";
* {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

body {
  position: relative;
  overflow-x: hidden;
}
body .wrap {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  body .wrap {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    max-width: 1920px;
    margin: 0 auto;
  }
}

img {
  vertical-align: bottom;
}

sup {
  font-size: 0.8em;
}

/* デバイス別表示設定
-----------------------------------------*/
.pc {
  display: none;
}

.tb {
  display: none;
}

.sp {
  display: block;
}

span.pc {
  display: none;
}

span.tb {
  display: none;
}

span.sp {
  display: inline;
}

img.pc {
  display: none;
}

img.tb {
  display: none;
}

img.sp {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  /* タブレット：デバイス別表示設定
  --------------------------------------------*/
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
  span.pc {
    display: none;
  }
  span.sp {
    display: none;
  }
  span.tb {
    display: inline;
  }
  img.pc {
    display: none;
  }
  img.sp {
    display: none;
  }
  img.tb {
    display: inline-block;
  }
}
@media screen and (min-width: 1000px) {
  /* PC：デバイス別表示設定
  --------------------------------------------*/
  .sp {
    display: none;
  }
  .tb {
    display: none;
  }
  .pc {
    display: block;
  }
  span.sp {
    display: none;
  }
  span.tb {
    display: none;
  }
  span.pc {
    display: inline;
  }
  img.sp {
    display: none;
  }
  img.tb {
    display: none;
  }
  img.pc {
    display: inline-block;
  }
}
/*
動き関連
-----------------------------------------*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  opacity: 0;
  margin-top: -30px;
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    margin-top: -30px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    margin-top: -30px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
/* ヘッダ
-----------------------------------------*/
#site-header {
  width: 100%;
  text-align: center;
  position: sticky;
  position: -webkit-sticky;
  padding-top: 20px;
  top: 0;
  z-index: 1000;
  background: #fff;
  /*OPEN時の動き*/
  /* スクロール時の配置 */
  /*OPEN時の動き*/
}
#site-header:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  #site-header {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-top: 2px;
  }
}
#site-header h1 {
  display: block;
  margin: 5px 0 20px;
  line-height: 1;
  margin: 10px auto 0;
  width: 60%;
}
#site-header h1 img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  #site-header h1 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 384px;
    margin: 18px auto 70px;
  }
}
#site-header .iconBox {
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 1000;
}
#site-header .iconBox img {
  width: 49px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  #site-header .iconBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    top: 5px;
    right: 10px;
  }
  #site-header .iconBox img {
    width: 60px;
    height: auto;
  }
}
#site-header .accessiconBox {
  position: absolute;
  top: 60px;
  right: 7px;
  z-index: 1000;
}
#site-header .accessiconBox img {
  width: 35px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  #site-header .accessiconBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: none;
  }
}
#site-header nav.globalNav {
  width: 100%;
  height: 40px;
  position: relative;
}
#site-header .drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0 1em 10px;
}
#site-header .navbar_toggle {
  margin-top: -44px;
  z-index: 9999;
}
#site-header .navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #14729F;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
#site-header .navbar_toggle_icon:nth-child(1) {
  top: 0;
}
#site-header .navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
}
#site-header .navbar_toggle_icon:nth-child(3) {
  top: 0;
}
#site-header .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
#site-header .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  opacity: 0;
}
#site-header .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
#site-header .menu {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  margin-top: 15px;
}
#site-header .menu ul li {
  font-size: 0.95m;
  font-weight: bold;
  padding: 23px 0 6px;
  border-bottom: 1px solid #CCC;
}
#site-header .menu ul li:first-of-type {
  border-top: 1px solid #CCC;
}
#site-header .menu ul li a {
  text-decoration: none;
  padding: 0 1em 15px;
  display: block;
  color: #333;
}
#site-header .menu ul li a.accessNav {
  background: #073A7F;
  color: #fff;
  padding: 10px 70px 10px 40px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  color: #fff;
}
#site-header .menu ul li a.accessNav:before {
  content: "";
  background: url("../../top_img/accessicon.png") no-repeat;
  background-position: right;
  width: 100px;
  height: 50px;
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -25px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#site-header .menu ul li a.accessNav:hover:before {
  right: 20px;
}
#site-header .menu ul li a.accessNav:focus:before {
  right: 20px;
}
#site-header .menu ul li a.accessNav:active:before {
  right: 20px;
}
#site-header .menu ul li a.hvr-underline-from-center { /* Underline From Center 下線ホバー*/
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
#site-header .menu ul li a .hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #124d84;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#site-header .menu ul li a .hvr-underline-from-center:hover:before, #site-header .menu ul li a .hvr-underline-from-center:focus:before, #site-header .menu ul li a .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
#site-header .menu ul li a:visited {
  text-decoration: none;
}
#site-header .menu ul li span {
  display: block;
  font-size: 0.7em;
  line-height: 0.9;
}
#site-header .is-animation {
  height: 40px !important;
}
#site-header .is-animation nav.globalNav {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#site-header .is-animation nav.globalNav ul {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#site-header .menu.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}
@media screen and (min-width: 1000px) {
  #site-header .menu.open {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    overflow-y: hidden;
  }
}
@media screen and (min-width: 768px) {
  #site-header .menu.open {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    overflow-y: hidden;
  }
}
@media screen and (min-width: 1000px) {
  #site-header {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    /* スクロール時の配置 */
  }
  #site-header nav.globalNav {
    /*display: flex;*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: none;
    width: 100%;
    margin: 15px auto 33px;
    font-size: 16px;
    padding-bottom: 46px;
  }
  #site-header .drawer {
    display: none;
  }
  #site-header .navbar_toggle {
    display: none;
  }
  #site-header .menu {
    width: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  #site-header .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1200px;
    margin: 0 auto;
  }
  #site-header .menu ul li {
    border-bottom: none;
    position: relative;
    margin-bottom: 30px;
    font-size: 1.08em;
  }
  #site-header .menu ul li:first-of-type {
    border-top: none;
  }
  #site-header .menu ul li a {
    text-decoration: none;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #site-header .menu ul li a:hover {
    font-weight: bold;
  }
  #site-header .menu ul li ul.dropMenu {
    display: none;
    position: absolute;
    padding: 0;
  }
  #site-header .menu ul li ul.dropMenu li {
    width: 200px;
    font-size: 0.9em;
    border-bottom: 1px solid #fff;
  }
  #site-header .menu ul li ul.dropMenu li:first-of-type {
    padding-top: 20px;
  }
  #site-header .menu ul li ul.dropMenu li a {
    display: block;
    padding: 5px;
  }
  #site-header .is-animation {
    margin-bottom: 10px;
    /*  height: 70px !important;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*  nav.globalNav {
      transition: .3s;
      ul {
      transition: .3s;
      }
      }*/
  }
  #site-header .is-animation h1 {
    display: block;
    color: #fff;
    font-size: 2em;
    font-family: Clarimo UD PE Light;
    margin-bottom: 30px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  #site-header {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    /* スクロール時の配置 */
  }
  #site-header nav.globalNav {
    /*display: flex;*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: none;
    width: 100%;
    margin: 15px auto 33px;
    font-size: 16px;
    padding-bottom: 46px;
  }
  #site-header .drawer {
    display: none;
  }
  #site-header .navbar_toggle {
    display: none;
  }
  #site-header .menu {
    width: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  #site-header .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1200px;
    margin: 0 auto;
  }
  #site-header .menu ul li {
    border-bottom: none;
    position: relative;
    margin-bottom: 30px;
    font-size: 1.08em;
  }
  #site-header .menu ul li:first-of-type {
    border-top: none;
  }
  #site-header .menu ul li a {
    text-decoration: none;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #site-header .menu ul li a:hover {
    font-weight: bold;
  }
  #site-header .menu ul li ul.dropMenu {
    display: none;
    position: absolute;
    padding: 0;
  }
  #site-header .menu ul li ul.dropMenu li {
    width: 200px;
    font-size: 0.9em;
    border-bottom: 1px solid #fff;
  }
  #site-header .menu ul li ul.dropMenu li:first-of-type {
    padding-top: 20px;
  }
  #site-header .menu ul li ul.dropMenu li a {
    display: block;
    padding: 5px;
  }
  #site-header .is-animation {
    margin-bottom: 10px;
    /*  height: 70px !important;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*  nav.globalNav {
      transition: .3s;
      ul {
      transition: .3s;
      }
      }*/
  }
  #site-header .is-animation h1 {
    display: block;
    color: #fff;
    font-size: 2em;
    font-family: Clarimo UD PE Light;
    margin-bottom: 30px;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  html.ie #site-header {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
  }
  html.ie #site-header .lead {
    vertical-align: 125%;
  }
}

main + div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ページトップ
-----------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
}
@media screen and (min-width: 1000px) {
  #pageTop {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    bottom: 20px;
    right: 20px;
  }
}
#pageTop:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 11px 7px;
  border-color: transparent transparent #fff transparent;
  top: 36%;
  left: 50%;
  margin-left: -6px;
  cursor: pointer;
}

/* フッター
-----------------------------------------*/
#site-footer {
  width: 100%;
  padding-top: 40px;
  background: #257400 url("../../top_img/footer_bg.jpg") repeat;
  background-size: auto;
}
@media screen and (min-width: 1000px) {
  #site-footer {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    background-size: cover;
  }
}
#site-footer .site-footer_inner {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #site-footer .site-footer_inner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0 auto;
    width: 1200px;
  }
}
#site-footer .site-footer_inner .footerInner {
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  #site-footer .site-footer_inner .footerInner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#site-footer .site-footer_inner .footerInner .logoBox {
  width: 100%;
  padding-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  #site-footer .site-footer_inner .footerInner .logoBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 310px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#site-footer .site-footer_inner .footerInner .logoBox .fLogo {
  width: 204px;
  margin: 0 auto 20px;
  background: url("../../top_img/footer_logo_bg.png") no-repeat center;
  background-size: contain;
}
#site-footer .site-footer_inner .footerInner .logoBox .fLogo img {
  width: 100%;
  height: auto;
}
#site-footer .site-footer_inner .footerInner .naiyoBox {
  width: 95%;
  padding: 10px 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  #site-footer .site-footer_inner .footerInner .naiyoBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 60%;
  }
}
#site-footer .site-footer_inner .footerInner .naiyoBox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 10px 30px;
}
@media screen and (min-width: 1000px) {
  #site-footer .site-footer_inner .footerInner .naiyoBox dl {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 0;
  }
}
#site-footer .site-footer_inner .footerInner .naiyoBox dl dt {
  width: 40%;
  background: #fff;
  color: #145c32;
  padding: 4px 7px 0;
  text-align: center;
  margin: 0 10px 10px 0;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  #site-footer .site-footer_inner .footerInner .naiyoBox dl dt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 23%;
  }
}
#site-footer .site-footer_inner .footerInner .naiyoBox dl dd {
  width: 50%;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 5px;
}
@media screen and (min-width: 1000px) {
  #site-footer .site-footer_inner .footerInner .naiyoBox dl dd {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 60%;
  }
}
#site-footer .site-footer_inner .footerInner .naiyoBox .holiday {
  padding: 10px;
  margin: 5px 0 15px;
  background: #fff;
  color: #000;
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  #site-footer .site-footer_inner .footerInner .naiyoBox .holiday {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 5px 10px;
  }
}
#site-footer .site-footer_inner .footerInner .naiyoBox .holiday span {
  font-weight: bold;
  color: #C90F12;
}
#site-footer .site-footer_inner .footerInner .naiyoBox .addressTxt {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #site-footer .site-footer_inner .footerInner .naiyoBox .addressTxt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    text-align: left;
  }
}
#site-footer .site-footer_inner .footerInner .naiyoBox .telTxt {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #site-footer .site-footer_inner .footerInner .naiyoBox .telTxt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    text-align: left;
  }
}
#site-footer .site-footer_inner .footerInner .naiyoBox .telTxt a {
  color: #fff;
  text-decoration: none;
}
#site-footer .site-footer_inner .footerInner .naiyoBox .telTxt a:visited {
  color: #fff;
  text-decoration: none;
}
#site-footer .bannerBox {
  width: 100%;
  background: #fff;
}
#site-footer .bannerBox ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (min-width: 1000px) {
  #site-footer .bannerBox ul {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto;
  }
}
#site-footer .bannerBox ul li {
  width: 45%;
  margin: 10px 5px 10px;
}
@media screen and (min-width: 1000px) {
  #site-footer .bannerBox ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 259px;
    margin: 30px 4px;
  }
}
#site-footer .bannerBox ul li img {
  width: 100%;
  height: auto;
}
#site-footer .footer {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  padding: 10px 0 10px;
  background: #145c32;
  position: relative;
}
#site-footer .footer .inner {
  width: 100%;
}
#site-footer .footer .inner small {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  #site-footer .footer .inner small {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    text-align: right;
  }
}
#site-footer a[href="#top"] {
  display: none;
}

/* 内容:index.html専用
-----------------------------------------*/
/* メインヴィジュアル
-----------------------------------------*/
section.main-visual {
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-position: right bottom;
  position: relative;
}
section.main-visual .mainInner {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
}
section.main-visual .mainTit {
  font-family: "Ryumin Medium KL";
  margin: 0;
  position: absolute;
  left: 50%;
  top: 24%;
  font-size: 3em;
  margin-left: -16%;
}
section.main-visual .recruitBanner {
  width: 90%;
  height: auto;
  margin: 20px auto 20px;
}
@media screen and (min-width: 1000px) {
  section.main-visual .recruitBanner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 367px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  section.main-visual .recruitBanner {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: 367px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: auto;
  }
}
section.main-visual img {
  width: 100%;
  max-width: 1920px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  section.main-visual {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-size: cover;
    background-position: center;
  }
  section.main-visual .mainInner {
    width: 100%;
    margin: 0 auto;
  }
}

/* infoArea
-----------------------------------------*/
.infoArea {
  width: 100%;
  margin: 30px auto 30px;
}
@media screen and (min-width: 1000px) {
  .infoArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1000px;
  }
}
.infoArea .infoBox {
  width: 100%;
  margin: 30px auto 90px;
  padding: 30px 30px 40px;
  border: 2px solid #bdb791;
  border-radius: 5px;
  position: relative;
}
.infoArea .infoBox span.chui {
  display: inline;
  background: #11743b;
  padding: 5px;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .infoArea .infoBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 40px 70px 50px;
  }
}
.infoArea .infoBox.asasuma::after {
  content: "";
  background: url("../../top_img/asasuma-img.png") no-repeat top left;
  width: 33%;
  height: 39%;
  position: absolute;
  right: 8px;
  bottom: -80px;
  background-size: contain;
}
@media screen and (min-width: 1000px) {
  .infoArea .infoBox.asasuma::after {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 168px;
    height: 160px;
    position: absolute;
    right: -80px;
    bottom: -60px;
  }
}
.infoArea .infoBox h3 {
  font-size: 1.7em;
  color: #e81c1c;
  text-align: center;
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.infoArea .infoBox p {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 1.15em;
  line-height: 1.7;
}
.infoArea .infoBox span.right {
  display: block;
  text-align: right;
}
.infoArea img {
  width: 100%;
  height: auto;
}

.bannerBoxTop {
  width: 100%;
  margin: 20px auto 0;
}
.bannerBoxTop img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .bannerBoxTop {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1000px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 20px auto 0;
  }
}

/* お取り置きBOX
-----------------------------------------*/
.otoriokiBox {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 250px;
  background: url(../../top_img/otorioki_bg.jpg) no-repeat top center;
  background-size: contain;
  padding-top: 100px;
}
@media screen and (min-width: 1000px) {
  .otoriokiBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    background-size: auto;
    padding-top: 250px;
    height: 450px;
  }
}
.otoriokiBox .otoriokiBtn {
  margin: 0 auto;
  width: 100%;
}
.otoriokiBox .otoriokiBtn img {
  width: 52%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .otoriokiBox .otoriokiBtn {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 421px;
  }
  .otoriokiBox .otoriokiBtn img {
    width: 100%;
    height: auto;
  }
}

/* youtubeBox
-----------------------------------------*/
.youtubeBox {
  width: 95%;
  margin: 0 auto 50px;
}
@media screen and (min-width: 1000px) {
  .youtubeBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1000px;
  }
}
.youtubeBox h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  text-align: center;
  margin-bottom: 10px;
}
.youtubeBox .youtubeBoxInner {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .youtubeBox .youtubeBoxInner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.youtubeBox .youtubeBoxInner .movieBox {
  width: 100%;
}
.youtubeBox .youtubeBoxInner .asasumaBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (min-width: 1000px) {
  .youtubeBox .youtubeBoxInner .asasumaBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: block !important;
    margin-left: 15px;
  }
}
.youtubeBox .youtubeBoxInner .asasumaBox .asasumaImg {
  width: 35%;
  margin-bottom: 10px;
}
.youtubeBox .youtubeBoxInner .asasumaBox .asasumaImg img {
  width: 90%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .youtubeBox .youtubeBoxInner .asasumaBox .asasumaImg img {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 80%;
  }
}
.youtubeBox .youtubeBoxInner .asasumaBox .asasumaTxt {
  width: 65%;
}
@media screen and (min-width: 1000px) {
  .youtubeBox .youtubeBoxInner .asasumaBox .asasumaTxt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 95%;
  }
}

/* NEWS
-----------------------------------------*/
section.news {
  width: 100%;
  margin: 0 auto 30px;
}
section.news .newsInner {
  margin: 0 auto 60px;
  font-family: "Ryumin Medium KL";
}
section.news .newsInner.kinkyu {
  margin-top: 20px;
  border: 5px solid #C70D11;
  padding: 10px;
}
@media screen and (min-width: 1000px) {
  section.news .newsInner.kinkyu {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 30px 40px 40px;
  }
}
section.news .newsInner.kinkyu .attTxtRed {
  font-size: 7vw;
  color: #C70D11;
  text-align: center;
  margin: 10px auto 10px;
  font-weight: bold;
  font-family: "Ryumin Medium KL";
}
@media screen and (min-width: 1000px) {
  section.news .newsInner.kinkyu .attTxtRed {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.9em;
    display: table;
    margin-bottom: 10px;
  }
}
section.news .newsInner.kinkyu p {
  font-size: 1.4em;
  font-weight: bold;
}
section.news .newsInner .mb50 {
  margin-bottom: 50px;
}
section.news .newsInner.info {
  margin-top: 20px;
  border: 5px solid #84D96A;
  padding: 10px;
}
@media screen and (min-width: 1000px) {
  section.news .newsInner.info {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 10px 30px 20px;
  }
}
section.news .newsInner.info .attTxtgreen {
  font-size: 7vw;
  color: #4BAD2E;
  text-align: center;
  margin: 10px auto 10px;
  font-weight: bold;
  font-family: "Ryumin Medium KL";
}
@media screen and (min-width: 1000px) {
  section.news .newsInner.info .attTxtgreen {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.5em;
    display: table;
    margin-bottom: 10px;
  }
}
section.news .newsInner.info p {
  font-size: 1em;
  font-weight: bold;
}
section.news .newsInner img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  section.news .newsInner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-bottom: 60px;
    width: 1000px;
  }
}
section.news .newsInner .schedule {
  width: 95%;
  margin: 20px auto 60px;
  font-family: "Ryumin Medium KL";
}
@media screen and (min-width: 1000px) {
  section.news .newsInner .schedule {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 20px auto 230px;
  }
}
section.news .newsInner .schedule dl {
  margin-bottom: 25px;
}
section.news .newsInner .schedule dl dt {
  font-size: 1.2em;
  margin-right: 10px;
  display: inline-block;
  padding: 3px 14px 5px;
  background: #145ece;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
  border-radius: 5px;
}
section.news .newsInner .schedule dl dt.holiday {
  background: #da194f;
}
@media screen and (min-width: 1000px) {
  section.news .newsInner .schedule dl dt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 20px auto 22px;
    font-size: 1.2em;
  }
}
section.news .newsInner .schedule dl dd {
  margin-right: 20px;
  font-size: 1.1em;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  section.news .newsInner .schedule dl dd {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    border-bottom: 1px solid #cacaca;
    padding-bottom: 20px;
  }
}
section.news .newsInner .schedule dl dd .weekBox {
  display: block;
}
@media screen and (min-width: 1000px) {
  section.news .newsInner .schedule dl dd .weekBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: block;
    margin-bottom: 10px;
  }
}
section.news .newsInner .schedule dl dd .weekBox .week {
  background: #dadada;
  color: #333;
  border-radius: 50%;
  padding: 6px 8px 6px;
  margin: 2px;
}
section.news .newsInner .schedule dl dd .weekBox .week.satday {
  background: #5998e2;
  color: #fff;
}
section.news .newsInner .schedule dl dd .weekBox .week.sunday {
  background: #e65555;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  section.news .newsInner .schedule dl dd .weekBox .week {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 2px 8px 3px;
  }
}
section.news .newsInner .schedule dl dd .smallTxt {
  font-size: 0.8em;
}
section.news .newsInner .schedule .redTxt {
  color: #FF282C;
  font-weight: 600;
}
section.news .newsInner .schedule .attTxt {
  font-weight: 600;
  text-align: left;
  color: #FF282C;
}
section.news .newsInner .attTxtBlue {
  font-size: 1.6em;
  color: #0D4AC7;
  text-align: center;
  margin: 30px auto 10px;
  font-weight: bold;
  font-family: "Ryumin Medium KL";
}
@media screen and (min-width: 1000px) {
  section.news .newsInner .attTxtBlue {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.6em;
    display: table;
    margin-top: 70px;
    margin-bottom: 10px;
  }
}
section.news .newsInner p {
  text-align: center;
  line-height: 1.6;
}

/* 感染対策
-----------------------------------------*/
.infectionControl_Box {
  width: 95%;
  margin: 10px auto 20px;
  background: #fff8df;
  padding: 20px;
  border: 2px solid #dfdfdf;
}
@media screen and (min-width: 1000px) {
  .infectionControl_Box {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1000px;
  }
}
.infectionControl_Box h2 {
  text-align: center;
  width: 100%;
  margin: 0 auto 10px;
  padding: 5px 0 15px;
  border-bottom: 1px solid #333;
}
.infectionControl_Box ul {
  margin-bottom: 10px;
}
.infectionControl_Box ul li {
  margin-bottom: 5px;
  font-size: 1.11em;
  font-weight: bold;
}

/*注意喚起
-----------------------------------------*/
.chui_Box {
  margin: 0 auto 80px;
  width: 90%;
}
.chui_Box p {
  font-weight: bold;
  color: #C90F12;
}
@media screen and (min-width: 1000px) {
  .chui_Box {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1000px;
  }
}

.otorioki_chui_Box {
  margin: 50px auto 0;
  width: 90%;
}
.otorioki_chui_Box p {
  background: #C90F12;
  padding: 5px 10px 5px;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (min-width: 1000px) {
  .otorioki_chui_Box {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1000px;
  }
}

/* concept（コンセプト）
-----------------------------------------*/
section.conceptArea {
  width: 100%;
  margin: 0 auto 5px;
  position: relative;
  background: url("../../top_img/conceptbg.png") no-repeat right bottom;
  padding-bottom: 330px;
}
@media screen and (min-width: 1000px) {
  section.conceptArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
section.conceptArea h2 {
  color: #575757;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 0.9em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  section.conceptArea h2 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.2em;
    margin-bottom: 50px;
  }
}
section.conceptArea h3 {
  color: #0d4b6e;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  section.conceptArea h3 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.9em;
  }
}
section.conceptArea .conceptTxt {
  font-family: "Noto Serif JP", serif;
  color: #575757;
  line-height: 1.4;
  background: #fff;
  width: 90%;
  padding: 15px;
  font-size: 1.1em;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  section.conceptArea .conceptTxt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 750px;
    padding: 50px;
    font-size: 1.1em;
    margin: 0;
  }
  section.conceptArea .conceptTxt p {
    line-height: 2;
  }
}

/* ミサキ紹介
-----------------------------------------*/
.misakiIntroduction {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .misakiIntroduction {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
.misakiIntroduction .shoukaiBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
  .misakiIntroduction .shoukaiBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.misakiIntroduction .shoukaiBox .shoukaiTxt {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .misakiIntroduction .shoukaiBox .shoukaiTxt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 50%;
  }
}
.misakiIntroduction .shoukaiBox .shoukaiTxt h2 {
  text-align: center;
  width: 50%;
  margin: 20px auto 0;
}
@media screen and (min-width: 1000px) {
  .misakiIntroduction .shoukaiBox .shoukaiTxt h2 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 322px;
    margin: 40px auto 20px;
  }
}
.misakiIntroduction .shoukaiBox .shoukaiTxt p {
  font-size: 1em;
  padding: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 1000px) {
  .misakiIntroduction .shoukaiBox .shoukaiTxt p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 40px;
    line-height: 1.8;
  }
}
.misakiIntroduction .shoukaiBox .shoukaiTxt p.holiday {
  padding: 0;
  margin-top: 5px;
}
.misakiIntroduction .shoukaiBox .shoukaiTxt p.holiday span {
  font-weight: bold;
  color: #C90F12;
}
.misakiIntroduction .shoukaiBox .shoukaiTxt .eigyoBox {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .misakiIntroduction .shoukaiBox .shoukaiTxt .eigyoBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 520px;
  }
}
.misakiIntroduction .shoukaiBox .shoukaiTxt .eigyoBox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.misakiIntroduction .shoukaiBox .shoukaiTxt .eigyoBox dl dt {
  width: 46%;
  background: #145c32;
  color: #fff;
  padding: 5px 10px 5px;
  text-align: center;
  margin: 0 10px 10px 0;
}
@media screen and (min-width: 1000px) {
  .misakiIntroduction .shoukaiBox .shoukaiTxt .eigyoBox dl dt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 40%;
  }
}
.misakiIntroduction .shoukaiBox .shoukaiTxt .eigyoBox dl dd {
  width: 49%;
  margin-bottom: 10px;
  color: #145c32;
  font-weight: bold;
  padding: 5px;
}
@media screen and (min-width: 1000px) {
  .misakiIntroduction .shoukaiBox .shoukaiTxt .eigyoBox dl dd {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 30%;
  }
}
.misakiIntroduction .shoukaiBox .shoukaiTxt .eigyoBox .telTxt {
  color: #145c32;
  font-weight: bold;
  padding: 20px 0 0;
  font-size: 1.2em;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .misakiIntroduction .shoukaiBox .shoukaiTxt .eigyoBox .telTxt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-bottom: 120px;
  }
}
.misakiIntroduction .shoukaiBox .shoukaiTxt .eigyoBox .telTxt a {
  color: #145c32;
  text-decoration: none;
}
.misakiIntroduction .shoukaiBox .shoukaiTxt .eigyoBox .telTxt a:visited {
  color: #145c32;
  text-decoration: none;
}
.misakiIntroduction .shoukaiBox .shoukaiImg {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .misakiIntroduction .shoukaiBox .shoukaiImg {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 50%;
  }
}
.misakiIntroduction img {
  width: 100%;
  height: auto;
}

/* おすすめ
-----------------------------------------*/
.recommendedArea {
  width: 100%;
  margin: 0 auto;
  background: url("../../top_img/osusume_bg.jpg") repeat-y left top;
  padding-bottom: 100px;
  /*カルピジャーニー*/
  /*  その他　 */
}
.recommendedArea .titBox {
  background: url("../../top_img/tit_mark.png") no-repeat top;
  background-size: 70%;
  margin: 0 auto;
  width: 100%;
  padding: 30px 0 27%;
  font-family: "Ryumin Medium KL";
}
@media screen and (min-width: 1000px) {
  .recommendedArea .titBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 456px;
    height: 308px;
    padding: 36px 0 0;
  }
}
.recommendedArea .titBox .subTxt {
  font-size: 0.8em;
  color: #575757;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .recommendedArea .titBox .subTxt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-bottom: 20px;
  }
}
.recommendedArea .titBox .mainTxt {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 1.7em;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (min-width: 1000px) {
  .recommendedArea .titBox .mainTxt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 2em;
  }
}
.recommendedArea .recommendedList {
  width: 100%;
}
.recommendedArea .recommendedList li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 100px;
}
.recommendedArea .recommendedList li:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #333;
}
.recommendedArea .recommendedList li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #aaa;
}
@media screen and (min-width: 1000px) {
  .recommendedArea .recommendedList li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.recommendedArea .recommendedList li .recommendedTxt {
  background: #fff;
  padding: 20px;
  width: 100%;
}
.recommendedArea .recommendedList li .recommendedTxt h2 {
  margin-bottom: 15px;
}
.recommendedArea .recommendedList li .recommendedTxt h2 .productName {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1em;
}
.recommendedArea .recommendedList li .recommendedTxt h2 .kikanIcon {
  position: relative;
}
.recommendedArea .recommendedList li .recommendedTxt h2 .kikanIcon::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -16px;
  width: 85%;
  height: 115%;
  background-image: url("../../top_img/kikan_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.recommendedArea .recommendedList li .recommendedTxt h2 .priceTxt {
  font-size: 0.8em;
  margin-left: 15px;
  display: inline-block;
  font-weight: normal;
}
@media screen and (min-width: 1000px) {
  .recommendedArea .recommendedList li .recommendedTxt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 50%;
  }
  .recommendedArea .recommendedList li .recommendedTxt h2 {
    margin-bottom: 15px;
  }
  .recommendedArea .recommendedList li .recommendedTxt h2 .productName {
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 1.3em;
  }
  .recommendedArea .recommendedList li .recommendedTxt h2 .kikanIcon {
    position: relative;
  }
  .recommendedArea .recommendedList li .recommendedTxt h2 .kikanIcon::before {
    content: "";
    position: absolute;
    top: -1.9em;
    left: -48px;
    width: 20%;
    height: 100%;
    background-image: url("../../top_img/kikan_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .recommendedArea .recommendedList li .recommendedTxt h2 .priceTxt {
    font-size: 0.6em;
    margin-left: 15px;
    display: inline-block;
  }
}
.recommendedArea .recommendedList li .recommendedImg {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .recommendedArea .recommendedList li .recommendedImg {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 50%;
  }
}
.recommendedArea .recommendedList li .recommendedImg img {
  width: 100%;
  height: auto;
}
.recommendedArea .carpigianiBox {
  width: 100%;
  background: #11743b;
  margin: 0 auto 50px;
}
@media screen and (min-width: 1000px) {
  .recommendedArea .carpigianiBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.recommendedArea .carpigianiBox .carpigianiTxt {
  color: #fff;
  margin: 0 auto;
  padding: 30px;
}
@media screen and (min-width: 1000px) {
  .recommendedArea .carpigianiBox .carpigianiTxt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 50%;
    padding: 30px 0 20px 35px;
  }
}
.recommendedArea .carpigianiBox .carpigianiTxt h2 {
  text-align: center;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  margin-bottom: 15px;
}
.recommendedArea .carpigianiBox .carpigianiTxt h2 span {
  text-align: center;
  display: block;
  font-size: 0.75em;
}
.recommendedArea .carpigianiBox .carpigianiTxt .carpilogo {
  text-align: center;
  margin: 0 auto 20px;
  width: 159px;
}
.recommendedArea .carpigianiBox .carpigianiTxt .carpilogo img {
  width: 100%;
  height: auto;
}
.recommendedArea .carpigianiBox .carpigianiTxt .nameBox {
  margin-top: 20px;
  text-align: center;
}
.recommendedArea .carpigianiBox .carpigianiTxt .nameBox .productName {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1.3em;
}
.recommendedArea .carpigianiBox .carpigianiTxt .nameBox .priceTxt {
  margin-left: 15px;
  display: inline-block;
}
.recommendedArea .carpigianiBox .carpigianiImg {
  z-index: 0;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .recommendedArea .carpigianiBox .carpigianiImg {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 65%;
    clip-path: polygon(36% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .recommendedArea .carpigianiBox .carpigianiImg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url("../../top_img/carpigianilogo_img.png") no-repeat top right;
    border-bottom: 37vw solid transparent;
    border-left: 64vw solid transparent;
  }
}
.recommendedArea .carpigianiBox .carpigianiImg img {
  width: 100%;
  height: auto;
}
.recommendedArea .otherBox {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .recommendedArea .otherBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-top: 110px;
    width: 1200px;
  }
}
.recommendedArea .otherBox h2 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  color: #041725;
  margin: 0 auto 15px;
  font-size: 1.3em;
  width: 90%;
}
.recommendedArea .otherBox .otherImg img {
  width: 100%;
  height: auto;
}

/* 背景 */
.misakiBg .parallax-window {
  min-height: 400px;
  background: transparent;
}

/* お土産
-----------------------------------------*/
.giftArea {
  width: 100%;
  margin: 0 auto;
  /*background: url("../../top_img/osusume_bg.jpg") repeat-y left top;*/
  background: url("../../top_img/gift_bg.jpg") repeat-y left top;
  background-size: cover;
  padding-bottom: 100px;
}
.giftArea .titBox {
  background: url("../../top_img/tit_mark.png") no-repeat top;
  background-size: 70%;
  margin: 0 auto;
  width: 100%;
  padding: 30px 0 27%;
  font-family: "Ryumin Medium KL";
}
@media screen and (min-width: 1000px) {
  .giftArea .titBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 456px;
    height: 308px;
    padding: 36px 0 0;
  }
}
.giftArea .titBox .subTxt {
  font-size: 0.8em;
  color: #575757;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .giftArea .titBox .subTxt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-bottom: 20px;
  }
}
.giftArea .titBox .mainTxt {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1.7em;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (min-width: 1000px) {
  .giftArea .titBox .mainTxt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 2em;
  }
}
.giftArea .giftBox {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 45px 30px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .giftArea .giftBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 45px 30px 100px;
  }
}
.giftArea .giftBox .giftImg {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .giftArea .giftBox .giftImg {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 35%;
    margin-right: 20px;
  }
}
.giftArea .giftBox .giftImg img {
  width: 100%;
  height: auto;
}
.giftArea .giftBox .giftTxtBox {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .giftArea .giftBox .giftTxtBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 60%;
  }
}
.giftArea .giftBox .giftTxtBox .giftTtl {
  font-family: "Reimin Y20 Medium";
  font-size: 1.9em;
}
.giftArea .giftBox .giftTxtBox .giftTxt {
  font-size: 1.12em;
  margin-bottom: 20px;
}
.giftArea .giftBox .giftTxtBox .giftPrice {
  width: 100%;
  display: block;
  text-align: right;
  margin-bottom: 10px;
  padding: 0;
}
.giftArea .giftBox .storesButton {
  width: 100%;
  text-align: right;
}

/* マップ
-----------------------------------------*/
.mapArea {
  width: 100%;
  margin: 0 auto;
  background: url("../../top_img/osusume_bg.jpg") repeat-y left top;
  padding-bottom: 100px;
}
.mapArea .titBox {
  background: url("../../top_img/tit_mark.png") no-repeat top;
  background-size: 70%;
  margin: 0 auto;
  width: 100%;
  padding: 30px 0 27%;
  font-family: "Ryumin Medium KL";
}
@media screen and (min-width: 1000px) {
  .mapArea .titBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 456px;
    height: 308px;
    padding: 36px 0 0;
  }
}
.mapArea .titBox .subTxt {
  font-size: 0.8em;
  color: #575757;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .mapArea .titBox .subTxt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-bottom: 20px;
  }
}
.mapArea .titBox .mainTxt {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 1.7em;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (min-width: 1000px) {
  .mapArea .titBox .mainTxt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 2em;
  }
}
.mapArea .mapBox {
  padding-top: 60px;
  /* 各スポット */
}
@media screen and (min-width: 1000px) {
  .mapArea .mapBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-top: 0;
  }
}
.mapArea .mapBox .mapBoxInner {
  position: relative;
  background: url("../../top_img/map.png") no-repeat top;
  width: 100%;
  margin: 0 auto 20px;
  border-radius: 10px;
  padding-bottom: 124%;
  background-size: 100%;
}
@media screen and (min-width: 1000px) {
  .mapArea .mapBox .mapBoxInner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
    height: 1718px;
    padding-bottom: 0;
  }
}
.mapArea .mapBox .mapBoxInner ul.map-spot .misakiVector {
  position: absolute;
  top: 16.5%;
  left: 6%;
  width: 29%;
}
.mapArea .mapBox .mapBoxInner ul.map-spot .misakiVector img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .mapArea .mapBox .mapBoxInner ul.map-spot .misakiVector {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    top: 13%;
    left: 8%;
    width: 326px;
  }
}
.mapArea .mapBox .mapBoxInner ul.map-spot .btnSpot {
  position: absolute;
  top: -50px;
  width: 90%;
  left: 5%;
}
.mapArea .mapBox .mapBoxInner ul.map-spot .btnSpot img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .mapArea .mapBox .mapBoxInner ul.map-spot .btnSpot {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 400px;
    top: 10px;
    right: 10px;
    left: 66%;
    margin: 0;
  }
}
.mapArea .mapBox .mapBoxInner ul.map-spot a {
  z-index: 1;
  position: absolute;
}
.mapArea .mapBox .mapBoxInner ul.map-spot a[href="#btnSunset"] {
  top: 7.5%;
  left: 18%;
}
.mapArea .mapBox .mapBoxInner ul.map-spot a[href="#btnSunset"] img {
  width: 50%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .mapArea .mapBox .mapBoxInner ul.map-spot a[href="#btnSunset"] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    top: 3.5%;
    left: 16.5%;
  }
  .mapArea .mapBox .mapBoxInner ul.map-spot a[href="#btnSunset"] img {
    width: 225px;
    height: 95px;
  }
}
.mapArea .mapBox .mapBoxInner ul.map-spot a[href="#btnWaikiki"] {
  top: 2.6%;
  left: 29%;
}
.mapArea .mapBox .mapBoxInner ul.map-spot a[href="#btnWaikiki"] img {
  width: 50%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .mapArea .mapBox .mapBoxInner ul.map-spot a[href="#btnWaikiki"] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    top: 0.6%;
    left: 31%;
  }
  .mapArea .mapBox .mapBoxInner ul.map-spot a[href="#btnWaikiki"] img {
    width: 172px;
    height: 95px;
  }
}
.mapArea .mapBox .mapBoxInner ul.map-spot a[href="#btnEmerald"] {
  top: 4.6%;
  left: 48%;
}
.mapArea .mapBox .mapBoxInner ul.map-spot a[href="#btnEmerald"] img {
  width: 50%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .mapArea .mapBox .mapBoxInner ul.map-spot a[href="#btnEmerald"] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    top: 3%;
    left: 48%;
  }
  .mapArea .mapBox .mapBoxInner ul.map-spot a[href="#btnEmerald"] img {
    width: 181px;
    height: 133px;
  }
}
.mapArea .mapBox .mapBoxInner ul.map-spot a[href="#btnGalaxy"] {
  top: 32%;
  left: 72%;
}
.mapArea .mapBox .mapBoxInner ul.map-spot a[href="#btnGalaxy"] img {
  width: 50%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .mapArea .mapBox .mapBoxInner ul.map-spot a[href="#btnGalaxy"] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    top: 28%;
    left: 71%;
  }
  .mapArea .mapBox .mapBoxInner ul.map-spot a[href="#btnGalaxy"] img {
    width: 206px;
    height: 100px;
  }
}
.mapArea .mapBox .mapBoxInner ul.map-spot a[href="#btnUbud"] {
  top: 29%;
  left: 31%;
}
.mapArea .mapBox .mapBoxInner ul.map-spot a[href="#btnUbud"] img {
  width: 50%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .mapArea .mapBox .mapBoxInner ul.map-spot a[href="#btnUbud"] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    top: 26%;
    left: 27%;
  }
  .mapArea .mapBox .mapBoxInner ul.map-spot a[href="#btnUbud"] img {
    width: 198px;
    height: 148px;
  }
}
.mapArea .mapBox .mapSpot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 60px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (min-width: 1000px) {
  .mapArea .mapBox .mapSpot {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mapArea .mapBox .mapSpot li {
  width: 85%;
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .mapArea .mapBox .mapSpot li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 365px;
    margin-bottom: 30px;
  }
}
.mapArea .mapBox .mapSpot li img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.mapArea .mapBox .mapSpot li h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 10px;
}
.mapArea .mapBox .mapSpot li p {
  font-size: 1em;
  line-height: 1.6;
}
.mapArea .mapBox .btnSiori {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.mapArea .mapBox .btnSiori img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .mapArea .mapBox .btnSiori {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 557px;
  }
}

/* アクセスArea
-----------------------------------------*/
.accessArea {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 100px;
}
@media screen and (min-width: 1000px) {
  .accessArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
.accessArea .titBox {
  background: url("../../top_img/tit_mark.png") no-repeat top;
  background-size: 70%;
  margin: 0 auto;
  width: 100%;
  padding: 30px 0 27%;
  font-family: "Ryumin Medium KL";
}
@media screen and (min-width: 1000px) {
  .accessArea .titBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 456px;
    height: 308px;
    padding: 36px 0 0;
  }
}
.accessArea .titBox .subTxt {
  font-size: 0.8em;
  color: #575757;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .accessArea .titBox .subTxt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-bottom: 20px;
  }
}
.accessArea .titBox .mainTxt {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 1.7em;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (min-width: 1000px) {
  .accessArea .titBox .mainTxt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 2em;
  }
}
.accessArea h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  text-align: center;
  margin-bottom: 10px;
}
.accessArea .accessMovieBox {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .accessArea .accessMovieBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
.accessArea .btnAccess {
  width: 90%;
  margin: 30px auto 0;
}
@media screen and (min-width: 1000px) {
  .accessArea .btnAccess {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 864px;
    margin-top: 110px;
  }
}
.accessArea .btnAccess img {
  width: 100%;
  height: auto;
}

/* ページ内リンク調整用 */
.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (min-width: 1000px) {
  .anchor {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-top: 180px;
    margin-top: -180px;
  }
}

/* アニメーション
-----------------------------------------*/
.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
}