@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  counter-reset: number 0;
  line-height: 2.3em;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #454545;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 14px; }
  @media only screen and (max-width: 468px) {
    body {
      font-size: 16px;
      line-height: 2.0em; } }

.inner {
  margin: 0 auto;
  max-width: 1200px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .inner {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    .inner {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

.inner2 {
  margin: 0 auto;
  max-width: 1000px; }

#contents_wrap {
  width: 100%;
  min-width: 100% !important; }

#contents {
  font-size: 100%;
  width: 100%;
  max-width: 1200px; }
  @media screen and (min-width: 1000px) and (max-width: 1199px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media screen and (min-width: 769px) and (max-width: 999px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

#side {
  width: 18.75000%; }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed; } }
.tlfixed table {
  table-layout: fixed; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

u {
  text-decoration: underline; }

b {
  font-weight: 500; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a {
  text-decoration: none; }

a:hover {
  opacity: 0.6; }

@media screen and (min-width: 469px) and (max-width: 768px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media only screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 468px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }
  @media only screen and (max-width: 768px) {
    header#global_header {
      padding-top: 48px; } }

#header {
  max-width: 1200px;
  margin: 70px auto;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    #header {
      margin: 35px auto;
      flex-direction: column; } }

#header-logo {
  position: absolute;
  right: 0;
  left: 0; }
  #header-logo img {
    max-width: initial !important; }
  @media only screen and (max-width: 768px) {
    #header-logo {
      position: inherit; }
      #header-logo img {
        width: 100%;
        margin: 0 auto 30px;
        display: block; } }

#header-info {
  position: relative;
  z-index: 1; }
  #header-info p {
    text-align: right;
    letter-spacing: 2px; }
    #header-info p span {
      background: #c19b73;
      border-radius: 5px;
      padding: 3px 10px;
      margin: 5px;
      color: #fff; }
  #header-info #header-info-B {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    #header-info #header-info-B #header-tel {
      margin-right: 10px; }
      #header-info #header-info-B #header-tel span {
        display: flex;
        align-items: center; }
        #header-info #header-info-B #header-tel span i {
          font-size: 24px;
          padding-right: 5px;
          color: #9f8e70; }
        #header-info #header-info-B #header-tel span p {
          color: #b2b2b2;
          font-size: 16px;
          font-family: adobe-garamond-pro, serif;
          font-style: normal;
          font-weight: 400;
          font-style: oblique; }
      @media only screen and (max-width: 468px) {
        #header-info #header-info-B #header-tel .tel-s a {
          display: flex !important; } }
    #header-info #header-info-B #header-cont a {
      display: flex !important;
      align-items: center; }
      #header-info #header-info-B #header-cont a i {
        font-size: 24px;
        padding-right: 5px;
        color: #9f8e70; }
      #header-info #header-info-B #header-cont a p {
        color: #b2b2b2;
        font-size: 16px; }

#nav-wrap {
  width: 100%;
  padding-bottom: 35px; }
  @media only screen and (max-width: 768px) {
    #nav-wrap {
      padding-bottom: 0; } }

#nav_global {
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    #nav_global {
      display: none; } }
  #nav_global ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: baseline; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: relative; }
      #nav_global ul li a {
        text-align: center;
        display: block;
        color: #454545;
        font-size: 16px;
        font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      #nav_global ul li ul {
        position: absolute;
        margin: auto;
        display: block;
        width: 100%;
        z-index: 1;
        background: rgba(255, 255, 255, 0.5); }
        #nav_global ul li ul li a {
          font-size: 16px;
          width: 100%;
          display: block;
          padding-top: 10px;
          padding-bottom: 10px; }
          @media screen and (max-width: 920px) {
            #nav_global ul li ul li a {
              font-size: 14px; } }

#mainArea {
  left: 0;
  right: 0;
  max-width: 95%;
  margin: 0 auto; }
  #mainArea #slider {
    width: 100%;
    margin: 0 auto;
    position: relative; }
    #mainArea #slider li img {
      width: 100%;
      height: auto; }
  #mainArea .slick-prev, #mainArea .slick-next {
    z-index: 100;
    height: auto !important;
    width: auto !important; }
  #mainArea .slick-prev {
    left: 18% !important; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #mainArea .slick-prev {
        width: 50px !important; } }
  #mainArea .slick-next {
    right: 18% !important; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #mainArea .slick-next {
        width: 50px !important; } }
  #mainArea .slick-prev:before, #mainArea .slick-next:before {
    display: none; }

