@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #555;
  font-size: 18px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fafafa;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}

@media screen and (max-width: 834px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  body {
    letter-spacing: 0;
  }
}

body div {
  font-weight: 300;
}

a {
  color: #d4bf94 !important;
  text-decoration: none;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#main, #main {
  width: 1200px !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 auto;
}

#contents_wrap {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

/*1カラム*/
#col_main {
  width: 100% !important;
  float: none !important;
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}

@media screen and (max-width: 834px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

@media screen and (max-width: 834px) {
  .map li {
    text-align: center;
  }
}

.map li:last-child {
  display: none;
}

.map li a {
  color: #333 !important;
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 10px !important;
}

.tlauto table {
  table-layout: auto;
}

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

@media screen and (max-width: 834px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

.inner {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}

.inner_out {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

a.tel_link {
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  a.tel_link {
    pointer-events: auto;
  }
}

/*blog*/
dl dd {
  text-align: center;
}

dl dt {
  text-align: center;
}

.date {
  display: block;
}

.blog {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 120px;
}

.blog #contents {
  margin-bottom: 30px;
}

.blog img {
  margin-bottom: 30px;
  width: 80% !important;
}

@media screen and (max-width: 1000px) {
  .blog .detail {
    text-align: left !important;
    margin-bottom: 80px !important;
  }
}

.blog article {
  text-align: center !important;
}

.blog article h3 {
  text-align: center !important;
  font-size: 30px;
  margin-bottom: 20px;
  border-bottom: 4px double #854c60;
  display: inline-block;
}

.blog article div {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .blog article div {
    width: 100% !important;
  }
}

.blog .translate {
  font-weight: bold;
}

.blog .date {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #87755e !important;
  font-family: "Cormorant Infant", serif;
  font-weight: 600;
}

.blog h2 {
  font-size: 36px;
  letter-spacing: 3px;
  color: #555 !important;
  line-height: 30px;
  padding: 15px 0;
  width: 80%;
  margin: 0 auto;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .blog h2 {
    font-size: 18px;
    width: 100%;
    padding: 10px;
  }
}

.blog a {
  color: #d4bf94 !important;
}

@media screen and (max-width: 640px) {
  .blog button {
    margin: 10px 0;
  }
}

.blog #calendar {
  width: 100% !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 640px) {
  .blog #calendar {
    width: 100% !important;
  }
}

.blog input[type="text"], .blog input[type="password"], .blog textarea {
  width: 50% !important;
}

section div#contents > dl ul li {
  float: left;
  list-style: none;
  background: #eee;
  padding: 5px 15px;
  border-radius: 3px;
}

@media screen and (max-width: 1000px) {
  section aside {
    width: 100% !important;
    min-width: 100% !important;
  }
}

@media screen and (max-width: 1000px) {
  section div.wrap {
    display: block !important;
  }
}

div.wrap {
  width: 100% !important;
  max-width: 100% !important;
}

section div.wrap {
  background: none !important;
}

section div#contents > dl {
  border: none !important;
  border-bottom: 1px dotted #eee !important;
}

section div#contents article ul {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  section div#contents article ul {
    max-width: 100%;
  }
}

section div#contents article ul li {
  float: left;
  list-style: none;
  background: #eee;
  padding: 5px 15px;
  border-radius: 3px;
}

section div#contents article ul li a {
  color: #333 !important;
  margin-right: 0 !important;
}

section div#contents > dl ul li a {
  margin-right: 0px !important;
}

div.blog_list div.blog_photo {
  width: 40%;
}

@media screen and (max-width: 1000px) {
  div.blog_list div.blog_photo {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  div.blog_list div.blog_photo {
    text-align: center;
  }
}

div.blog_list {
  border: none;
}

div.blog_list div.blog_date {
  color: #333;
  font-size: 1.4em;
}

div.blog_list h3 a {
  color: #333 !important;
  font-size: 1.6em;
  letter-spacing: 3px;
  font-weight: 500;
}

div.detail {
  margin-top: 10px;
}

.blog article div {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {
  div.blog_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

header:nth-of-type(1) div.wrap {
  font-size: 16px;
}

.blog article div {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  color: #333;
  letter-spacing: -1px;
}

@media screen and (max-width: 1000px) {
  section div.wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/*form*/
.submit {
  max-width: 100%;
}

.text {
  text-align: left !important;
}

.tel {
  text-align: left !important;
}

.form_wrap #text {
  position: relative;
}

.form_wrap #text:after {
  position: absolute;
  content: "必須";
  top: 0px;
  right: -30px;
  font-size: 0.9em;
}

.form_wrap .radio {
  text-align: left !important;
}

/*min-width*/
#global_header {
  min-width: 100% !important;
}

#global_footer {
  min-width: 100% !important;
}

