@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 2.0 !important;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif !important;
}

html {
  overflow-y: scroll;
  font-size: 12pt;
  letter-spacing: 4px;
}


/* Footer */

.globalFooter .pageTop {
  /* border-bottom: 1px solid #ddd; */
  margin: 75px 0 15px 0;
}

.globalFooter .pageTop p:before,
.globalFooter .pageTop p:after {
  display: table;
  content: "";
  line-height: 0;
}

.globalFooter .pageTop p:after {
  clear: both;
}

.globalFooter .pageTop p a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=$alpha )";
}

.globalFooter .footNavi:before,
.globalFooter .footNavi:after {
  display: table;
  content: "";
  line-height: 0;
}

.globalFooter .footNavi:after {
  clear: both;
}

.globalFooter .footNavi ul {
  *zoom: 1;
}

.globalFooter .footNavi ul:before,
.globalFooter .footNavi ul:after {
  display: table;
  content: "";
  line-height: 0;
}

.globalFooter .footNavi ul:after {
  clear: both;
}

.globalFooter .footNavi ul li {
  float: left;
  background: url("../images/icon/arr01_right.png") no-repeat left center;
  padding-left: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.globalFooter .footNavi ul li a {
  color: #333;
  margin-right: 20px;
}

.globalFooter .inner {
  padding: 20px 0;
}

.globalFooter .inner .address {
  float: left;
  width: 500px;
}

.globalFooter .inner .address dt {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0.2em;
}

.globalFooter .inner .address dd {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0.2em;
}

.globalFooter .inner small {
  float: right;
  text-align: right;
  font-size: 10px;
  font-size: 1.0rem;
}


/* main contents */

.contentsWrap {
  /* width: 1000px; */
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  margin: 0 auto;
  text-align: center;
}

.contentsWrap:before,
.contentsWrap:after {
  display: table;
  content: "";
  line-height: 0;
}

.contentsWrap:after {
  clear: both;
}

select option {
  padding-right: 15px;
}

label {
  cursor: pointer;
}

fieldset {
  border: none;
}


/**
 * WordpressのネイティブCSS
 * http://codex.wordpress.org/CSS
 */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  text-align: center;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}


/*  */

.movie {
  position: absolute;
  top: 0;
  /* background: #bbb; */
  line-height: 0;
}

.card {
  border: none !important;
}

.card img {
  margin: 0 auto;
}

.card-text {
  text-align: left;
  letter-spacing: 4px;
  margin-top: 20px;
}

.card-text span {
  color: #009152;
  font-weight: bold;
}

.green_text {
  color: #009152;
}

.lp img {
  display: block;
  margin: 0 auto;
}