.mean-container .mean-bar {
  background: #9f8e70 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #9f8e70 !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
  padding: 0.5em 5% !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*
  background-color: #e9832f !important;*/ }

.mean-container .mean-nav ul li a.mean-expand {
  height: 30px !important; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .mean-container .mean-nav ul li a.mean-expand {
      height: 25px !important; } }

.mean-container .mean-nav ul li li a {
  padding: 0.5em 10% !important; }

.anchor {
  display: block;
  transform: translateY(-60px); }

/*
飛ばしたいところの前に以下のような記述
<span id="map" class="anchor"></span>
*/
footer#global_footer {
  min-width: 100% !important;
  margin-top: 100px; }
  footer#global_footer a {
    color: #454545 !important; }
  @media only screen and (max-width: 768px) {
    footer#global_footer {
      margin-top: 50px; } }
  footer#global_footer #top-button {
    position: fixed;
    display: auto !important;
    bottom: 50px;
    right: 20px; }
    footer#global_footer #top-button div {
      margin: 3px; }
    @media only screen and (max-width: 468px) {
      footer#global_footer #top-button {
        bottom: 20px; } }
  footer#global_footer #footer-wrap #footer #footer-nav {
    background: #9f8e70; }
    footer#global_footer #footer-wrap #footer #footer-nav ul {
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      footer#global_footer #footer-wrap #footer #footer-nav ul li {
        min-width: 100px; }
        footer#global_footer #footer-wrap #footer #footer-nav ul li a {
          color: #fff !important;
          display: block;
          width: 100%;
          padding: 10px;
          font-size: 13px; }
    @media only screen and (max-width: 768px) {
      footer#global_footer #footer-wrap #footer #footer-nav {
        display: none; } }
  footer#global_footer #footer-wrap #footer #footer-logo {
    padding: 65px 0; }
    footer#global_footer #footer-wrap #footer #footer-logo a {
      font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 36px; }
  footer#global_footer #footer-wrap #footer #footer-nav2 ul {
    display: flex;
    justify-content: center; }
    footer#global_footer #footer-wrap #footer #footer-nav2 ul a {
      padding: 10px 20px; }
  @media only screen and (max-width: 768px) {
    footer#global_footer #footer-wrap #footer #footer-nav2 {
      display: none; } }
  footer#global_footer #copyright {
    max-width: 100%;
    padding: 10px; }
    @media only screen and (max-width: 468px) {
      footer#global_footer #copyright {
        padding-bottom: 70px; } }

#sm-icon {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
  position: fixed;
  bottom: 0; }
  @media screen and (min-width: 469px) {
    #sm-icon {
      display: none; } }
  #sm-icon div {
    width: 33.333%;
    background: #9f8e70;
    border: 1px solid #fff; }
    #sm-icon div a, #sm-icon div p, #sm-icon div i {
      color: #fff !important; }

.abc {
  font-size: 30px;
  color: red; }

.top-cont1-wrap {
  position: relative;
  padding: 5% 0 !important; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .top-cont1-wrap {
      padding: 15% 0 !important;
      margin-bottom: 80px !important; } }
  @media only screen and (max-width: 468px) {
    .top-cont1-wrap {
      padding: 15% 0 !important;
      margin-bottom: 50px !important; } }

.top-cont1-inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/top_bg01.png) repeat;
  z-index: -1; }

.top-cont1 {
  max-width: 800px;
  margin: 0 auto; }
  .top-cont1 h1 {
    margin-bottom: 25px;
    font-size: 36px;
    color: #a57a43;
    text-align: center;
    line-height: 60px;
    letter-spacing: 2px; }
  .top-cont1 p {
    line-height: 36px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .top-cont1 {
      width: 90%; }
      .top-cont1 h1 {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 50px; } }
  @media screen and (max-width: 600px) {
    .top-cont1 h1 {
      font-size: 20px; } }
  @media only screen and (max-width: 468px) {
    .top-cont1 h1 {
      margin-bottom: 15px;
      line-height: 50px; }
    .top-cont1 p {
      width: 90%;
      display: block;
      margin: 0 auto;
      line-height: 2em; } }
  @media screen and (max-width: 350px) {
    .top-cont1 h1 {
      font-size: 18px; } }

.TFLX1 {
  display: flex;
  justify-content: space-between; }
  .TFLX1 .TFLX1-img {
    padding: 0 !important; }
    .TFLX1 .TFLX1-img img {
      width: 100% !important; }
  .TFLX1 .TFLX1-txt {
    background: #fff;
    line-height: 30px; }
    .TFLX1 .TFLX1-txt h3, .TFLX1 .TFLX1-txt .title h4, .title .TFLX1 .TFLX1-txt h4, .TFLX1 .TFLX1-txt .title3 h4, .title3 .TFLX1 .TFLX1-txt h4 {
      color: #a57a43;
      text-align: center;
      font-size: 16px; }
      .TFLX1 .TFLX1-txt h3 span, .TFLX1 .TFLX1-txt .title h4 span, .title .TFLX1 .TFLX1-txt h4 span, .TFLX1 .TFLX1-txt .title3 h4 span, .title3 .TFLX1 .TFLX1-txt h4 span {
        font-size: 30px;
        font-family: adobe-garamond-pro, serif;
        font-style: normal;
        font-weight: 400;
        font-style: oblique;
        vertical-align: middle;
        padding-right: 10px; }
  .TFLX1 .box {
    width: 30%;
    background: #fff; }
  @media only screen and (max-width: 768px) {
    .TFLX1 {
      flex-direction: column; }
      .TFLX1 .box {
        width: 85%;
        margin: 10px auto; } }

.TFLX1-wrap {
  background: url(../images/common/TFLX1_bg.png) no-repeat 0 100px;
  margin: 0 auto;
  padding: 20px;
  width: 90%;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .TFLX1-wrap {
      padding: 0;
      width: 95%; } }

.top-cont2-wrap {
  background: #ebebeb;
  padding: 100px 0; }
  @media screen and (max-width: 1199px) {
    .top-cont2-wrap {
      margin-right: -20px !important;
      margin-left: -20px !important; } }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .top-cont2-wrap {
      padding: 70px 0; } }
  @media only screen and (max-width: 468px) {
    .top-cont2-wrap {
      padding: 50px 0; } }