/*パンくず*/
.pankuzu {
  margin-top: 10px;
  margin-bottom: 100px;
}

.pankuzu ul {
  margin-top: 15px;
}

.pankuzu a {
  color: #8a8a8a !important;
}

.pankuzu li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  font-weight: bold;
  color: #999 !important;
}

@media screen and (max-width: 640px) {
  .pankuzu li {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  .pankuzu li:last-child {
    margin-right: 10px;
  }
}

.pankuzu li:last-child:after {
  display: none;
}

.pankuzu li:after {
  content: "＞";
  position: absolute;
  right: -25px;
  top: -1px;
}

/*プライバシーポリシー*/
.policy_01 {
  margin-bottom: 40px;
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .policy_01 {
    width: 100%;
  }
}

.policy_01 h2 {
  letter-spacing: 5px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  padding: 10px;
  background: #000000;
  -webkit-box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center !important;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .policy_01 h2 {
    width: 100%;
    font-size: 15px;
  }
}

.policy_01 h2:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: -10px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #4f4f4f;
}

/*お問い合わせ下部テキスト*/
@media screen and (max-width: 640px) {
  .contact_txt {
    text-align: left !important;
  }
}

/*送信完了メッセージ*/
#form_c2 {
  width: 960px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important;
}

/*メールフォームレイアウト*/
.style_form {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .style_form {
    text-align: center;
  }
}

section div.form_wrap dl dt {
  text-align: left !important;
}

/*固定ヘッダー時のメールフォーム埋まり防止*/
/*アンカーリンク調整*/
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/*404*/
.nf_title h1 {
  margin-top: 80px;
  position: relative;
  color: #333333;
  text-shadow: 0 0 2px white;
  font-size: 100px;
}

@media screen and (max-width: 1000px) {
  .nf_title h1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 834px) {
  .nf_title h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 640px) {
  .nf_title h1 {
    margin-top: 40px;
    font-size: 50px;
  }
}

.nf_txt {
  color: #555;
  font-weight: bold;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .nf_txt {
    margin-top: 0;
  }
}

.nf_txt h2 {
  font-size: 19px;
  font-weight: bold;
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  .nf_txt h2 {
    font-size: 17px;
  }
}

.nf_txt p {
  color: #333333;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .nf_txt p {
    font-size: 13px;
  }
}

.nf_btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0;
  text-decoration: none;
  color: #b7975e;
  text-align: center !important;
}

.nf_btn a {
  color: #333 !important;
  font-weight: bold !important;
  text-align: center !important;
  border: 1px solid;
  padding: 20px 80px;
}

/*meanmenu*/
.mean-container .mean-bar {
  padding: 0 !important;
  background: none !important;
}

.mean-container .mean-nav {
  margin-top: 0 !important;
}

.mean-container .mean-nav ul li a {
  width: 100% !important;
  padding: 1em 0 !important;
  margin: 0;
}

/*nav*/
@media screen and (max-width: 834px) {
  #nav_global {
    display: none;
  }
}

#nav_global02 {
  display: none;
}

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

.mean-nav span {
  display: block;
  /*menuの小文字*/
}

/**/
/*ズームイン*/
#slide_wrapp {
  position: relative;
  overflow: hidden;
}

#slide_wrapp .slide_item {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear, -webkit-transform 7.5s linear;
  position: relative;
}

#slide_wrapp .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

#slide_wrapp .slide_item.show_ {
  opacity: 1;
}

#slide_wrapp .slide_item.zoom_ {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#slide_wrapp .slide_item img {
  display: block;
}