.foot {
  background-image: url("../images/common/footer.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  text-align: center;
  margin-top: 30px;
}

.foot .text {
  color: white;
  padding-top: 115px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: 12px;
}

@media screen and (min-width: 1000px) {
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .sp_none_flex {
    display: flex;
  }
  .movie video {
    width: calc(100vw - 18px);
    /* height: 100vh; */
    object-fit: cover;
  }
  .movie_text {
    width: calc(100vw - 18px);
    position: absolute;
    top: calc(50vh - 140px/2);
    color: white;
    font-size: 62px;
    opacity: 0.7;
    text-align: center;
  }
  .movie_dot {
    width: calc(100vw - 18px);
    height: 100vh;
  }
  .globalFooter .pageTop p {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
    text-align: right;
    margin-bottom: 15px;
  }
  .globalFooter .footNavi {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
    margin-bottom: 20px;
  }
  /* Header */
  .inner {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
  }
  .inner img {
    margin-top: 15px;
  }
  .inner:before,
  .inner:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .inner:after {
    clear: both;
  }
  .globalHeader {
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* left: calc(50% - 1000px/2); */
  }
  .menu {
    float: right;
    margin-top: 30px;
  }
  .menu a {
    color: white;
    text-decoration: none;
    padding: 0 20px;
  }
  .cover_h600 {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
  .cover_h800 {
    width: 100%;
    height: 800px;
    object-fit: cover;
  }
  .cover_h900 {
    width: 100%;
    height: 900px;
    object-fit: cover;
  }
  .shop_list {
    max-width: 1000px;
    margin: 100px auto;
  }
  .shop_list p {
    font-weight: bold;
    font-size: 14pt;
    letter-spacing: 4px;
  }
  .shop_list .d-flex div {
    padding: 10px;
  }
  .margin_saiyo {
    margin-left: 60px;
    text-align: left;
  }
  .margin_saiyo p {
    font-size: 22pt;
  }
  .card-deck {
    width: 1000px;
    margin: 0 auto !important;
  }
  /* LP */
  .left_text {
    margin-right: 30px;
    text-align: left;
    width: 370px;
  }
  .right_text {
    margin-left: 30px;
    text-align: left;
    width: 370px;
  }
  .gaiyo_title {
    font-size: 16pt;
    font-weight: bold;
  }
  .table_text {
    text-align: left;
    font-size: 10pt;
    margin-top: 40px;
  }
  .table td {
    padding: 10px 40px !important;
    color: #393939 !important;
  }
  .map {
    height: 500px;
  }
  .bosyu {
    font-size: 50pt;
    margin-top: 100px;
    color: #393939;
    letter-spacing: 20px;
  }
  .bosyu_sub {
    font-size: 30pt;
    color: #393939;
    letter-spacing: 20px;
  }
  .contents_top {
    margin: 60% auto 60px;
  }
  .sp_margin {
    margin-top: 50px;
  }
}

@media screen and (max-width: 999px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .sp_none_flex {
    display: none;
  }
  .movie video {
    width: 100vw;
    height: 65vh;
    object-fit: cover;
  }
  .movie_text {
    width: 100vw;
    position: absolute;
    top: calc(50vh - 140px/2);
    color: white;
    font-size: 62px;
    opacity: 0.7;
    text-align: center;
  }
  .movie_dot {
    width: 100vw;
    height: 65vh;
  }
  .globalFooter .pageTop p {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
    text-align: right;
    margin-bottom: 15px;
  }
  .globalFooter .footNavi {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
    margin-bottom: 20px;
  }
  /* Header */
  .inner {
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
  }
  .inner img {
    margin-top: 7px;
    margin-left: 12px;
  }
  .inner:before,
  .inner:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .inner:after {
    clear: both;
  }
  .globalHeader {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .navToggle {
    display: block;
    position: absolute;
    left: calc(100vw - 57px);
    top: 0;
    width: 57px;
    height: 57px;
    cursor: pointer;
    z-index: 1000;
    text-align: center;
    background-color: #FFF;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 25px;
    border-top: solid 3px #009152;
    transition: .3s;
    left: 16px;
  }
  .navToggle span:nth-child(1) {
    top: 19px;
  }
  .navToggle span:nth-child(2) {
    top: 27px;
  }
  .navToggle span:nth-child(3) {
    top: 35px;
  }
  #smt_menu_wrapper {
    position: static;
    top: 0;
    left: 0;
    background: #009152;
    color: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
  }
  #smt_menu_wrapper ul {
    background: #009152;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    z-index: 999;
  }
  #smt_menu_wrapper ul li {
    font-size: 16px;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
    z-index: 999;
  }
  #smt_menu_wrapper ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
  }
  /* このクラスを、jQueryで付与・削除する */
  #smt_menu_wrapper.active {
    transform: translateY(0%);
  }
  #smt_menu {
    margin-top: -54px !important;
  }
  .navToggle.active {
    position: fixed;
    right: 0;
    top: 0;
  }
  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 27px;
    left: 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 27px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .logo2 {
    width: 88px;
  }
  .sp_width {
    width: 100%;
  }
  .sp_cover_h350 {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
  .sp_w200 {
    width: 200px;
  }
  .sp_w140 {
    width: 140px;
  }
  .sp_w45 {
    width: 45%;
  }
  .sp_w70 {
    width: 70%;
  }
  .sp_w80 {
    width: 80%;
  }
  .sp_w90 {
    width: 90% !important;
  }
  .margin_saiyo {
    margin-left: 20px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .margin_saiyo p {
    font-size: 16px;
  }
  .card-deck {
    width: 100%;
    margin: 0 auto !important;
  }
  .card {
    flex-direction: row !important;
  }
  .card img {
    margin: auto;
    width: 140px;
    height: 100%;
  }
  .card-title {
    font-size: 16px;
    text-align: left;
  }
  .card-text {
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
    font-size: 14px;
    margin-top: -6px;
  }
  .shop_list {
    max-width: 100%;
    margin: 100px auto;
  }
  .shop_list p {
    font-size: 16px;
    letter-spacing: 4px;
  }
  .sp_text {
    width: 60%;
    letter-spacing: 1px;
    line-height: 1.5;
    font-size: 14px;
    margin: 0 auto;
  }
  .sp_text2 {
    width: 80%;
    letter-spacing: 1px;
    font-size: 20px;
    margin: 0 auto;
  }
  .sp_text3 {
    letter-spacing: 1px;
    font-size: 20px;
    margin: 0 auto;
  }
  .sp_text4 {
    letter-spacing: 1px;
    font-size: 14px;
    margin: 0 auto;
  }
  .shop_list .d-flex div {
    padding: 10px;
  }
  /* LP */
  .left_text {
    text-align: left;
    width: 100%;
  }
  .right_text {
    text-align: left;
    width: 100%;
  }
  .gaiyo_title {
    font-size: 16px;
  }
  .table_text {
    text-align: left;
    font-size: 10px;
    width: 85% !important;
    margin: 0 auto;
    letter-spacing: 2px;
  }
  .table td {
    padding: 6px 10px !important;
    color: #393939 !important;
  }
  .foot {
    height: 200px !important;
  }
  .map {
    height: 300px;
  }
  .foot .text {
    padding-top: 80px !important;
    line-height: 1.3;
    width: 60%;
    margin: 0 auto;
    font-size: 8px;
  }
  .bosyu {
    font-size: 30px;
    margin-top: 100px;
    letter-spacing: 2px;
    color: #393939;
  }
  .bosyu_sub {
    font-size: 20px;
    color: #393939;
    letter-spacing: 2px;
  }
  .contents_top {
    margin: 70vh auto 60px;
  }
  .sp_margin {
    margin-top: 40px;
  }
}

.animated {
  visibility: hidden;
}

.movie_dot {
  position: absolute;
  top: 0;
  opacity: 0.2;
  background: #FFF;
  background-image: radial-gradient(#393939 1px, transparent 0), radial-gradient(#393939 1px, transparent 0);
  background-position: 0 0, 3px 3px;
  background-size: 3px 3px;
}

.privacy {
  text-align: left;
  border: 1px solid #ced4da;
  padding: 16px;
  margin: 0 15px;
}

.contact_form {
  text-align: left;
}

.custom-btn {
  padding: 6px 24px !important;
}

form.wpcf7-form p:last-of-type {
  text-align: center !important;
}

.wpcf7-form textarea {
  height: 150px !important;
}

label {
  margin-bottom: 0 !important;
}