.TFLX2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap !important; }
  .TFLX2 .box img {
    margin: 0 auto;
    display: block; }
  @media only screen and (max-width: 768px) {
    .TFLX2 .box {
      width: 48% !important;
      margin: 10px auto !important; }
      .TFLX2 .box img {
        margin: 0 auto;
        display: block; } }
  @media only screen and (max-width: 468px) {
    .TFLX2 {
      padding: 0 10px; } }

.top-cont3-wrap {
  position: relative;
  padding: 5% 0 !important; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .top-cont3-wrap {
      padding: 15% 0 !important;
      margin-bottom: 80px !important; } }
  @media only screen and (max-width: 468px) {
    .top-cont3-wrap {
      padding: 15% 0 !important;
      margin-bottom: 50px !important; } }

.top-cont3-inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/top_bg02.png) repeat;
  z-index: -1; }

.color-banner {
  width: 100%;
  margin: 0 auto;
  justify-content: space-around;
  flex-wrap: wrap; }
  .color-banner .box {
    margin: 1% !important;
    width: 14.6%; }
    @media only screen and (max-width: 768px) {
      .color-banner .box {
        width: 30%; } }
  @media only screen and (max-width: 468px) {
    .color-banner {
      padding: 0 10px; } }

.TCT {
  max-width: 600px;
  margin: 0 auto; }
  .TCT .TCT-txt {
    letter-spacing: 1px; }
    .TCT .TCT-txt i {
      font-size: 30px;
      color: #9f8e70;
      vertical-align: middle; }
    @media only screen and (max-width: 468px) {
      .TCT .TCT-txt div {
        text-align: left !important; } }