/**/
/* 「RightToLeft」の動作内容 */
@-webkit-keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes LeftToRight {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    /* X軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes LeftToRight {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    /* X軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    /* Y軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    /* Y軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes SlideUp {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    /* Y軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes SlideUp {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    /* Y軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* 「RightToLeft」を適用する箇所 */
/* Opening
-----------------------------------------*/
.Opening {
  position: relative;
  background-color: #FFF;
}

.Opening ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.Opening ul li img.Opening__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9;
}

.Opening ul li span img.Opening__img {
  max-width: inherit;
  width: 100%;
  height: auto;
}

/*マージン*/
.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

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

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

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

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

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

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

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

td {
  border: none !important;
}

/*パディング*/
.p10 {
  padding: 0  10px;
}

.pd0 {
  padding: 0 !important;
}

.pd0 td {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb0 td {
  padding-bottom: 0 !important;
}

/*nav*/
@media screen and (max-width: 900px) {
  .nav_global {
    display: none;
  }
}

.nav_global02 {
  display: none;
}

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

.mean-nav span {
  display: block;
}

@media screen and (max-width: 640px) {
  .mean-nav span {
    font-size: 12px;
  }
}

/*hover*/
a:hover {
  opacity: 0.9 !important;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*ふわっと*/
.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -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);
  }
}

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

/**/
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/**/
.fadeInRight {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/**/
.fadeInUp {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*footer上部の線*/
footer#global_footer {
  background-color: #fff !important;
}

/*ニュースエリアを囲むクラス...scrollArea*/
.scrollArea {
  height: 200px;
  overflow: auto;
  padding-right: 20px;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #e6dfd8 !important;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*プルダウンメニュー*/
.sub_menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 999999;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto !important;
  width: auto !important;
  background: rgba(204, 204, 204, 0.9);
}

@media screen and (max-width: 834px) {
  .sub_menu {
    background: none !important;
    padding: 10px 0 0 10px !important;
    position: static !important;
    width: 100% !important;
  }
}

.sub_menu li {
  position: relative;
  z-index: 999999999;
  display: inline-block;
  border-bottom: 1px dotted #fff;
}

@media screen and (max-width: 834px) {
  .sub_menu li {
    display: block;
    border-bottom: none;
  }
}

.sub_menu li:last-child {
  border-bottom: none;
}

.sub_menu a {
  color: #fff !important;
  font-weight: 600;
  padding: 5px;
  font-size: 0.9em !important;
}

/*YouTube*/
.youtube01 {
  margin-bottom: 80px;
}

.youtube01 iframe {
  width: 100%;
  margin: 0 auto;
  height: 450px;
}

/*-----ボックスフレーム-----*/
/*点線の大括弧*/
.box20 {
  position: relative;
  padding: 0.25em 1em;
  margin: 2em 0;
  top: 0;
  background: #efefef;
}

.box20:before, .box20:after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box20:before {
  border-left: dotted 2px #87755e;
  border-top: dotted 2px #87755e;
  border-bottom: dotted 2px #87755e;
  left: -1px;
}

.box20:after {
  border-top: dotted 2px #87755e;
  border-right: dotted 2px #87755e;
  border-bottom: dotted 2px #87755e;
  right: -1px;
}

.box20 p {
  margin: 0;
  padding: 0;
}

/*めくれたテープ風*/
.box25 {
  position: relative;
  background: #fff0cd;
  -webkit-box-shadow: 0px 0px 0px 5px #fff0cd;
          box-shadow: 0px 0px 0px 5px #fff0cd;
  border: dashed 2px white !important;
  padding: 0.2em 0.5em;
  color: #454545;
}

.box25:after {
  position: absolute;
  content: '';
  right: -7px;
  top: -7px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #ffdb88 #fff #ffdb88;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.box25 p {
  margin: 0;
  padding: 0;
}

/*矢印hover.右に少しずらす*/
/*地図*/
.map01 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.map01 iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.map02 {
  width: 100%;
  max-width: 100%;
  height: 400px;
}

.map02 iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

/*fancybox*/
#fancybox-title-float-main {
  line-height: 9px !important;
}

/*ツイッター*/
.twitter {
  max-width: 100% !important;
  width: 45% !important;
  height: 300px;
  overflow: auto;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

/*プライバシーポリシーモーダル*/
@media screen and (max-width: 834px) {
  .modaal-content-container {
    height: 400px;
    overflow: auto;
  }
}

p.center {
  text-align: center;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

/**/
/*横に画像が流れる*/
.loop_wrap {
  margin-top: 60px;
}

.loop_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

.loop_wrap ul li {
  width: 400px;
  display: inline-block;
  margin: 0 10px;
  height: auto !important;
}

@media screen and (max-width: 640px) {
  .loop_wrap ul li {
    width: 200px;
  }
}

/*news_dlリスト*/
.newswrap {
  height: 340px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #777;
}

@media screen and (max-width: 640px) {
  .newswrap {
    margin-bottom: 120px;
  }
}

.newswrap dl {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  margin: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc !important;
}

@media screen and (max-width: 834px) {
  .newswrap dl {
    display: block !important;
  }
}

.newswrap dd {
  padding: 0 !important;
  text-align: left !important;
  border: none !important;
  font-size: 16px !important;
  background: none;
  width: 100% !important;
  background: none !important;
}

@media screen and (max-width: 834px) {
  .newswrap dd {
    width: 100% !important;
  }
}

.newswrap dt {
  padding: 0 !important;
  font-size: 16px !important;
  font-weight: 600;
  border: none !important;
  display: block !important;
  background: none !important;
  font-weight: 400;
  color: #555 !important;
  width: 100% !important;
  border-radius: 5px;
  text-align: left !important;
  margin: 0 auto !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 834px) {
  .newswrap dt {
    padding-left: 10px !important;
    margin-left: 0px !important;
    width: 100% !important;
    display: block !important;
  }
}

.name {
  text-align: left;
}

.kana {
  text-align: left;
}

/*respon_news*/
.news_bg {
  background: #fff;
  -webkit-box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
          box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
  padding: 40px;
}

.news_bg .scroll {
  height: 150px;
  overflow: auto;
}

.news_bg .scroll td:nth-child(odd) {
  width: 25%;
}

.news_bg .scroll td:nth-child(even) {
  width: 100%;
}

/**/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*infiniteslide*/
.infiniteslide_wrap {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.infiniteslide {
  padding: 60px 0 !important;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  max-width: 100%;
}

.infiniteslide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  height: auto !important;
}

.infiniteslide ul li {
  height: auto !important;
  display: inline-block;
  margin: 0 20px !important;
}

@media screen and (max-width: 834px) {
  .infiniteslide ul li {
    margin: 0 10px !important;
  }
}

.infiniteslide img {
  -webkit-box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
          box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
}

.infiniteslide br {
  display: none !important;
}

/*hoverでaの中のspanのいろかわる*/
/*insta*/
.insta {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .insta {
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 468px) {
  .insta {
    width: 100%;
  }
}

.insta div.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  height: 340px;
}

@media screen and (max-width: 1200px) {
  .insta div.sns_list {
    height: auto;
  }
}

.insta div.sns_list div.sns_photo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}

@media screen and (max-width: 640px) {
  .insta div.sns_list div.sns_photo {
    padding: 10px !important;
  }
}

.insta div.sns_list div.sns_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  font-family: "object-fit: cover!important;" !important;
  font-family: "object-position: center!important;" !important;
}