.special {
  height: 400px;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.3);
  border: 3px solid #e3dcd0;
  padding: 50px; }
  .special dl {
    border-bottom: 1px solid #9f8e70; }
    .special dl dt {
      min-width: 120px;
      font-weight: bold;
      color: #a57a43; }
    .special dl dd span {
      font-weight: bold;
      display: block; }
    @media only screen and (max-width: 768px) {
      .special dl {
        display: block !important; }
        .special dl dt,
        .special dl dd {
          width: 100% !important; } }

.top-cont4-wrap {
  background: url(../images/common/top_bg03.png) no-repeat;
  background-size: cover;
  width: 90%;
  margin: 0 auto;
  padding: 50px; }
  @media only screen and (max-width: 468px) {
    .top-cont4-wrap {
      padding: 20px; } }

.news-wrap {
  height: 400px;
  background: rgba(255, 255, 255, 0.7);
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px; }
  @media only screen and (max-width: 768px) {
    .news-wrap {
      padding: 30px;
      height: 300px; } }

.news {
  height: 100%;
  overflow-y: auto; }
  .news dl {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px; }
    .news dl dt {
      color: #9f8e70;
      font-size: 16px; }
    @media only screen and (max-width: 768px) {
      .news dl {
        display: block !important; }
        .news dl dt,
        .news dl dd {
          width: 100% !important; } }

.news-bg {
  background: url(../images/common/top_bg05.png) no-repeat right bottom;
  background-size: cover;
  width: 90%;
  margin: 0 auto;
  padding: 50px; }
  @media only screen and (max-width: 468px) {
    .news-bg {
      padding: 30px; } }

.top-cont3 {
  max-width: 600px;
  margin: 0 auto; }
  .top-cont3 p {
    letter-spacing: 2px; }
    @media only screen and (max-width: 768px) {
      .top-cont3 p {
        margin: 5px auto;
        letter-spacing: 0.8px; } }
    .top-cont3 p span {
      background: #c19b73;
      border-radius: 5px;
      padding: 3px 10px;
      margin: 5px;
      color: #fff; }

.insta-img {
  margin: 0 auto;
  display: block; }

/*
.top-cont4-wrap {
  position: relative;
  padding: 80px 0 !important;
  margin-bottom: 60px 0!important;
}
.top-cont4-inner {
width: 100vw;
height: 100%;
position: absolute;
top: 0;
left: 0;
margin-left: calc(((100vw - 100%) / 2) * -1);
margin-right: calc(((100vw - 100%) / 2) * -1);
background: url(../images/common/top_bg04.jpg) no-repeat center top;
background-size: cover;
z-index: -1;  
}
*/
.sns_list {
  max-width: 1200px;
  margin: 0 auto;
  flex-direction: row !important;
  flex-wrap: wrap;
  border: none !important; }
  .sns_list div {
    width: 20% !important;
    border: none !important; }
    .sns_list div .sns_text {
      display: none; }
    .sns_list div .sns_photo {
      width: 100% !important; }
    @media only screen and (max-width: 768px) {
      .sns_list div {
        width: 50% !important; } }

.top-title {
  /*
  h1 {
    font-size: 36px;
    color:$title-color;
    font-family: adobe-garamond-pro, serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom:20px;
    @include tabsp {
      font-size: 24px;
    }
  }
  */ }
  .top-title h2 {
    font-size: 30px;
    text-align: center;
    position: relative;
    display: block;
    padding: 0 55px; }
    .top-title h2:before, .top-title h2:after {
      content: "";
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 30%;
      height: 1px;
      background-color: black; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .top-title h2:before, .top-title h2:after {
          width: 20%; } }
      @media only screen and (max-width: 468px) {
        .top-title h2:before, .top-title h2:after {
          width: 10%; } }
    .top-title h2:before {
      left: 0; }
    .top-title h2:after {
      right: 0; }
    @media only screen and (max-width: 768px) {
      .top-title h2 {
        font-size: 24px;
        padding: 0 20px; } }
  .top-title span {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    margin-bottom: 10px; }
    .top-title span:before, .top-title span:after {
      content: "";
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 45px;
      height: 1px;
      background-color: #c19b73; }
    .top-title span:before {
      left: 0; }
    .top-title span:after {
      right: 0; }
    .top-title span img {
      vertical-align: sub !important; }
  @media only screen and (max-width: 468px) {
    .top-title {
      margin-bottom: 30px !important; } }

.top-title2, .top-title3 {
  /*  @extend .top-title; */ }
  .top-title2 h2, .top-title3 h2 {
    color: #a57a43;
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px; }
    @media only screen and (max-width: 468px) {
      .top-title2 h2, .top-title3 h2 {
        font-size: 24px; } }
  .top-title2 span:before, .top-title3 span:before, .top-title2 span:after, .top-title3 span:after {
    background-color: #df9869; }
  @media only screen and (max-width: 468px) {
    .top-title2, .top-title3 {
      margin-bottom: 30px !important; } }

.top-title3 h2 {
  color: #fff; }
.top-title3 span:before, .top-title3 span:after {
  background-color: #fff; }

.top-list .items {
  margin: 0 !important; }
  .top-list .items article {
    width: 31% !important;
    margin: 1% !important; }
    @media only screen and (max-width: 768px) {
      .top-list .items article {
        width: 48% !important; } }
    .top-list .items article a.photo {
      height: 233px !important;
      width: 100% !important; }
    .top-list .items article .name,
    .top-list .items article .price,
    .top-list .items article button {
      display: none; }
    .top-list .items article .summary {
      text-align: left !important;
      margin: 0 auto 0 0; }

.link-button {
  margin-top: 20px; }
  .link-button div {
    text-align: center !important; }
  .link-button a {
    font-size: 16px;
    color: #454545;
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 1px; }
    .link-button a span {
      display: inline-block;
      width: 25px;
      height: 25px;
      background: #a57a43;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      line-height: 25px;
      font-size: 12px;
      margin-right: 5px; }

.top-banner a {
  opacity: 1 !important; }

/*
.news-wrap {
  height: 250px;
  background: #fff;
  max-width: 1000px;
  margin:0 auto;
  border:3px solid #ccc;
  padding:  50px;
  @include tabsp {
    padding:30px;
  }
}
.news {
  height: 150px;
  overflow-y: auto;
  dl {
    border-bottom:1px dotted #ccc;
    @include sp {
      display: block !important;
      dt,dd{
        width: 100% !important;
      }
    }
  dt {
    align-items: top !important;
    display: block !important;
    color:$title-color;
    font-weight: bold;
    font-style: oblique;
    min-width: 100px;
  }
  }
}
*/
.tel-s a {
  color: #454545 !important; }
  .tel-s a:hover {
    opacity: 1 !important; }

@media only screen and (max-width: 468px) {
  .brdn br {
    display: none; } }

.w1000 {
  max-width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .w1000 {
      padding-left: 10px;
      padding-right: 10px; } }

.w1200 {
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .w1200 {
      padding-left: 10px;
      padding-right: 10px; } }

.ai-company dt {
  align-items: center !important; }
@media only screen and (max-width: 468px) {
  .ai-company dl {
    display: block !important; }
    .ai-company dl dt {
      width: 100% !important;
      border-right: 1px solid #ccc !important; }
    .ai-company dl dd {
      width: 100% !important; } }

.form_wrap dl dd > div {
  display: block !important; }

@media only screen and (max-width: 768px) {
  .fancybox-toolbar {
    top: 50px !important; } }

.pankuzu {
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .pankuzu {
      display: none; } }

.page-title-wrap {
  position: relative;
  padding: 10% 0 !important;
  margin-bottom: 70px; }
  @media only screen and (max-width: 768px) {
    .page-title-wrap {
      padding: 15% 0 !important;
      margin-bottom: 30px; } }

.page-title-inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/page_title_bg.png) no-repeat right top;
  background-size: cover;
  z-index: -1; }

.page-title-inner2 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/page_title_bg_b.png) no-repeat left top;
  background-size: cover;
  z-index: -1; }

.page-title h1 {
  font-size: 36px;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0 70px; }
  .page-title h1:before, .page-title h1:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #fff; }
  .page-title h1:before {
    left: 0; }
  .page-title h1:after {
    right: 0; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .page-title h1 {
      font-size: 28px;
      padding: 0 30px; }
      .page-title h1:before, .page-title h1:after {
        width: 20px; } }
  @media only screen and (max-width: 468px) {
    .page-title h1 {
      font-size: 24px;
      padding: 0 30px; }
      .page-title h1:before, .page-title h1:after {
        width: 20px; } }
  @media only screen and (max-width: 400px) {
    .page-title h1 {
      font-size: 20px; } }

.title, .title3 {
  /*
    h1 {
    font-size: 36px;
    color:$title-color;
    font-family: $title-font;
    text-align: center;
    @include tabsp {
       font-size: 24px;
    }
  }*/ }
  .title h2, .title3 h2 {
    font-size: 24px;
    color: #a57a43;
    padding: 10px;
    background: #e3dcd0;
    border-left: solid 5px #9f8e70; }
    @media only screen and (max-width: 768px) {
      .title h2, .title3 h2 {
        font-size: 20px; } }
  .title h3, .title3 h3, .title h4, .title3 h4 {
    font-size: 20px;
    position: relative;
    padding: 0.25em 0; }
    @media only screen and (max-width: 768px) {
      .title h3, .title3 h3, .title h4, .title3 h4 {
        font-size: 18px; } }
    .title h3:after, .title3 h3:after, .title h4:after, .title3 h4:after {
      content: "";
      display: block;
      height: 3px;
      background: -webkit-linear-gradient(to right, #9f8e70, #fae6c8);
      background: linear-gradient(to right, #9f8e70, #fae6c8); }

.title2 {
  margin: 30px auto 20px; }
  .title2 h2 {
    font-size: 24px;
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    padding: 0.25em 0;
    margin: 40px auto 20px; }
    @media only screen and (max-width: 768px) {
      .title2 h2 {
        font-size: 20px; } }
    .title2 h2:after {
      content: "";
      display: block;
      height: 2px;
      background: #a57a43; }
  .title2 h3, .title2 .title h4, .title .title2 h4, .title2 .title3 h4, .title3 .title2 h4 {
    font-size: 24px;
    font-weight: bold;
    color: #4f422f;
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    text-shadow: 0 0 2px white; }
    .title2 h3:before, .title2 .title h4:before, .title .title2 h4:before, .title2 .title3 h4:before, .title3 .title2 h4:before {
      content: "";
      position: absolute;
      background: #d6d98c;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      top: 50%;
      /* border: dashed 1px white; */
      left: -15px;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: -1; }

@media only screen and (max-width: 468px) {
  .title3 h2 {
    font-size: 18px; } }

.step-title {
  margin: 30px auto 20px; }
  .step-title span {
    font-size: 20px;
    font-family: adobe-garamond-pro, serif;
    font-style: normal;
    font-weight: 400;
    font-style: oblique;
    color: #fff; }
  .step-title h3, .step-title .title h4, .title .step-title h4, .step-title .title3 h4, .title3 .step-title h4 {
    font-size: 20px; }
  @media only screen and (max-width: 768px) {
    .step-title span,
    .step-title h3,
    .step-title .title h4,
    .title .step-title h4,
    .step-title .title3 h4,
    .title3 .step-title h4 {
      font-size: 18px !important; } }

@media only screen and (max-width: 468px) {
  .faq-q {
    background: #efe2e1;
    padding: 0 !important; } }

@media only screen and (max-width: 468px) {
  .faq-a {
    background: #dfecde;
    padding: 0 !important; } }

.item-FLX {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .item-FLX .box {
    width: 23%;
    margin: 1%; }
    .item-FLX .box .item-title {
      background: #efe2e1; }
    .item-FLX .box .item-txt div {
      background: #dfecde; }
    .item-FLX .box .item-price {
      color: #ff041c; }
  @media screen and (max-width: 1000px) {
    .item-FLX .box {
      width: 31.333%;
      margin: 1%; } }
  @media only screen and (max-width: 768px) {
    .item-FLX .box {
      width: 48%;
      margin: 1%; }
      .item-FLX .box .item-txt,
      .item-FLX .box .item-price {
        font-size: 13px;
        padding: 10px 0 !important; } }
  @media screen and (max-width: 350px) {
    .item-FLX .box .item-txt,
    .item-FLX .box .item-price {
      font-size: 11px !important;
      padding: 10px 0 !important; } }

.item-cont1, .item-cont2 {
  display: flex;
  align-items: center; }
  .item-cont1 .item-cont1-L, .item-cont2 .item-cont1-L {
    width: 30%; }
  .item-cont1 .item-cont1-R, .item-cont2 .item-cont1-R {
    width: 70%; }
    .item-cont1 .item-cont1-R .box, .item-cont2 .item-cont1-R .box {
      width: 300px; }
      .item-cont1 .item-cont1-R .box .item-txt div, .item-cont2 .item-cont1-R .box .item-txt div {
        background: #dfecde; }
      .item-cont1 .item-cont1-R .box .item-price, .item-cont2 .item-cont1-R .box .item-price {
        color: #ff041c; }
    .item-cont1 .item-cont1-R .size-date, .item-cont2 .item-cont1-R .size-date {
      overflow-x: scroll; }
      .item-cont1 .item-cont1-R .size-date table td, .item-cont2 .item-cont1-R .size-date table td {
        padding: 5px !important;
        width: 75px !important;
        text-align: center !important;
        font-size: 14px !important; }
  @media only screen and (max-width: 768px) {
    .item-cont1, .item-cont2 {
      flex-direction: column; }
      .item-cont1 .item-cont1-R, .item-cont2 .item-cont1-R {
        width: 90%;
        margin: 0 auto; }
        .item-cont1 .item-cont1-R .box, .item-cont2 .item-cont1-R .box {
          margin: 20px auto !important; } }

.item-cont2 {
  justify-content: space-between; }
  .item-cont2 .item-cont1-L {
    width: 20%; }
  .item-cont2 .item-cont1-R {
    width: 70%; }
    .item-cont2 .item-cont1-R .size-date {
      overflow-x: scroll; }
      .item-cont2 .item-cont1-R .size-date table td {
        padding: 5px !important;
        width: 55px !important;
        text-align: center !important;
        font-size: 14px !important; }
  @media only screen and (max-width: 768px) {
    .item-cont2 .item-cont1-L {
      width: 50%;
      margin: 20px auto; }
    .item-cont2 .item-cont1-R {
      width: 90% !important;
      margin: 20px auto; } }

.item-title2 {
  padding: 5px;
  border-top: 2px solid #a57a43;
  border-bottom: 2px solid #a57a43; }
  .item-title2 h3, .item-title2 .title h4, .title .item-title2 h4, .item-title2 .title3 h4, .title3 .item-title2 h4 {
    font-size: 20px; }
    @media only screen and (max-width: 768px) {
      .item-title2 h3, .item-title2 .title h4, .title .item-title2 h4, .item-title2 .title3 h4, .title3 .item-title2 h4 {
        font-size: 18px; } }
  .item-title2 span {
    background: #efe2e1;
    padding: 3px; }

/*

// ＝＝＝＝＝＝＝＝＝＝　商品一覧詳細ページここから　＝＝＝＝＝＝＝＝＝＝
.gallery-FLX {
  justify-content: space-around;
  .box {
    margin-bottom: 10px !important;
  }
  img {
    height: 192px !important;  
    object-fit: cover;
  }
  @include tabsp {
   .box {
    width: 45% !important;
   } 
   img {
    height: 150px;
   }
 }
}
*/
.error2 h2 {
  font-size: 40px;
  font-weight: bold;
  color: #a57a43; }

.bg_100per_wrap {
  position: relative;
  padding: 50px 0 !important;
  margin-bottom: 60px !important; }

.bg_100per_inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: #f7ead4;
  z-index: -1; }

.bg_100per_wrap {
  position: relative;
  padding: 80px 0 !important;
  margin-bottom: 60px 0 !important; }

.bg_100per_inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/contents/cont-bg.jpg) repeat center top;
  background-size: cover;
  z-index: -1; }

@media only screen and (max-width: 768px) {
  #col_main .errorbg {
    padding: 0 !important; } }

.confirm {
  margin-top: 30px; }

/*
// ＝＝＝＝＝＝＝＝＝＝　採用情報ここから　＝＝＝＝＝＝＝＝＝＝
.recruit-form {
  @include sp {
    dl {
      flex-direction:column;
      dt, dd {
       width: 100% !important; 
       border:#ad977f 1px solid !important;
      }
      dt {
        text-align: center !important;
      }
    }
  }  
}

// ＝＝＝＝＝＝＝＝＝＝　採用情報ここまで　＝＝＝＝＝＝＝＝＝＝*/
/*.rinen-TBL {
  margin:50px auto;
  img {
    width: 150px !important;
    margin:0 auto;
  }
  h2 {
    font-size: 18px;
    font-family: $title-font;
    color:$title-color;

  }
}
@include sp {
  .Qicon {
    padding:0 !important;
    background:#d6d98c;
  }
  .Aicon {
    padding:0 !important;
    background:#e58d2d;
  }
}*/
/*
.top-cont1-wrap {
  position: relative;
  padding: 70px 0 !important;
}
.top-cont1-inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background:$base-color;
  z-index: -1;  
}
.pickup {
  border:3px solid #93744b;
  max-width: 1000px;
  margin:0 auto;
  .box {
    width: 25%;
    border-right: 1px dotted #93744b;
    padding:20px;
    span {
      display: block;
      font-family: $mincho;
      font-size: 15px;
    }
  }
  @include tabsp {
    .box {
      width:50% ;
      border-bottom:1px dotted #93744b;
    }
  }
}
.cosme-color {
  color:#ff008a;
  a {
    color:#ff008a !important;
  }
}
.drug-color {
  color:#0060ff;
  a {
    color:#0060ff !important;
  }
}
.health-color {
  color:#007603;
  a {
    color:#007603 !important;
  }
}
.other-color {
  color:#ff7e00;
  a {
    color:#ff7e00 !important;
  }
}

.top-cont2-wrap {
  position: relative;
  padding: 70px 0 !important;
}
.top-cont2-inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background:$main-color;
  z-index: -1;  
}
.top-cont2-title {
  font-size: 36px;
  font-family: bold;
  color:#fff;
  span {
    font-family: $title-font;
    letter-spacing: 4px;
  }
  @include tabsp {
    font-size: 20px;
    h1 {
      text-align: left !important;    
    }

  }
}
.top-cont2 {
  position: relative;
  max-width: 1200px;
  margin:50px auto 0;
  background:url(../images/contents/top-img01.jpg) no-repeat left top;
  padding-top:100px;
  .top-cont2-txt {
    background:rgba(#fff, 0.7);
    padding:5% 5% 50px 5%;
    width: 58.333%;
    margin:0 0 0 auto;
    color:$title-color;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
  }
  .link-button-white {
    position: absolute;
    top:0;
    right: 0;
  .imgL {
    max-width: 100% !important;
}
  }
  @include pcm {
    background-size: 60%;
    padding-top:50px;
    .top-cont2-txt {
      width: 65%;
    }    
  }
  @include pcs {
    background-size: 70%;
    padding-top:50px;
    .top-cont2-txt {
      width: 80%;
    }  
  }
  @include tab {
    background-size: 80%;
    padding-top:50px;
    .top-cont2-txt {
      width: 80%;
      br {
        display: none;
      }
    }
    .link-button-white {
      bottom:5px;
      top:auto;
    }
  }
  @include sp {
    background-size: cover;
    padding-top:30px;
    padding-bottom:30px;
    .top-cont2-txt {
      width: 90%;
      margin:0 auto;
      font-size :14px;
      br {
        display: none;
      }
    }
    .link-button-white {
      bottom:5px;
      top:auto;
    }  
  }
}

.TFLX1 {
  display: flex;
  flex-wrap:wrap; 
  justify-content: center;
  max-width: 1000px;
  margin:50px auto;
}
.top-link {
  width: 45%;
  padding:5%;
  margin:2.5%;
  border-radius: 30px;
  span {
    font-size: 30px;
    margin-bottom: 5px;
    display: block;
  }
  a {
  font-size: 18px;
    margin-bottom: 5px;
    display: block;
  }
  @include tabsp {
    span {
      font-size: 24px;
      margin-bottom: 0;
      display: inline;
    }
    a {
      font-size: 16px;
      margin-bottom: 0;
      display: inline;
  }
  table td {
    padding:0 !important;
    }
  margin:1.5%;
  }
}
.top-link-bg1 {
  background:#cce0ff;
}
.top-link-bg2 {
  background:#cee9cf;
}
.top-link-bg3 {
  background:#ffd9ed;
}
.top-link-bg4 {
  background:#ffdfbf;
}

.top-title03 {
  margin-top: 5px;
.top-icon02 {
  width:100px;
  height: 100px;
  background:$main-color;
  border-radius: 0 0 0 30px;
  padding:0 !important;
  i {
    margin:0 auto;
    display: block;
    text-align: center;
    font-size: 50px;
    color:#fff;
  }
} 
  h2 {
    font-size: 30px;
    font-weight: bold;
    color:$title-color;
    border-bottom: 3px solid $main-color;
    display: table;
    margin: 0 0 0 auto;
  }
  @include pcs {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  @include tabsp {
    margin-left: -20px !important;
    margin-right: -20px !important;
    h2 {
      font-size:24px;   
    }
    .top-icon02 {
      width: 80px;
      height: 80px;
      i {
        font-size: 40px;
      }
    }
  }
}

.top-slide {
  .items {
     i {
      display: none !important;
    } 
  }
}
.top-cont3-wrap {
  position: relative;
  padding: 80px 0 !important;
  @include tabsp {
    padding:50px 0 !important;
  }
}
.top-cont3-inner {
width: 100vw;
height: 100%;
position: absolute;
top: 0;
left: 0;
margin-left: calc(((100vw - 100%) / 2) * -1);
margin-right: calc(((100vw - 100%) / 2) * -1);
background: url(../images/contents/news-bg.jpg) no-repeat center top;
background-size: cover;
z-index: -1;  
}

// ＝＝＝＝＝＝＝＝＝＝　newsここから　＝＝＝＝＝＝＝＝＝＝
.news-title {
    i {
      color:$main-color;
      font-size: 50px;
    } 
    h2 {
    color:$title-color;
    font-size: 36px;
    border-bottom:3px dotted $main-color;
    display: inline;
    padding:10px 100px;
    @include pcs {
      font-size: 30px;
      padding:10px 50px;
    }
    @include tabsp {
      font-size: 30px;
      padding:10px 30px;
    }
    }
      span {
      color:#fff;
      font-size: 20px;
      font-weight: bold;
    }
  margin-bottom:15px;
}

.TFLX2 {
  max-width: 1000px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap !important;
  .box {
    width: 50%;
  }

  @include tabsp {
    flex-wrap: nowrap !important;
    flex-direction: column !important;
    .box {
      width: 100%;
      margin:10px auto; 
      img {
        margin:0 auto ;
        display: block;
      }
    }
  }
}
*/
/*==========インスタグラム==========*/
.instawrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .instawrap .leftArea, .instawrap .rightArea {
    width: 47.5%; }
    .instawrap .leftArea .insta_title, .instawrap .rightArea .insta_title {
      font-size: 20px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 5px; }
    @media only screen and (max-width: 768px) {
      .instawrap .leftArea, .instawrap .rightArea {
        width: 100%;
        margin-bottom: 60px; } }
    @media only screen and (max-width: 468px) {
      .instawrap .leftArea, .instawrap .rightArea {
        width: 100%;
        margin-bottom: 30px; } }
    .instawrap .leftArea ul, .instawrap .rightArea ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .instawrap .leftArea ul li, .instawrap .rightArea ul li {
        width: 32%;
        margin-bottom: 2%; }
        .instawrap .leftArea ul li img, .instawrap .rightArea ul li img {
          width: 100% !important;
          height: 190px !important;
          object-fit: cover;
          font-family: "object-fit: cover;"; }
          @media screen and (max-width: 1200px) {
            .instawrap .leftArea ul li img, .instawrap .rightArea ul li img {
              height: 14.83vw !important; } }
          @media only screen and (max-width: 768px) {
            .instawrap .leftArea ul li img, .instawrap .rightArea ul li img {
              height: 30.33vw !important; } }

.item_wrap .size-date {
  overflow-x: scroll;
  white-space: nowrap;
  width: 100%; }
  .item_wrap .size-date table {
    table-layout: auto; }

.gallery {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start; }
  @media only screen and (max-width: 468px) {
    .gallery {
      flex-direction: column; } }
  .gallery > div {
    width: 32.5%; }
    @media only screen and (max-width: 468px) {
      .gallery > div {
        width: 85%;
        margin-right: auto !important;
        margin-left: auto !important; } }
    .gallery > div li img {
      width: 100% !important;
      height: 520px !important;
      object-fit: cover;
      font-family: "object-fit: cover;"; }
      @media screen and (max-width: 1199px) {
        .gallery > div li img {
          height: 41.9238254101vw !important; } }
      @media only screen and (max-width: 468px) {
        .gallery > div li img {
          height: 108.2621082621vw !important; } }
  .gallery > ul {
    width: 63.5% !important;
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.36%; }
    @media only screen and (max-width: 468px) {
      .gallery > ul {
        width: 85% !important;
        margin: 20px auto 0 auto !important; } }
    .gallery > ul.slick-dots {
      position: static; }
    .gallery > ul li {
      width: 18.1%;
      margin: 0;
      margin-right: 2.36%;
      float: none !important;
      height: auto;
      margin-bottom: 2.36% !important; }
      .gallery > ul li img {
        width: 100% !important;
        height: 184px !important;
        object-fit: cover;
        font-family: "object-fit: cover;"; }
        @media screen and (max-width: 1199px) {
          .gallery > ul li img {
            height: 14.7901028635vw !important; } }
        @media only screen and (max-width: 468px) {
          .gallery > ul li img {
            height: 19.6581196581vw !important; } }
      .gallery > ul li:nth-child(5n) {
        margin-right: 0; }

/* title */
.midashi h2 {
  color: #fff;
  line-height: 2em;
  font-size: 40px;
  font-weight: bold; }
  @media only screen and (max-width: 468px) {
    .midashi h2 {
      font-size: 20px; } }

.tdpd10 td {
  padding: 10px !important; }

/*# sourceMappingURL=common_style.css.map */