.insta div.sns_list div {
  border-bottom: none !important;
  width: 30% !important;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .insta div.sns_list div {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .insta div.sns_list div {
    width: 49% !important;
  }
}

.insta .sns_text {
  display: none !important;
}

.insta img {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

/**たて2よこ3**/
.instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.instagram li {
  width: 30%;
  margin: 7.5px 5px;
}

@media screen and (max-width: 834px) {
  .instagram li {
    width: 45%;
  }
}

@media screen and (max-width: 640px) {
  .instagram {
    margin-bottom: 40px;
  }
}

.instagram img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100% !important;
}

/* 下層 insta*/
.c_insta div.sns_list {
  border: none !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c_insta div.sns_list > div {
  border-bottom: none !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c_insta div.sns_list div.sns_photo {
  width: 100%;
  margin: 0 auto;
}

.c_insta div.sns_list div.sns_text {
  width: 100%;
}

.c_insta div.sns_list div.sns_date {
  color: #333;
  font-size: 1.4em;
  border-bottom: 1px solid #ccc;
}

.c_insta .caption {
  font-size: 1.2em;
}

/*respon*/
/**/
.none {
  display: none;
}

.block {
  display: block !important;
}

/*画像*/
.img100 img {
  width: 100% !important;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

.img img {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

/*フォント*/
.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.4em;
}

.bold {
  font-weight: 600;
}

.center {
  display: block;
  text-align: center;
}

.left {
  display: block;
  text-align: left;
}

.right {
  display: block;
  text-align: right;
}

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

.sp {
  display: block;
}

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

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

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

@media screen and (max-width: 640px) {
  .style_form input {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .imgL {
    float: none;
    margin-right: 0px;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}

.style_form input {
  width: 100% !important;
}

/*iタグ*/
i {
  padding-right: 5px !important;
}

/*color*/
.acc-color a {
  color: #e6dfd8 !important;
}

.main-color a {
  color: #fafafa !important;
}

.base-color a {
  color: #333 !important;
}

.acc-title:hover {
  cursor: pointer;
}

/*バウンド*/
.cp_keyframes {
  margin: 0 auto;
  background: #29b6f6;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: keyframes 0.5s ease-in infinite alternate;
  animation: keyframes 0.5s ease-in infinite alternate;
}

@-webkit-keyframes keyframes {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
  }
}

@keyframes keyframes {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
  }
}

/*ふわふわと上下に動く*/
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_arrows {
  position: absolute;
  bottom: 40%;
  right: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.cp_arrows .cp_arrow {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation: arrow-move06 2s 1s ease-in-out infinite;
  animation: arrow-move06 2s 1s ease-in-out infinite;
}

.cp_arrows .cp_arrow:before {
  -webkit-transition: transform 0.5s ease-in;
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

.cp_arrows .cp_arrow:hover {
  color: #ec407a;
  border-color: #ec407a;
}

.cp_arrows .cp_arrow:hover:before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

@-webkit-keyframes arrow-move06 {
  0% {
    top: 1%;
    opacity: 0.1;
  }
  70% {
    top: 5%;
    opacity: 1;
  }
  100% {
    top: 1%;
    opacity: 0.3;
  }
}

@keyframes arrow-move06 {
  0% {
    top: 1%;
    opacity: 0.1;
  }
  70% {
    top: 5%;
    opacity: 1;
  }
  100% {
    top: 1%;
    opacity: 0.3;
  }
}

.acc-title:hover {
  cursor: pointer;
}

/*ハンバーガーメニュー02*/
/*ハンバーガーメニュー03*/
#nav-toggle {
  position: fixed;
  top: 25px;
  right: 25px;
  height: 32px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 834px) {
  #nav-toggle {
    display: block;
  }
}

#nav-toggle > div {
  position: relative;
  width: 36px;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 14px;
}

#nav-toggle span:nth-child(3) {
  top: 28px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 99999;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav nav {
  width: 100%;
}

#gloval-nav a {
  display: block;
  color: #333 !important;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
}

#gloval-nav a:hover {
  color: #666;
}

#gloval-nav ul {
  list-style: none;
}

#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}

#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/*scroll nav*/
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  display: block !important;
}

.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/**/
.acc_title:hover {
  cursor: pointer;
}

/**/
.modaal-wrapper * {
  color: #555;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
  color: #444;
  font-size: 1.2em;
}

/**/
.zdo_drawer_nav_wrapper .h_logo {
  margin-top: 40px;
  margin-bottom: 30px;
}

.zdo_drawer_nav_wrapper .store_areA {
  padding: 30px;
}

.zdo_drawer_nav_wrapper .zdo_drawer_nav {
  padding: 30px !important;
  padding-top: 0 !important;
}

/**/
@media screen and (max-width: 640px) {
  img.imgR {
    max-width: 100%;
    width: 80% !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
  }
}

.contact_form dd, .contact_form dt {
  text-align: left !important;
}

header#global_header {
  max-width: 100%;
  position: relative;
}

@media screen and (max-width: 834px) {
  header#global_header {
    position: static;
  }
}

#header {
  width: 500px;
  max-width: 100%;
  background: #333 !important;
  padding: 80px 80px 100px 80px;
  text-align: left;
}

@media screen and (max-width: 1400px) {
  #header {
    width: 400px;
    padding: 100px 80px 100px 40px;
  }
}

@media screen and (max-width: 1200px) {
  #header {
    padding: 60px 80px 80px 40px;
  }
}

@media screen and (max-width: 1000px) {
  #header {
    padding: 40px 80px 60px 40px;
  }
}

@media screen and (max-width: 834px) {
  #header {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#header .tel_link {
  position: relative;
  padding-left: 50px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #e6dfd8 !important;
  font-size: 1.2em;
}

@media screen and (max-width: 640px) {
  #header .tel_link {
    font-size: 1.4em;
  }
}

#header .tel_link:before {
  content: "";
  background: url(../images/home/phoneIcon01.png);
  width: 35px;
  height: 28px;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.header_container .col_01 {
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .header_container .col_01 {
    margin-bottom: 0;
    margin-right: 10%;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 834px) {
  .header_container .col_02 {
    margin-right: 10%;
  }
}

#nav_global {
  margin-bottom: 30px;
}

#nav_global ul {
  margin: 0 auto;
  text-align: left;
}

#nav_global ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  /*ドロップダウン基準点*/
  margin-bottom: 10px;
}

#nav_global ul li a {
  color: #e6dfd8 !important;
  display: block;
  font-family: "Cormorant Infant", serif !important;
  -webkit-transition: 2s;
  transition: 2s;
}

#nav_global ul li a:hover {
  -webkit-transition: 2s;
  transition: 2s;
}

#mainArea {
  position: absolute;
  top: 80px;
  right: 0px;
  z-index: 99;
  width: 80%;
}

@media screen and (max-width: 1200px) {
  #mainArea {
    width: 75%;
  }
}

@media screen and (max-width: 1000px) {
  #mainArea {
    width: 70%;
  }
}

@media screen and (max-width: 834px) {
  #mainArea {
    position: relative;
    width: 100%;
    top: 0;
  }
}

#mainArea .main_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18%;
  right: 0;
  margin: auto;
  width: 21vw;
}

@media screen and (max-width: 1400px) {
  #mainArea .main_logo {
    left: 20%;
    width: 22vw;
  }
}

@media screen and (max-width: 1200px) {
  #mainArea .main_logo {
    width: 24vw;
  }
}

@media screen and (max-width: 1000px) {
  #mainArea .main_logo {
    width: 28vw;
  }
}

@media screen and (max-width: 834px) {
  #mainArea .main_logo {
    width: 32vw;
  }
}

@media screen and (max-width: 640px) {
  #mainArea .main_logo {
    left: 12%;
  }
}

.main_img {
  width: 100%;
  margin-left: 0 !important;
  height: 80vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit: cover;";
  font-family: "object-position: top;";
}

@media screen and (max-width: 1200px) {
  .main_img {
    height: 70vh !important;
  }
}

@media screen and (max-width: 1000px) {
  .main_img {
    height: 65vh !important;
  }
}

@media screen and (max-width: 640px) {
  .main_img {
    height: 40vh !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    font-family: "object-fit: cover!important;";
  }
}

.bx-wrapper img {
  width: 100%;
}

/**/
#nav_global02 {
  display: none !important;
}

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

@media screen and (max-width: 834px) {
  #nav_global {
    display: none !important;
  }
}

#footer {
  background: #e6dfd8;
  position: relative;
}

.footer_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .footer_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.col_05 {
  background: #333;
}

.nav_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 800px) {
  .nav_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
    padding-bottom: 20px;
  }
}

.nav_footer li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 800px) {
  .nav_footer li {
    border: 1px solid #e6dfd8;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    border-bottom: 4px solid #e6dfd8;
    border-radius: 3px;
  }
  .nav_footer li:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
    /*線を消す*/
  }
}

.nav_footer a {
  display: block;
  color: #e6dfd8 !important;
  font-family: "Cormorant Infant", serif !important;
  padding: 10px 0;
}

.col_03 {
  padding: 30px 0;
  width: 50%;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .col_03 {
    padding-left: 10px;
  }
}

@media screen and (max-width: 640px) {
  .col_03 {
    width: 100%;
    text-align: center;
  }
}

.col_04 {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 85.5%;
}

@media screen and (max-width: 800px) {
  .col_04 {
    height: 37%;
  }
}

@media screen and (max-width: 640px) {
  .col_04 {
    width: 100%;
    position: static;
    margin-bottom: -10px;
  }
}

@media screen and (max-width: 640px) {
  #copyright {
    padding: 10px 0;
  }
}

.f_logo {
  margin-bottom: 10px;
}

#contents_wrap {
  width: 1200px !important;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  padding: 0 10px 0px;
}

#contents_wrap .tel_link {
  position: relative;
  padding-left: 50px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333 !important;
  font-size: 1.2em;
}

@media screen and (max-width: 640px) {
  #contents_wrap .tel_link {
    font-size: 1.4em;
  }
}

#contents_wrap .tel_link:before {
  content: "";
  background: url(../images/home/phoneIcon02.png);
  width: 35px;
  height: 28px;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* home */
h1, h2, h3, h4 {
  font-family: "Cormorant Infant", serif;
  letter-spacing: 3px;
  color: #333;
}

.h_h1 {
  padding-top: 320px;
}

@media screen and (max-width: 1200px) {
  .h_h1 {
    padding-top: 170px;
  }
}

@media screen and (max-width: 834px) {
  .h_h1 {
    padding-top: 120px;
  }
}

.h_h1 h1 {
  font-size: 2em;
  letter-spacing: 0.2em;
  line-height: 1.8em;
}

@media screen and (max-width: 640px) {
  .h_h1 h1 {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 600px) {
  .h_h1 h1 {
    font-size: 1.7em;
    letter-spacing: 0.1em;
  }
}

.h_h1 h1 b {
  font-family: "Cormorant Infant", serif;
  font-weight: normal;
  font-size: 1.2em;
}

.txt {
  font-size: 0.9em;
}

.h_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e6dfd8;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .h_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 640px) {
  .h_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.h_flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .h_flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.h_h2 {
  font-size: 2.3em;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .h_h2 {
    padding: 5px !important;
    padding-left: 10px !important;
  }
}

.h_h2 b {
  font-weight: 600;
  font-size: 0.35em;
  display: block;
  margin-top: 3px;
}

.salon_tbl {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1000px) {
  .salon_tbl {
    position: static;
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .salon_tbl {
    width: 100%;
  }
}

.salon_tbl span {
  display: block;
}

@media screen and (max-width: 640px) {
  .salon_tbl span {
    display: inline;
  }
}

.salon_tbl br:first-child {
  display: none;
}

.banner td {
  text-align: center !important;
}

@media screen and (max-width: 640px) {
  .banner td img {
    width: 100% !important;
    height: 20vh !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}

.banner02 {
  width: 50%;
}

@media screen and (max-width: 1100px) {
  .banner02 {
    width: 55%;
  }
}

@media screen and (max-width: 834px) {
  .banner02 {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .banner02 {
    width: 100%;
  }
}

.banner02 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.banner02 a {
  display: block;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 1000px) {
  .banner02 a {
    display: inline;
  }
}

.h_rec {
  background: url(../images/home/rec_bg.jpg) no-repeat;
  background-size: cover;
  padding: 30px;
}

.h_rec article {
  background: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
}

.h_rec .h_h2 {
  border-bottom: 1px solid #555 !important;
}

.btn {
  background: #333;
  border: 1px solid #333;
  font-family: "Cormorant Infant", serif;
  width: 250px;
  max-width: 100%;
  padding: 15px 0;
  display: block;
  text-align: center;
}

.btn:hover {
  background: #fafafa;
  border: 1px solid #333;
  color: #333 !important;
}

.herf {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .herf {
    width: 100%;
    margin-bottom: 20px;
  }
}

.herf01 {
  width: 49%;
  margin-right: 1%;
}

@media screen and (max-width: 834px) {
  .herf01 {
    width: 100%;
    margin-right: 0;
  }
}

.herf02 {
  width: 49%;
  margin-left: 1%;
}

@media screen and (max-width: 834px) {
  .herf02 {
    width: 100%;
    margin-left: 0;
  }
}

.contact_bg {
  background: url(../images/home/news_bg.jpg) no-repeat;
  background-size: cover;
  padding: 30px;
  background-position: center;
  background-attachment: fixed;
}

@media screen and (max-width: 834px) {
  .contact_bg {
    background-attachment: scroll;
  }
}

.contact_bg .wh_bg {
  background: rgba(255, 255, 255, 0.6);
  padding: 30px;
}

.h_h202 {
  font-size: 2em;
  margin-bottom: 30px;
}

.h_h202 h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .h_h202 h2 spna {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .btn02 td {
    text-align: center !important;
  }
}

.btn02 .tel_link {
  padding-left: 0 !important;
}

.btn02 .tel_link:before {
  display: none;
}

.contents_h1 {
  padding: 100px 0;
  background-image: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .contents_h1 {
    padding: 100px 20px;
  }
}

.contents_h1 h1 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-size: 2em;
  color: #333;
  letter-spacing: 5px;
}

.contents_h1 b {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  display: block;
  font-weight: 400;
  font-family: "Cormorant Infant", serif;
  margin-top: 10px;
  padding-left: 10px;
  color: #111;
}

.contents_h2 {
  margin-top: 20px;
  margin-bottom: 80px;
}

.contents_h2 h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.7em;
  letter-spacing: 10px;
  color: #444;
  font-weight: 500;
  position: relative;
  line-height: 1.4;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6));
}

.contents_h202 {
  margin-top: 20px;
  margin-bottom: 80px;
}

.contents_h202 h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.7em;
  letter-spacing: 10px;
  color: #444;
  font-weight: 500;
  position: relative;
  line-height: 1.4;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6));
}

@media screen and (max-width: 960px) {
  .contents_h202 h2 {
    line-height: 1.7em;
    text-align: center;
    -webkit-box-reflect: inherit;
  }
}

@media screen and (max-width: 960px) {
  .contents_h202 h2 span {
    display: block;
  }
}

.contents_h3 h3 {
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 5px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: 500;
  padding-left: 45px;
  position: relative;
  color: #111;
}

.contents_h3 h3:before {
  content: "\f7c6";
  font-family: "Font Awesome 5 Brands";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-weight: 400;
  width: 10px;
  height: 10px;
  display: block;
}

.contents_h302 h3 {
  font-size: 1.4em;
  letter-spacing: 5px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  width: 50%;
  color: #111;
}

@media screen and (max-width: 700px) {
  .contents_h302 h3 {
    width: 60%;
  }
}

@media screen and (max-width: 600px) {
  .contents_h302 h3 {
    width: 70%;
  }
}

.contents_h302 h3:after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0;
  right: 0px;
  margin: auto;
  background: #d4bf94;
  width: 150px;
  height: 1px;
  display: block;
}

.contents_h303 h3 {
  font-size: 1.4em;
  letter-spacing: 5px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  padding-left: 45px;
  position: relative;
  color: #111;
}

.contents_h303 h3:before {
  content: "\f7c6";
  font-family: "Font Awesome 5 Brands";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-weight: 400;
  width: 10px;
  height: 10px;
  display: block;
}

@media screen and (max-width: 640px) {
  .cont_tbl tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 640px) {
  .cont_tbl td {
    display: block;
  }
}

.cont_tbl td:nth-child(odd) {
  width: 62%;
}

@media screen and (max-width: 640px) {
  .cont_tbl td:nth-child(odd) {
    width: 100%;
  }
}

.cont_tbl td:nth-child(even) {
  width: 36%;
}

@media screen and (max-width: 640px) {
  .cont_tbl td:nth-child(even) {
    width: 100%;
    text-align: center !important;
  }
}

.cont_tbl .bb01 {
  padding: 0 !important;
  border-bottom: 1px solid !important;
}

.kakomi {
  border: 4px double #ccc;
  padding: 30px;
}

.kakomi li {
  padding-left: 30px;
  float: none !important;
  margin-bottom: 10px;
  list-style-type: square !important;
  position: relative;
}

.kakomi li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-weight: 600;
  width: 10px;
  height: 10px;
  display: block;
}

.flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 640px) {
  .flex02 img.imgR {
    max-width: 100%;
    width: 80% !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
  }
}

.href {
  width: 49%;
}

@media screen and (max-width: 640px) {
  .href {
    width: 100%;
    text-align: center !important;
  }
}

.company_tbl td {
  border: 1px solid #ccc !important;
}

.company_tbl td:nth-child(odd) {
  width: 25%;
  background: #e6dfd8;
}

.company_tbl td:nth-child(even) {
  width: 75%;
}

/* title */
/*# sourceMappingURL=common.css.map */