@charset "UTF-8";
@import url(../css/base.css);
@import url(../css/fonts.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap");
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&family=Libre+Baskerville&display=swap");

body {
  font-family: "Noto Serif JP", serif;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: block;
  width: 10px;
  height: 10px;
  display: none !important;
}

body::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(to bottom, #94602d 0%, #c88b4f 50%, #f4ba82 100%);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

body::-webkit-scrollbar-thumb:window-inactive {
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 100%;
  -webkit-text-size-adjust: none;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
}

a:hover,
a:active {
  color: #ff8b36;
  text-decoration: none;
}

a:not([target*="_blank"]) {
  transition: opacity 0.3s ease;
}

a:not([target*="_blank"]):hover {
  opacity: 0.7;
}

a.logo:hover,
.logo a:hover,
a.ft_logo:hover,
.ft_logo a:hover {
  opacity: 1 !important;
}

a.text_link {
  color: #f29823;
}

a.text_link:hover {
  opacity: 1 !important;
  text-decoration: underline;
}

@media only screen and (min-width: 769px) {
  a.tel_click {
    pointer-events: none;
    opacity: 1 !important;
  }
}

table {
  width: 100%;
}

p {
  line-height: 2;
  letter-spacing: inherit;
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 15px;
}

p:empty {
  display: none !important;
}

p:last-child {
  margin-bottom: 0;
}

.red {
  color: #ca0a0a !important;
}

.bold {
  font-weight: bold !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

*,
::after,
::before {
  box-sizing: border-box;
}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
  overflow-x: auto !important;
  scrollbar-width: none;
}

body {
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
}

.wrapper {
  overflow: hidden;
}

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

.inner_sm {
  max-width: 1000px;
  margin: 0 auto;
}

.fullWidthBreak {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           WordPress Core                                 */
/*==========================================================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 35px;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                              General                                     */
/*==========================================================================*/
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

.accBtn::before,
.accBtn::after {
  transition: all 0.3s ease-in-out;
}

.accBtn.triangle,
.accBtn.triangle_btt {
  position: relative;
}

.accBtn.triangle::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 20px;
  border-color: inherit;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.accBtn.triangle.rotate::after {
  transform: translateY(-50%) rotateX(180deg);
}

.accBtn.triangle_btt::after {
  content: "";
  position: relative;
  top: 0px;
  width: 0;
  height: 0;
  border-radius: 20px;
  border-color: inherit;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  display: block;
  margin: 10px auto 0;
  transition: all 0.3s ease-in-out;
}

.accBtn.rotate::after {
  transform: rotateX(180deg);
}

.TabContainer .TabContent {
  background-color: #edf0f5;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.TabContainer .TabContent > ul {
  transition: all 0.3s ease-in-out;
}

.TabContainer .TabContent > ul > li {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
}

.TabContainer .TabContent > ul > li.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.TabContainer .TabContent > ul > li div {
  padding-top: 20px;
}

.TabContainer .TabContent p {
  padding: 9px 10% 0;
  margin: 0;
}

.TabContainer .TabContent p.des {
  color: #838e95;
  font-size: 12px;
}

.TabContainer .TabPager {
  display: table;
  min-width: 290px;
}

.TabContainer .TabPager li {
  background-color: #fff;
  display: block;
  float: left;
  position: relative;
  margin: 0;
  padding: 9px 20px;
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
  transform: translateY(10px);
  transition: all 0.3s ease;
  cursor: pointer;
  color: #797b7d;
}

.TabContainer .TabPager li p {
  margin: 0;
}

.TabContainer .TabPager li.active {
  background-color: #edf0f5;
  z-index: 1;
  transform: translateY(0px);
}

.rel {
  position: relative;
}

.ovh {
  transform: none !important;
}

.ovs {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
}

.lt0 {
  letter-spacing: 0 !important;
}

figure {
  margin: 0;
  text-align: center;
  line-height: 1;
}

.fblock {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.key {
  position: relative;
}

.gMap {
  width: 100%;
  height: 100%;
}

.txt_l {
  float: left;
  width: calc(100% - 385px);
}

.txt_r {
  float: right;
  width: calc(100% - 385px);
}

.image_alone {
  display: table;
  max-width: 500px;
  margin: 0 auto;
  border: 7px solid rgba(231, 231, 231, 0.5);
  border-radius: 11px;
  overflow: hidden;
}

.totop {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 170px;
  left: 40px;
}

.totop.active {
  opacity: 1;
  visibility: visible;
}

.totop .icon {
  width: 12px;
  position: relative;
  padding-top: 60px;
}

.totop .icon:before,
.totop .icon:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.totop .icon:before {
  background: #9b7958;
  height: 48px;
  width: 1px;
}

.totop .icon:after {
  width: 7px;
  height: 7px;
  background: #9b7958;
  border-radius: 100%;
  transition: 0.5s ease-in-out;
}

.totop p {
  margin: 0;
  font-size: 12px;
  line-height: 1;
  color: #9b7958;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: inline-block;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
  transform: rotate(180deg);
}

@media only screen and (min-width: 769px) {
  .totop .icon:hover:after {
    top: 20px;
  }
}

.tobelow {
  width: 10px;
  height: 68px;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: auto;
  cursor: pointer;
  z-index: 5;
}

.tobelow p {
  display: block !important;
  width: 1px;
  height: 100%;
  margin: auto;
  position: relative;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.tobelow p:before,
.tobelow p:after {
  position: absolute;
  content: "";
  margin: auto;
}

.tobelow p:before {
  background: #9b7958;
  height: 50%;
  bottom: 0;
  left: 0;
  width: 1px;
}

.tobelow p:after {
  width: 7px;
  height: 7px;
  background: #9b7958;
  top: 0;
  left: -3px;
  border-radius: 100%;
  animation: tobelow 3s ease-in-out infinite alternate;
}

@keyframes tobelow {
  from {
    top: 0;
  }

  to {
    top: 61px;
  }
}

.btn_more {
  max-width: 384px;
  margin: auto;
  text-align: center;
  border: 1px #9b7958 solid;
  position: relative;
}

.btn_more:before,
.btn_more:after {
  position: absolute;
  content: "";
  right: -23px;
}

.btn_more:before {
  background: #9b7958;
  height: 1px;
  top: 50%;
  width: 68px;
}

.btn_more:after {
  width: 6px;
  height: 6px;
  background: #9b7958;
  border-radius: 100%;
  top: calc(50% - 3px);
  transition: 0.5s ease-in-out;
}

.btn_more a {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #9b7958;
  display: block;
  padding: 23px 10px;
}

@media only screen and (min-width: 769px) {
  .btn_more:hover:after {
    right: -3px;
  }
}

.share_gmap {
  width: 100%;
  height: 300px;
  position: relative;
  webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.share_gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }

  100% {
    left: -3px;
    opacity: 0.7;
  }
}

.fixed_banner {
  position: fixed;
  bottom: 200px;
  right: 0;
  z-index: 15;
  transition: right 0.3s ease-in-out;
}

.fixed_banner > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}

.fixed_banner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.fixed_banner p {
  margin-bottom: 0;
  color: #fff;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}

.fixed_banner p:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 100%;
  margin-bottom: 6px;
}

.fixed_banner .tel {
  background: #fff;
}

.fixed_banner .tel p {
  letter-spacing: 0.1em;
  color: #b9ada5;
}

.fixed_banner .tel p::before {
  background-image: url("../images/shared_fixed_bnr_icon01.png");
  background-size: auto 19px;
  height: 19px;
}

.fixed_banner .web {
  background: #b9ada5;
}

.fixed_banner .web p::before {
  background-image: url("../images/shared_fixed_bnr_icon02.png");
  background-size: auto 18px;
  height: 18px;
}

.fixed_banner .mail {
  background: #a38465;
}

.fixed_banner .mail p::before {
  background-image: url("../images/shared_fixed_bnr_icon05.png");
  background-size: auto 18px;
  height: 18px;
}

.fixed_banner .calen {
  background: #61625e;
}

.fixed_banner .calen p::before {
  background-image: url("../images/shared_fixed_bnr_icon04.png");
  background-size: auto 18px;
  height: 18px;
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    width: 80px;
    height: 320px;
  }

  .fixed_banner .tel {
    height: 80px;
  }

  .fixed_banner .web {
    height: 80px;
  }

  .fixed_banner .mail {
    height: 80px;
  }

  .fixed_banner .calen {
    height: 80px;
  }

  .fixed_banner .calen:hover {
    opacity: 0.8;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .fixed_banner {
    top: 250px;
  }

  .btn_more {
    max-width: 300px;
  }

  .btn_more a {
    padding: 17px 10px;
  }

  .totop {
    left: 15px;
  }
}

.btn-group .btn a {
  display: block;
}

.btn-group .btn.style01,
.btn-group .btn.style02 {
  width: 100%;
  min-width: 180px;
  max-width: 300px;
  overflow: hidden;
}

.btn-group .btn.style01 a,
.btn-group .btn.style02 a {
  padding: 11px 10px 12px;
  position: relative;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.btn-group .btn.style01 a:hover,
.btn-group .btn.style02 a:hover {
  opacity: 1;
  background-color: #9cb5ba;
}

.btn-group .btn.style01 a::after,
.btn-group .btn.style02 a::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  border: 4px solid #fff;
  border-left-color: transparent;
  border-top-color: transparent;
}

.btn-group .btn.style01.md a,
.btn-group .btn.md.style02 a {
  font-size: 18px;
}

.btn-group .btn.style01.md a::after,
.btn-group .btn.md.style02 a::after {
  font-size: 23px;
}

.btn-group .btn.bg01 a {
  background-color: #659cc1;
}

.btn-group .btn.bg02 a {
  background-color: #f4bf0c;
}

.slick-arrow {
  display: block;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  top: 37%;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
}

.slick-arrow:focus {
  outline: 0;
}

.slick-prev {
  left: -55px;
}

.slick-next {
  right: -55px;
}

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  body {
    font-size: 87.5%;
  }

  .btn.style01 a,
  .btn-group .btn.style02 a,
  .btn.style02 a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .inner {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .inner_sm {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  font-size: 10px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.header_top {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 60px;
  height: 125px;
}

.head_fix_video {
  display: none;
}

.js_header_top .head_fix_video {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.header_video {
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  -o-object-fit: cover;
}

.logo {
  width: 30%;
  max-width: 385px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.logo a {
  display: block;
  width: 100%;
  text-align: center;
}

.right_head {
  max-width: 820px;
  padding-right: 87px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pc_navi {
  width: 100%;
  display: flex;
  align-items: center;
}

.pc_navi > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.pc_navi > ul > li {
  position: relative;
}

.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  margin: 0;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.17em;
  color: #fff;
  transition: all 0.2s ease;
}

.pc_navi > ul > li > a span,
.pc_navi > ul > li > p span {
  display: block;
  padding-top: 0px;
  font-size: 66.66666666666667%;
  font-weight: 600;
  color: #333;
}

.pc_navi > ul > li > a.title,
.pc_navi > ul > li > p.title {
  position: relative;
}

.pc_navi > ul > li > a.title::after,
.pc_navi > ul > li > p.title::after {
  content: "";
  background: url(../images/shared_pc_navi_arrow.png) center no-repeat;
  background-size: contain;
  width: 11px;
  height: 6px;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 6px);
  transition: all 0.5s ease;
}

.pc_navi > ul > li > a.title:hover,
.pc_navi > ul > li > p.title:hover {
  opacity: 0.8;
}

.pc_navi > ul > li:hover a.title::after,
.pc_navi > ul > li:hover p.title::after {
  transform: translateY(5px);
}

.pc_navi > ul > li.home a::before {
  width: 100%;
  height: 16px;
  display: block;
  margin-bottom: 10px;
}

.pc_navi > ul .subInner {
  position: absolute;
  width: 550px;
  right: 50%;
  bottom: -20px;
  padding-top: 0px;
  transform: translate(50%, 100%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.pc_navi > ul .subInner.active {
  opacity: 1;
  visibility: visible;
}

.pc_navi > ul .subInner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: rgba(155, 121, 88, 0.7);
  padding-bottom: 10px;
}

.pc_navi > ul .subInner ul li {
  padding: 0 10px;
  width: 50%;
}

.pc_navi > ul .subInner ul li a {
  position: relative;
  display: block;
  padding: 19px 10px 19px 28px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0px;
}

.pc_navi > ul .subInner ul li a::before {
  content: "\203A";
  display: block;
  position: absolute;
  top: 18px;
  left: 10px;
  font-size: 14px;
}

@media only screen and (min-width: 769px) {
  header.js_header_top .header_top {
    background: rgba(255, 255, 255, 0.7);
    height: 100px;
  }

  header.js_header_top .pc_navi > ul > li > a,
  header.js_header_top .pc_navi > ul > li > p {
    color: #373737;
  }

  header.js_header_top .pc_navi > ul > li > a.title:after,
  header.js_header_top .pc_navi > ul > li > p.title:after {
    background: url(../images/shared_pc_navi_arrow_over.png) center no-repeat;
  }

  header.js_header_top .pc_navi > ul .subInner {
    bottom: -38px;
  }

  header.js_header_top #nav-icon span {
    background: #373737;
  }

  header.js_header_top .hamburger-btn .button-toggle #menu_btn {
    color: #373737;
  }

  header.js_header_top .hamburger-btn .button-toggle.active #menu_btn {
    color: #a38465;
  }

  header.js_header_top .logo {
    padding-top: 0;
    max-width: 320px;
  }

  header.js_header_top .logo .pc_only {
    display: none;
  }

  header.js_header_top .logo .sp_only {
    display: block !important;
  }
}

header.js_header_hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.2s;
}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .header_top {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .logo {
    padding-top: 2vw;
  }

  .header_top {
    padding: 0 20px;
  }

  .right_head {
    padding-right: 60px;
  }

  .pc_navi > ul > li > a,
  .pc_navi > ul > li p {
    font-size: 14px;
    padding: 0 10px;
  }

  .pc_navi > ul .subInner ul li a {
    font-size: 12px;
  }

  .pc_navi > ul .subInner ul li a:before {
    top: 16px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .header_top {
    padding: 0 10px;
  }

  .pc_navi > ul > li > a,
  .pc_navi > ul > li p {
    font-size: 12px;
    padding: 0 5px;
  }

  .pc_navi > ul .subInner {
    width: 460px;
  }
}

footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

footer:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
}

footer p {
  margin-bottom: 0;
}

footer .ft_info {
  padding: 100px 0;
  justify-content: center;
}

footer .ft_info > div,
footer .ft_info > ul {
  margin: 0 20px 20px;
  width: calc(50% - 40px);
}

footer .ft_info p {
  letter-spacing: 0.17em;
}

footer .ft_info .txt_inner {
  position: relative;
}

footer .ft_info .ttl {
  font-size: 20px;
  font-weight: bold;
}

footer .ft_info .txt {
  font-size: 14px;
}

footer .ft_info .ft_info_fl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

footer .ft_info .ft_info_fl:before,
footer .ft_info .ft_info_fl:after {
  position: absolute;
  content: "";
  right: 20px;
  background: #b9ada5;
}

footer .ft_info .ft_info_fl:before {
  width: 38px;
  height: 1px;
  bottom: 22px;
}

footer .ft_info .ft_info_fl:after {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  bottom: 20px;
  transition: 0.5s ease-in-out;
}

footer .ft_info .bnr01 {
  max-width: 584px;
  margin-bottom: 25px;
  position: relative;
}

footer .ft_info .ft_left {
  height: 108px;
  background: #b9ada5;
}

footer .ft_info .ft_left p {
  color: #fff;
}

footer .ft_info .ft_left .txt_inner {
  padding: 0 25px 0 125px;
}

footer .ft_info .ft_left .ttl {
  font-size: 22px;
}

footer .ft_info .ft_left:before,
footer .ft_info .ft_left:after {
  background: #fff;
}

footer .ft_info .image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 102px;
}

footer .ft_info .ft_right {
  height: 110px;
  max-width: 584px;
}

footer .ft_info .ft_right .txt_inner {
  padding: 0 40px 0 75px;
}

footer .ft_info .ft_right p {
  color: #b9ada5;
  line-height: 1.5;
}

footer .ft_info .ft_right li {
  width: 100%;
  height: 100%;
  background: #fff;
}

footer .ft_info .ft_info_link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

footer .ft_full {
  width: 100%;
  height: 400px;
  margin-bottom: 60px;
  background: url(../images/ft_full_img.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

footer .ft_full .ft_full_logo:hover {
  opacity: 1;
}

footer .ft_map {
  padding-bottom: 52px;
  margin-bottom: 45px;
  border-bottom: 1px #c3b2a2 solid;
}

footer .ft_map .ft_map_txt {
  font-size: 14px;
  padding: 14px 0 0;
  letter-spacing: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
}

footer .ft_boxLink {
  padding-bottom: 30px;
}

footer .ft_link {
  width: 50%;
  font-size: 14px;
  padding-top: 28px;
  font-family: "Noto Sans JP", sans-serif;
}

footer .ft_link .menu_list {
  width: 35%;
}

footer .ft_link .menu_list01 {
  width: 25%;
}

footer .ft_link .ttl {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  margin-bottom: 18px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 3.5px;
  line-height: 1;
  pointer-events: none;
}

footer .ft_link .ttl::before {
  display: none;
}

footer .ft_link ul:last-child {
  margin-bottom: 0;
}

footer .ft_link li {
  position: relative;
  margin-bottom: 22px;
  letter-spacing: 1px;
  line-height: 1.6;
  letter-spacing: 0.17em;
  font-feature-settings: "palt";
}

footer .ft_link li.last {
  margin-bottom: 29px;
}

footer .ft_link li:last-child {
  margin-bottom: 0;
}

footer .ft_link li.lv2 {
  margin-bottom: 14px;
}

footer .ft_link li.lv2.none > a {
  opacity: 0 !important;
  cursor: default;
}

footer .ft_link li.lv2 > a {
  margin-bottom: 12px;
  display: block;
}

footer .ft_link li.lv2 > a:hover {
  color: #373737;
}

footer .ft_link li.lv2 li {
  font-size: 12px;
  margin-bottom: 14px;
}

footer .ft_link li.lv2 li a {
  padding-left: 10px;
  position: relative;
}

footer .ft_link li.lv2 li a:after {
  content: ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 12px;
  font-weight: normal;
  color: #89796b;
}

footer .ft_link a {
  display: block;
  color: inherit;
}

footer .ft_link a:hover {
  opacity: 1;
  color: #9b7958;
}

footer .ft_boxTime {
  width: 48.5%;
  font-family: "Noto Sans JP", sans-serif;
}

footer .ft_boxTime .info_timeL {
  margin-bottom: 10px;
}

footer .ft_boxTime .info_timeL table,
footer .ft_boxTime .info_timeL th,
footer .ft_boxTime .info_timeL td {
  border: none;
}

footer .ft_boxTime .info_timeL tr {
  border-bottom: 1px #939393 solid;
  padding-bottom: 10px;
}

footer .ft_boxTime .info_timeL tr:last-of-type {
  border-bottom: none;
}

footer .ft_boxTime .info_timeL th,
footer .ft_boxTime .info_timeL td {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: 500;
}

footer .ft_boxTime .info_timeL th:nth-of-type(1),
footer .ft_boxTime .info_timeL td:nth-of-type(1) {
  width: 41%;
  padding-right: 8%;
}

footer .ft_boxTime .info_timeL td {
  color: #9b7958;
}

footer .ft_boxTime .info_timeL td:nth-of-type(1) {
  color: #383838;
  text-align: center;
}

footer .ft_boxTime .info_timeL .txt_small {
  display: block;
  font-size: 10px;
}

footer .ft_boxTime .info_timeR {
  text-align: right;
}

footer .ft_boxTime .info_timeR p {
  letter-spacing: 0.2em;
  font-weight: 500;
}

footer .ft_boxTime .info_timeR .txt1 {
  font-size: 12px;
  margin-bottom: 10px;
  color: #9b7958;
}

footer .ft_boxTime .info_timeR .txt2 {
  font-size: 11px;
  line-height: 2.2;
}

footer .copyright p {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.22em;
}
.copyright {
  background: #fff;
  padding: 20px 0;
}
.copyright .flex {
  display: flex;
  justify-content: center;
}
.copyright .grits img {
  max-width: 143px;
}
.copyright .textwidget {
  display: block;
  margin-top: 7px;
  line-height: 20px;
  padding-left: 19px;
  margin-left: 19px;
  border-left: 1px solid #cecece;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
  footer .ft_info > div,
  footer .ft_info > ul {
    width: 100%;
    max-width: 500px;
  }

  footer .ft_info .bnr01,
  footer .ft_info .ft_right {
    max-width: 500px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  footer .inner {
    padding: 0 30px;
  }

  footer .ft_link li {
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  footer .ft_link .lv2 li br.pc_only {
    display: none;
  }

  footer .ft_boxTime {
    width: 50%;
  }

  footer .ft_boxTime .info_timeL th,
  footer .ft_boxTime .info_timeL td {
    font-size: 12px;
    padding: 1.1em 1em;
  }

  footer .ft_boxTime .info_timeL th:nth-of-type(1),
  footer .ft_boxTime .info_timeL td:nth-of-type(1) {
    padding-right: 3%;
  }

  footer .ft_boxTime .info_timeR p {
    letter-spacing: 0.1em;
  }

  footer .ft_boxTime .info_timeR .txt2 {
    font-size: 10px;
  }

  footer .ft_left .image {
    width: 120px;
    left: 4%;
  }

  footer .ft_right .image {
    width: 45px;
    left: 3%;
  }

  footer .ft_info {
    padding: 80px 0;
  }

  footer .ft_info .ttl {
    font-size: 17px;
  }

  footer .ft_info .ft_left .txt_inner {
    padding: 0 20px 0 160px;
  }

  footer .ft_info .ft_left .ttl {
    font-size: 17px;
  }

  footer .ft_info .ft_right .txt_inner {
    padding: 0 30px 0 65px;
  }

  footer .ft_full {
    height: 300px;
  }
}

/* IE */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu_toggle .lv2 li a:after {
    top: 9px;
  }

  footer .ft_link li.lv2 li a:after {
    top: -1px;
  }
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
.home_page .wrapper {
  position: relative;
}

.home_page .key {
  background: url(../images/idx_key.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  z-index: 2;
}

.home_page .key .inner {
  position: relative;
  height: 100%;
  padding: 0;
}

.home_page .key .key_text {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}

.home_page .key ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.home_page .key .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_page .key h2,
.home_page .key p {
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em;
}

.home_page .key h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 22px;
}

.home_page .key .txt_small {
  font-size: 16px;
}

.home_page .key .key_bnr {
  position: absolute;
  bottom: 30px;
  right: 95px;
  max-width: 422px;
}

.home_page .topic_path {
  display: none;
}

.home_page h3 {
  font-size: 18px;
  color: #9b7958;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-bottom: 75px;
  font-weight: 500;
}

.home_page h3 .en {
  display: block;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 6px;
  font-family: "Cormorant Garamond", serif;
}

.home_page .fix_banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.home_page .fix_banner .fix_close {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9b7958;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 25;
  cursor: pointer;
}

.home_page .fix_banner .fix_close:hover {
  background-color: #91653b;
}

.home_page .fix_bannerIn {
  position: relative;
  width: 360px;
  height: 130px;
  background: url(../images/idx_fix_banner.jpg) no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: 0.5s ease;
}

.home_page .fix_bannerIn:after {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  border: 1px #fff solid;
}

.home_page .fix_bannerIn .fix_link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}

.home_page .fix_bannerIn p {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 4px rgb(0 0 0 / 1);
}

.home_page .fix_bannerIn .detail_ttl {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  letter-spacing: 0.05em;
}

.home_page .fix_bannerIn .detail_txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.home_page .fix_bannerIn .detail_txt span {
  padding: 7px 20px 9px;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}

.home_page .fix_bannerIn .detail_ic {
  margin-left: 15px;
  font-size: 8px;
  vertical-align: middle;
}

.home_page .fix_banner.st2 {
  bottom: 150px;
  transition: all 0.3s;
}

.home_page .fix_banner.st2 .fix_bannerIn {
  background-image: url(../images/idx_fix_banner2.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.home_page .fix_banner.st2 .fix_bannerIn:after {
  border: 1px #f5cbd1 solid;
}

.home_page .fix_banner.st2.isbottom {
  bottom: 0;
}

.home_page .fix_banner.st2 .fix_close {
  background-color: #ec98a4;
}
@media only screen and (min-width: 769px) {
  .home_page .fix_banner.st2 .fix_close:hover {
    background-color: #a16971;
  }
}

.home_page footer .index02 {
  display: none;
}

#mainContent {
  position: relative;
}

#idx_video {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  object-fit: cover;
  -o-object-fit: cover;
}

.idx_gallery {
  padding-bottom: 100px;
}

.idx_gallery ul li .img {
  background-color: #333;
  border: 1px solid #000000;
  border-left: 0;
  width: 300px;
  height: 300px;
}

.home_page .inner {
  max-width: 1084px;
  padding: 0 30px;
  margin: auto;
}

.home_page .idx_section {
  padding-top: 123px;
  z-index: 1;
  position: relative;
}

.idx_section:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.6);
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .home_page .key h2 {
    font-size: 28px;
  }

  .home_page .key .txt_small {
    font-size: 14px;
  }

  .home_page h3 {
    font-size: 16px;
    margin-bottom: 50px;
  }

  .home_page h3 .en {
    font-size: 40px;
  }

  .home_page .idx_section {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1100px) and (min-width: 769px) {
  .home_page .key .key_bnr {
    max-width: 300px;
    bottom: 60px;
  }
}

.index01 {
  position: relative;
  padding-bottom: 130px;
  overflow: hidden;
}

.index01 .inner {
  position: relative;
  z-index: 3;
}

.index01::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
}

.index01 .idx01_box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  margin-bottom: 80px;
}

.index01 .idx01_box:last-of-type {
  margin-bottom: 0;
}

.index01 .box_img {
  position: absolute;
  width: 60.157%;
  z-index: 4;
  top: 0;
}

.index01 .box_img:before,
.index01 .box_img:after {
  position: absolute;
  content: "";
  background: #fff;
  top: 50%;
}

.index01 .box_img:before {
  width: 88px;
  height: 1px;
  top: calc(50% + 3px);
}

.index01 .box_img:after {
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

.index01 .box_txt {
  width: 42.97%;
  background: #fff;
  padding: 7% 4% 6% 7%;
  position: relative;
  box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.1);
}

.index01 .box_txt .ferature_ttl {
  font-size: 24px;
  font-weight: 600;
  color: #373737;
  line-height: 1.7;
  margin-bottom: 24px;
  letter-spacing: 0.2em;
}

.index01 .box_txt .ferature_txt {
  font-size: 14px;
  line-height: 2.4;
  letter-spacing: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
}

.index01 .point_txt {
  position: absolute;
  top: -47px;
  right: 10px;
}

.index01 .boxL {
  justify-content: flex-end;
}

.index01 .boxL .box_img {
  left: 0;
}

.index01 .boxL .box_img:before {
  right: 0;
}

.index01 .boxL .box_img:after {
  right: 80px;
}

.index01 .boxR .box_img {
  right: 0;
}

.index01 .boxR .box_img:before {
  left: 0;
}

.index01 .boxR .box_img:after {
  left: 80px;
}

.index01 .boxR .box_txt {
  padding: 7% 6% 6% 4%;
}

.index01 .boxR .point_txt {
  right: 50px;
}

.index01 .idx01_fr1 {
  margin-bottom: 12px;
}

.index01 .idx01_fr2 {
  padding-top: 0;
  padding-bottom: 50px;
}

.index01 .idx01_fr2 .box_img {
  bottom: 0;
  top: auto;
}

.index01 .btn_more {
  margin: 84px auto 0;
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .index01 {
    padding-bottom: 100px;
  }

  .index01 .box_txt {
    padding: 5% 3% 4% 6%;
  }

  .index01 .box_txt .ferature_ttl {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
  }

  .index01 .boxR .box_txt {
    padding: 5% 4.5% 4% 3%;
  }

  .index01 .btn_more {
    margin: 60px auto 0;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .index01 .box_txt .ferature_txt {
    font-size: 13px;
  }

  .index01 .idx01_box {
    padding-top: 40px;
    margin-bottom: 60px;
  }

  .index01 .boxL .box_img {
    top: 3vw;
  }
}

.index02 {
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 138px;
}

.index02 .box_item1 {
  margin-bottom: 32px;
}

.index02 .box_item1 .item {
  width: calc((100% - 16px) / 4);
  margin-bottom: 8px;
}

.index02 .box_item2 .item {
  width: calc((100% - 8px) / 2);
}

.index02 .box_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index02 .box_item .item {
  position: relative;
}

.index02 .box_item .menu_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.index02 .box_item p {
  color: #fff;
}

.index02 .box_item .ttl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.index02 .box_item .ttl01 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s ease-in-out;
}

.index02 .box_item .ttl02 {
  margin-bottom: 12px;
}

.index02 .box_item .txt {
  text-align: left;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}

.index02 .box_item .col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index02 .box_item .col2 li {
  width: 49%;
}

.index02 .box_item li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 3px;
  letter-spacing: 0.1em;
}

.index02 .box_item li:last-of-type {
  margin: 0;
}

.index02 .box_item li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0.6em;
}

.index02 .box_item .note {
  text-align: left;
}

.index02 .box_item .item_over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 7%;
  background: rgba(113, 90, 64, 0.8);
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.index02 .box_item .item_over .inner_over {
  max-height: 100%;
  overflow: hidden;
  transform: translateY(10px);
  transition: 0.5s ease-in-out;
}

.index02 .box_item .item_over:before {
  position: absolute;
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  border: 1px #fff solid;
}

.index02 .box_item .image {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.index02 .box_item .image img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 230px;
}

.index02 .box_item1 .image img {
  min-width: 336px;
}

.index02 .box_item2 .image img {
  min-width: 508px;
}

@media only screen and (min-width: 769px) {
  .index02 .box_item .item:hover .item_over {
    opacity: 1;
  }

  .index02 .box_item .item:hover .ttl01 {
    opacity: 0;
  }

  .index02 .box_item .item:hover .inner_over {
    transform: translateY(0);
  }
}

@media only screen and (max-width: 1100px) and (min-width: 769px) {
  .index02 .box_item .txt {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .index02 .box_item1 .item {
    width: calc((100% - 16px) / 3);
  }

  .index02 {
    padding-bottom: 100px;
  }

  .index02 .box_item .ttl {
    font-size: 18px;
    line-height: 1.5;
  }

  .index02 .box_item .ttl02 {
    margin-bottom: 8px;
  }

  .index02 .box_item .item_over {
    padding: 3% 7%;
  }
}

.index03 {
  padding-bottom: 300px;
}

.index03 .idx03_box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.index03 .idx03_box .image {
  position: absolute;
  width: calc(50% + 40px);
  top: 50%;
  transform: translateY(-50%);
}

.index03 .idx_ems {
  justify-content: flex-end;
}

.index03 .idx_ems .box_txt {
  padding: 61px 88px 0 72px;
}

.index03 .idx_ems .image {
  left: -20px;
}

.index03 .idx_int .box_txt {
  padding: 66px 72px 158px 88px;
}

.index03 .idx_int .box_txt .ttl {
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 3px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "Cormorant Garamond", serif;
}

.index03 .idx_int .box_txt .ttl .en {
  letter-spacing: 0.1em;
}

.index03 .idx_int .image {
  right: -20px;
}

.index03 .box_txt {
  width: 50%;
}

.index03 .box_txt .ttl {
  font-size: 16px;
  color: #9b7958;
  letter-spacing: 0.2em;
  line-height: 1.4;
  font-weight: 500;
}

.index03 .box_txt .ttl .en {
  font-size: 36px;
  font-weight: bold;
  display: block;
  font-family: "Cormorant Garamond", serif;
}

.index03 .box_txt .txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2.5;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.index03 .btn_more {
  max-width: 352px;
  margin: 48px auto 0;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .index03 {
    padding-bottom: 170px;
  }

  .index03 .idx_ems .box_txt {
    padding: 40px 30px 0 50px;
  }

  .index03 .idx_int .box_txt {
    padding: 40px 50px 120px 30px;
  }

  .index03 .box_txt .ttl .en {
    font-size: 32px;
  }

  .index03 .btn_more:before {
    width: 42px;
  }
}

.index04 {
  background: rgba(255, 255, 255, 0.4);
  padding-bottom: 138px;
}

.index04.idx_section {
  padding-top: 0;
}

.index04 .inner {
  position: relative;
  padding-top: 124px;
}

.index04 h3 {
  text-align: left;
  margin-bottom: 48px;
}

.index04 .idx04_left {
  width: calc(50% - 66px);
}

.index04 .txt {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2.43;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.index04 .idx04_right {
  width: 672px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: -30px;
  left: calc(50% - 16px);
}

.index04 .idx04_right li {
  width: calc((100% - 32px) / 2);
}

.index04 .idx04_right li:nth-of-type(2) {
  margin-top: -60px;
}

.index04 .box_btn {
  max-width: 824px;
  margin: 74px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index04 .box_btn .btn_more {
  width: 47%;
  margin: 0;
}

@media only screen and (max-width: 1360px) and (min-width: 769px) {
  .index04 h3 {
    margin-bottom: 35px;
  }

  .index04 .txt {
    font-size: 13px;
  }

  .index04 .inner {
    padding-top: 70px;
  }

  .index04 .idx04_right {
    width: 52vw;
    top: -15px;
    left: calc(48% - 16px);
  }

  .index04 .idx04_right li:nth-of-type(2) {
    margin-top: -30px;
  }

  .index04 .box_btn {
    margin: 150px auto 0;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .index04 .box_btn {
    max-width: 670px;
    margin: 12vw auto 0;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .index04 {
    padding-bottom: 100px;
  }

  .index04 .inner {
    padding-top: 50px;
  }

  .index04 .box_btn {
    margin: 50px auto 0;
  }

  .index04 .txt {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .index04 .idx04_right {
    top: 100px;
  }
}

.index05 {
  padding-bottom: 125px;
}

.index05 .share_gmap {
  margin-bottom: 50px;
}

.index05 .info_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 27px;
  margin-bottom: 45px;
  border-bottom: 1px #c8b7a7 solid;
}

.index05 .info_inner dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}

.index05 .info_inner dt,
.index05 .info_inner dd {
  font-size: 14px;
  letter-spacing: 0.17em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.index05 .info_inner dt {
  width: 88px;
  color: #9b7958;
  line-height: 2.3;
}

.index05 .info_inner dd {
  width: calc(100% - 105px);
  line-height: 2.45;
}

.index05 .info_left {
  width: 35%;
}

.index05 .info_right {
  width: 57%;
}

.index05 .btn_more {
  margin: 30px auto 0;
  line-height: 1.5;
}

.index05 .info_time {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
}

.index05 .info_timeL {
  width: calc(50% - 16px);
}

.index05 .info_timeL table,
.index05 .info_timeL th,
.index05 .info_timeL td {
  border: none;
}

.index05 .info_timeL tr {
  border-bottom: 1px #939393 solid;
  padding-bottom: 10px;
}

.index05 .info_timeL tr:last-of-type {
  border-bottom: none;
}

.index05 .info_timeL th,
.index05 .info_timeL td {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: 500;
  padding: 1.1em 1em;
}

.index05 .info_timeL th:nth-of-type(1),
.index05 .info_timeL td:nth-of-type(1) {
  width: 41%;
  padding-right: 8%;
}

.index05 .info_timeL td {
  color: #9b7958;
}

.index05 .info_timeL td:nth-of-type(1) {
  color: #383838;
  text-align: center;
}

.index05 .info_timeL .txt_small {
  display: block;
  font-size: 10px;
}

.index05 .info_timeR {
  width: 43%;
  padding-top: 12px;
}

.index05 .info_timeR p {
  letter-spacing: 0.2em;
  font-weight: 500;
}

.index05 .info_timeR .txt1 {
  font-size: 14px;
  color: #9b7958;
  margin-bottom: 10px;
}

.index05 .info_timeR .txt2 {
  font-size: 11px;
  line-height: 2.2;
}

@media only screen and (min-width: 769px) {
  .index05 .btn_more {
    max-width: 370px;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .index05 {
    padding-bottom: 100px;
  }

  .index05 .info_inner dt,
  .index05 .info_inner dd {
    font-size: 13px;
  }

  .index05 .info_inner dt {
    width: 75px;
  }

  .index05 .info_inner dd {
    width: calc(100% - 75px);
  }

  .index05 .info_timeL th,
  .index05 .info_timeL td {
    letter-spacing: 0.1em;
    font-size: 13px;
    padding: 0.7em;
  }

  .index05 .info_timeL th:nth-of-type(1),
  .index05 .info_timeL td:nth-of-type(1) {
    padding-right: 0.7em;
  }

  .index05 .info_timeR {
    width: 46%;
  }

  .index05 .info_timeR .txt1 {
    font-size: 13px;
  }

  .index05 .btn_more {
    max-width: 67%;
  }
}

.index06 {
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 134px;
}

.index06 .inner {
  display: flex;
  flex-wrap: wrap;
}

.index06 .idx06_box {
  width: 42%;
}

.index06 .idx06_box:nth-of-type(1) {
  margin-right: 9%;
}

.index06 h3 {
  text-align: left;
  position: relative;
  margin-bottom: 47px;
  font-size: 16px;
  font-weight: bold;
}

.index06 h3 .en {
  display: inline-block;
  padding: 0;
}

.index06 h3 .txtR {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index06 h3 .txtR a {
  padding-right: 53px;
}

.index06 h3 .txtR a:hover {
  color: #9b7958;
  opacity: 0.8;
}

.index06 h3 .txtR a:hover:after {
  right: 32px;
}

.index06 h3 .txtR a:before,
.index06 h3 .txtR a:after {
  position: absolute;
  content: "";
  right: 0;
  background: #9b7958;
  top: 50%;
  transform: translateY(-50%);
}

.index06 h3 .txtR a:before {
  width: 38px;
  height: 1px;
}

.index06 h3 .txtR a:after {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  transition: 0.5s ease-in-out;
}

.index06 .box_news .item {
  position: relative;
  margin-bottom: 47px;
}

.index06 .box_news .item:last-of-type {
  margin-bottom: 0;
}

.index06 .box_news .item:hover {
  opacity: 0.8;
}

.index06 .box_news .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.index06 .box_news dt,
.index06 .box_news dd {
  font-size: 13px;
  letter-spacing: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
}

.index06 .box_news dt {
  color: #9b7958;
  font-weight: bold;
  padding-bottom: 3px;
}

.index06 .box_news dd {
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .index06 {
    padding-bottom: 100px;
  }

  .index06 .idx06_box {
    width: 47%;
  }

  .index06 .idx06_box:nth-of-type(1) {
    margin-right: 5%;
  }
}

/* IE */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header {
    transition: none;
  }

  .index06 h3 .txtR:before {
    top: calc(50% + 1px);
  }

  #idx_video,
  .header_video {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
.under {
  background-color: #f7f8f8;
}

.under #mainContent {
  padding-bottom: 50px;
}

.under footer .inner {
  max-width: 1084px;
  padding: 0 30px;
}

.under footer .index02 {
  background: none;
  padding: 100px 0 0;
}

.under footer .index02 .ttl01 {
  text-shadow:
    0px 0px 3px rgba(0, 0, 0, 0.5),
    0px 0px 3px rgba(0, 0, 0, 0.5),
    0px 0px 3px rgba(0, 0, 0, 0.5),
    0px 0px 3px rgba(0, 0, 0, 0.5);
}

.under .blog-content {
  margin-top: 30px;
}

.under .sitemap {
  padding-top: 40px;
}

.under .sitemap > ul > li p {
  margin-bottom: 0;
}

.under .sitemap > ul > li a,
.under .sitemap > ul > li p {
  display: block;
  width: 100%;
  padding: 15px 15px 15px 30px;
  border-bottom: dotted 1px #ccc;
  color: #333333;
  position: relative;
  box-sizing: border-box;
}

.under .sitemap > ul > li a:before,
.under .sitemap > ul > li p:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  background: #ccc;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.under .sitemap > ul > li p:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  background: #ccc;
  left: 6px;
  top: 50%;
  margin-top: -7px;
}

.under .sitemap > ul > li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.05);
}

.under .sitemap > ul > li li a {
  padding-left: 70px;
}

.under .sitemap > ul > li li a:before {
  left: 40px;
}

.under .inner {
  max-width: 1024px;
}

.under .key {
  background: url(../images/ud_key.jpg) no-repeat;
  background-size: cover;
  height: 590px;
  overflow: hidden;
  padding-top: 125px;
  position: relative;
  z-index: 2;
}

.under .key .inner {
  position: relative;
  height: 100%;
  padding: 0;
}

.under .key .key_text {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.under .key .title {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.under .key .title .jp {
  display: block;
  margin-top: 1.2em;
  font-size: 18px;
  letter-spacing: 0.2em;
}

.under.page-interview footer {
  position: relative;
  z-index: 1;
}

.under.page-interview footer .inner {
  max-width: 1084px;
}

.under.page-interview footer .ft_info .ft_right li {
  box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.1);
}

.under.page-interview .key {
  height: 750px;
  background-image: url(../images/ud_key_interview.jpg);
}

.under.page-interview .key_text {
  padding-top: 68px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.under.page-interview .title {
  display: table;
  margin-left: 0;
  text-align: left;
}

.under.page-interview .sub {
  margin-bottom: 16px;
}

.under.page-interview .sub span {
  display: table;
  margin-bottom: 13px;
  padding: 12px 14px 14px 20px;
  background-color: #fff;
  color: #9b7958;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.under.page-interview .sub span:last-child {
  margin-bottom: 0;
}

.under.page-interview .name {
  display: block;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #fff;
  font-family: "Noto Serif JP", serif;
}

.under.page-interview .name span {
  display: inline-block;
  font-size: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.35em;
}

.under .emsella_video {
  max-width: 600px;
  height: 337px;
  margin: auto;
}

.under .emsella_video iframe {
  width: 100%;
  height: 100%;
}

.under .box_faq .item {
  margin-bottom: 20px;
}

.under .box_faq .question {
  padding: 7px 30px 7px 10px;
  background: url(../images/ic_faq.png) no-repeat #f2eee4;
  background-position: center right 10px;
  cursor: pointer;
}

.under .box_faq .question.open {
  background: url(../images/ic_faq_over.png) no-repeat #f2eee4;
  background-position: center right 10px;
}

.under .box_faq .question p {
  line-height: 1.5;
}

.under .box_faq .answer {
  padding: 15px 10px;
  line-height: 2;
}

.under .box_faq p {
  font-size: 16px;
}

.under .ed_btn01 {
  width: 170px;
  display: block;
  margin: 5px auto 0;
  background: #60625d;
  border-radius: 7px;
  transition: 0.5s ease-in-out;
}

.under .ed_btn01:hover {
  background: #03acd6;
}

.under .ed_btn01 a {
  padding: 7px 0 8px;
  display: block;
  line-height: 1;
  padding-right: 23px;
  position: relative;
}

.under .ed_btn01 a:after {
  position: absolute;
  content: "→";
  top: 6px;
  right: 17px;
  transition: 0.5s ease-in-out;
}

.under .ed_btn01 a:hover {
  color: #fff;
  opacity: 1;
}

.under .ed_costs p {
  font-size: 16px;
}

.under .ed_costs .cost_row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.under .ed_costs .cost_row:last-of-type {
  margin-bottom: 0;
}

.under .ed_costs .ttl {
  position: relative;
  width: 320px;
  background: #9b7958;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  margin: 0;
  padding: 20px 10px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.under .ed_costs .ttl:after {
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 10px solid #9b7958;
}

.under .ed_costs .cost_txt {
  width: calc(100% - 350px);
  margin-bottom: 8px;
}

.under .ed_costs .cost_txt p {
  line-height: 1.5;
}

.under .ed_costs .cost_txt .num {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (min-width: 769px) {
  .under .ed_btn01 a:hover:after {
    right: 12px;
  }
}

.under .clinic_photo_list {
  display: flex;
  flex-wrap: wrap;
}

.under .clinic_photo_list li {
  width: calc((100% - 40px) / 3);
  margin: 0 20px 20px 0;
}

.under .clinic_photo_list li:nth-of-type(3n) {
  margin-right: 0;
}

.under .clinic_photo_list a {
  display: block;
}

.under .clinic_zoom {
  text-align: center;
  font-size: 16px;
}

.under .clinic_zoom span {
  display: inline-block;
  position: relative;
  padding: 0 25px;
  background: url(../images/clinic_ic01.png) no-repeat;
  background-position: center left;
}

.under .clinic_photo_txt {
  line-height: 1.5;
  margin-top: 5px;
  text-align: center;
}

.page-emsella-booking .yui-calcontainer.multi .groupcal {
  border: none;
  margin: 0;
}

.page-emsella-booking #cp_abcform_pform .yui-calendar,
.yui-calcontainer.multi .groupcal {
  border-radius: 0;
}

.page-emsella-booking #cp_abcform_pform table.yui-calendar {
  border-collapse: collapse;
}

.page-emsella-booking #cp_abcform_pform table.yui-calendar tr td,
.page-emsella-booking #cp_abcform_pform table.yui-calendar tr th {
  padding: 15px 0px;
  border: 1px solid #ddd;
  border-radius: 0;
}

.page-emsella-booking #cp_abcform_pform table.yui-calendar tr th {
  background: #f8f0e6;
}

.page-emsella-booking #cp_abcform_pform table.yui-calendar th.calhead {
  background-color: #a38465;
  border-radius: 0;
}

.page-emsella-booking .yui-panel .hd {
  background-color: #a38465;
}

.page-emsella-booking .yui-calendar td.calcell.selected,
.page-emsella-booking .yui-calendar td.calcell.reserveddate {
  background-color: #a38465;
}

.page-emsella-booking .yui-panel .bd .cell,
.yui-panel .bd .cell12,
.page-emsella-booking .listcal > div {
  background-color: #a38465;
}

.under .box_ancholink {
  background-image: url(../images/box_ancholink_bg.png);
  background-color: rgba(255, 250, 247, 0.5);
  padding: 50px 50px 40px;
  border-radius: 5px;
  border: 1px dashed #b7b7b7;
  position: relative;
  margin-top: 50px;
}

.under .box_ancholink:before {
  content: "";
  background: url(../images/box_ancholink_icon.png) no-repeat;
  width: 249px;
  height: 17px;
  background-size: contain;
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.under .box_ancholink ul.list01 li:before {
  content: "\203A";
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  left: 2px;
  top: -0.09em;
  font-size: 16px;
  color: #bda653;
}

.under .box_ancholink ul.list01 li a {
  color: #bda653;
}

.under table.ed_tbl01 td {
  font-weight: 600;
  line-height: 1.2;
}

.under table.ed_tbl01 td .num {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 700;
}

.under .center {
  text-align: center;
}

.under .section p {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 2.125;
}

.under .section p.btn01.none a {
  color: #ff8b36;
}

.under .section p.btn01.none a:hover {
  color: #ff8b36;
}

.under h2,
.under h3,
.under h4,
.under h5,
.under h6 {
  line-height: 1.8422;
  color: #9b7958;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.under h2:last-child,
.under h3:last-child,
.under h4:last-child,
.under h5:last-child,
.under h6:last-child {
  margin-bottom: 0;
}

.under h2 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 37px;
  line-height: 1.6;
}

.under h2 .en {
  margin-bottom: 0.7em;
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 47.3685%;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: bold;
}

.under .subh2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.under h3 {
  position: relative;
  margin-bottom: 40px;
  font-size: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d2d2d2;
}

.under h3.style1 {
  padding-bottom: 8px;
  border-bottom: 1px solid #d2d2d2;
}

.under h4 {
  font-size: 18px;
}

.under h5 {
  margin-bottom: 15px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: #6a6a6a;
  letter-spacing: 0.1em;
}

.under h6 {
  position: relative;
  padding: 12px 20px;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  letter-spacing: 3px;
  background-color: #f1f1f1;
}

.under section p {
  font-size: 14px;
}

.under section {
  padding-top: 1px;
}

.under section h2 {
  margin-top: 60px;
}

.under .secH3 {
  padding-top: 50px;
}

.under .secH3 h3 {
  margin: 0px 0px 18px;
}

.under .secH3 h3.style1 {
  margin-bottom: 30px;
}

.under .secH4 {
  padding-top: 30px;
}

.under .box_h4 {
  background-color: #fff;
  padding: 50px 55px;
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.under .box_h4:last-child {
  margin-bottom: 0;
}

.under .box_h4 h4 {
  margin-bottom: 0;
}

.under .box_h4 .left {
  width: 177px;
  padding-right: 20px;
}

.under .box_h4 .right {
  width: calc(100% - 177px);
  padding-left: 30px;
  border-left: 1px solid #d2d2d2;
}

.under .secH5 {
  padding-top: 20px;
}

.under .secH6 {
  padding-top: 10px;
}

.under .imgBox.rowImg .image_l img,
.under .imgBox.rowImg .image_r img {
  max-width: 100%;
  max-height: 500px;
}

.under .imgBox.rowImg .image_l {
  float: left;
  margin-right: 45px;
}

.under .imgBox.rowImg .image_r {
  float: right;
  margin-left: 45px;
}

.under .imgBox.rowImg .image_l,
.under .imgBox.rowImg .image_r {
  max-width: 500px;
  margin-bottom: 15px;
}

.under .imgBox.rowImg .txt_l {
  float: left;
}

.under .imgBox.rowImg .txt_r {
  float: right;
}

.under .imgBox.rowImg .txt_l,
.under .imgBox.rowImg .txt_r {
  width: calc(100% - 385px);
}

.under .imgBox.rowImg.large .image_l,
.under .imgBox.rowImg.large .image_r {
  max-width: 440px;
}

.under .imgBox.rowImg.large .txt_l,
.under .imgBox.rowImg.large .txt_r {
  width: calc(100% - 475px);
}

.under .imgBox.rowImg.full .image_l,
.under .imgBox.rowImg.full .image_r {
  max-width: 60vw;
}

.under .imgBox.colImg .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.under .imgBox.colImg p {
  margin-bottom: 5px;
}

.under .imgBox.colImg p:last-child {
  margin-bottom: 0;
}

.under .imgBox.colImg figure {
  margin-bottom: 15px;
}

.under .imgBox.colImg .text p {
  font-size: 13px;
}

.under .imgBox.colImg .text .ttl {
  text-align: center;
  margin-bottom: 14px;
}

.under .imgBox.colImg3 .item {
  width: 32%;
  background-color: #fff;
  max-width: 320px;
}

.under .imgBox.colImg3 img {
  max-height: 250px;
}

.under .imgBox.colImg3 .text {
  padding: 27px 30px;
}

.under .imgBox.colImg3 .text p {
  line-height: 2.35;
  letter-spacing: 0.2em;
}

.under .imgBox.colImg2 .item {
  width: 49%;
}

.under .imgBox.colImg2 img {
  max-height: 270px;
}

.under .imgBox.colImg1 .item {
  width: 100%;
}

.under .acf_block h3,
.under .acf_block h4,
.under .acf_block h5 {
  margin-bottom: 0;
}

.under .acf_block .text_h3 {
  margin: 45px 0 0;
}

.under .acf_block .text_h4 {
  margin: 30px 0 0;
}

.under .acf_block .text_h5 {
  margin: 20px 0 0;
}

.under .acf_block .list01 {
  margin-top: 20px;
}

.under table {
  border-radius: 3px;
}

.under table.rollTable {
  width: 100%;
}

.under table.tbl_style01 th,
.under table.tbl_style01 td {
  padding: 0.625rem;
  border: 1px solid #ddebf2;
}

.under table.tbl_style01 th img,
.under table.tbl_style01 td img {
  max-width: 100%;
}

.under table.tbl_style01 th {
  font-weight: normal;
  background: #9b7958;
  color: #fff;
  font-size: 1.125em;
  text-align: center;
}

.under table.tbl_style01 td {
  font-size: 1em;
}

.under table.tbl_style01.rowHead tr th:not(:last-child) {
  border-right: 1px solid #fff;
}

.under table.tbl_style01.colHead tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}

.under table.tbl_style02 {
  background: #9b7958;
}

.under table.tbl_style02 th,
.under table.tbl_style02 td {
  color: #fff;
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
  padding: 0.625em;
}

.under table.tbl_style02 th img,
.under table.tbl_style02 td img {
  max-width: 100%;
}

.under table.tbl_style02 th {
  background: none;
  font-weight: bold;
  font-size: 1.125em;
}

.under table.tbl_style02 td {
  font-size: 1em;
}

.under table.costs_tbl01 td:nth-of-type(2),
.under table.costs_tbl01 td:nth-of-type(3) {
  text-align: center;
}

.under .tbl_note {
  display: none;
  margin-top: 10px;
  color: #b4b4b4;
  font-size: 11px;
  letter-spacing: 0;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under .imgBox.rowImg .image_l,
  .under .imgBox.rowImg .image_r {
    max-width: 50%;
  }

  .under .imgBox.rowImg .image_l {
    margin-right: 30px;
  }

  .under .imgBox.rowImg .image_r {
    margin-left: 30px;
  }

  .under .imgBox.rowImg p {
    font-size: 13px;
  }

  .under table.tbl_style01 th,
  .under table.tbl_style01 td {
    padding: 0.5rem;
  }

  .under table.tbl_style01 th {
    font-size: 1em;
  }

  .under table.tbl_style01 td {
    font-size: 0.9em;
  }

  .under table.tbl_style02 th {
    font-size: 1em;
  }

  .under table.tbl_style02 td {
    font-size: 0.9em;
  }
}

.under ul.list01.mcol-2 {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.under ul.list01.mcol-2 li {
  width: 50%;
}

.under ul.list01 li {
  background-size: 10px auto;
  position: relative;
  padding-left: 17px;
  padding-bottom: 10px;
  letter-spacing: 1.6px;
}

.under ul.list01 li:last-child {
  padding-bottom: 0;
}

.under ul.list01 li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9b7958;
  position: absolute;
  left: 0;
  top: 0.6em;
}

.under .list_note {
  margin-top: 15px;
  padding-left: 20px;
}

.under .list_note.no_mt {
  margin-top: 0;
}

.under .topic_path {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 1.5px;
  padding: 36px 0;
  position: relative;
  z-index: 2;
}

.under .topic_path ul {
  background: url(../images/shared_path_icon.svg) left top 5px no-repeat;
  background-size: auto 15px;
  display: block;
  padding: 4px 10px 4px 27px;
}

.under .topic_path ul::after {
  content: "";
  display: block;
  clear: both;
}

.under .topic_path ul li {
  float: left;
  text-transform: uppercase;
  color: #333;
}

.under .topic_path a {
  text-decoration: none;
  color: #9b7958;
}

.under .topic_path a:hover {
  opacity: 1;
  text-decoration: underline;
}

.under .topic_path span {
  display: inline-block;
  padding: 0 12px;
  transform: scaleX(0.6);
  color: #9b7958;
  line-height: 1;
}

.under .anchor-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 0;
}

.under .anchor-links > div {
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  display: block;
  min-width: 135px;
  width: 19%;
  margin: 0% 0.5% 1%;
  text-align: center;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.under .anchor-links > div a {
  display: block;
  width: 100%;
  padding: 10px 5px 9px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.under .anchor-links > div::after {
  content: "";
  border: 4px solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: auto;
  bottom: 2px;
  left: calc(50% - 4px);
  right: auto;
  line-height: 1;
}

.under .anchor-links > div:hover a {
  opacity: 1;
}

.under .anchor-links > div:hover::after {
  bottom: 0;
}

.under .anchor-links > div.ext::after {
  content: "\003e";
  border: 0;
  position: absolute;
  top: calc(50% - 0.5em);
  bottom: auto;
  left: auto;
  right: 7px;
  font-size: 0.857em;
  line-height: 1;
  letter-spacing: 0;
  transform: scaleX(0.5);
}

.under .anchor-links > div.ext:hover::after {
  right: 5px;
}

.under .doctor_box {
  background-color: #9b7958;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.under .doctor_box p {
  margin-bottom: 0;
}

.under .doctor_box .img {
  border: 10px solid rgba(255, 255, 255, 0.5);
  position: relative;
  width: 300px;
  height: 240px;
  overflow: hidden;
  order: 1;
}

.under .doctor_box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  max-height: 240px;
}

.under .doctor_box .text {
  position: relative;
  width: calc(100% - 300px);
}

.under .doctor_box .text .ttl {
  padding: 0 10px;
  position: absolute;
  top: 50%;
  color: #fff;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

.under #socialbuttons {
  display: table;
  margin: 20px auto 10px;
}

.under #socialbuttons > div {
  float: left;
  margin-right: 10px;
  font-size: 11px;
  overflow: hidden;
}

.under #socialbuttons .line {
  margin-right: 0px;
}

.under.page-interview .inner {
  max-width: 1440px;
}

.under.page-interview .topic_path .inner {
  max-width: 1024px;
}

.under .ud_interview {
  margin-top: 40px;
  position: relative;
}

.under .ud_interview::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
}

.under .ud_interview.st1::before {
  height: calc(100% + 254px);
  width: calc(296px + (100vw - 1440px) / 2);
  left: calc(0px - ((100vw - 1440px) / 2));
  bottom: -95px;
}

.under .ud_interview.st2::before {
  height: calc(100% + 574px);
  width: calc(384px + (100vw - 1440px) / 2);
  right: calc(0px - ((100vw - 1440px) / 2));
  bottom: -191px;
}

.under .ud_interview.item3 .content::after,
.under .ud_interview.item7 .content::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  z-index: -1;
  width: calc(100% + 87px);
  height: 241px;
  right: 0;
  bottom: -190px;
}

.under .ud_interview.item7::before {
  bottom: auto;
  top: -120px;
}

.under .ud_interview:first-child {
  margin-top: 0;
}

.under .ud_interview .num {
  margin-bottom: 37px;
  color: #b9ada5;
}

.under .ud_interview .num img {
  max-height: 89px;
  position: relative;
  z-index: 1;
}

.under .ud_interview .content {
  padding-top: 61px;
  position: relative;
  z-index: 2;
}

.under .ud_interview .content p {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2.45;
}

.under .ud_interview h3 {
  line-height: 1.95;
  padding-bottom: 0;
  border-bottom: none;
}

.under .ud_interview figure {
  position: relative;
  z-index: 2;
}

.under .ud_interview figure img {
  box-shadow: 0px 0px 35px 0px #e4e4e4;
}

.under .ud_interview figure.pic {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.under .ud_interview figure.pic img:last-of-type {
  margin: 0 0 60px;
}

.under .ud_interview figure.pic img:nth-of-type(1) {
  margin: 60px 0 0;
}

.under .ud_interview figure.pic img {
  width: calc((100% - 32px) / 2);
  box-shadow: 0px 0px 25px 0px #e4e4e4;
}

.under .ud_interview figure.pic br {
  display: none !important;
}

.under .ud_interview.imgleft {
  padding-left: 79px;
}

.under .ud_interview.imgleft.item7 img:last-of-type {
  margin: 60px 0 0;
}

.under .ud_interview.imgleft.item7 img:nth-of-type(1) {
  margin: 0 0 60px;
}

.under .ud_interview.imgleft.item7 .content::after {
  height: 200px;
  top: -140px;
  bottom: auto;
}

.under .ud_interview.imgleft.item3 {
  z-index: 0;
}

.under .ud_interview.imgleft figure {
  float: left;
  margin-right: 85px;
}

.under .ud_interview.imgleft .content {
  width: calc(100% - 742px);
  float: right;
  position: relative;
}

.under .ud_interview.imgright {
  padding-left: 80px;
  position: relative;
}

.under .ud_interview.imgright.item2::before {
  height: calc(100% + 40px);
}

.under .ud_interview.imgright.item6::before {
  height: calc(100% + 1000px);
  bottom: -190px;
}

.under .ud_interview.imgright.item4 .content::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  height: 140px;
  width: calc(100% - 736px);
  left: 0;
  top: -140px;
}

.under .ud_interview.imgright figure {
  float: right;
  margin-left: 85px;
}

.under .ud_img {
  position: relative;
  z-index: 2;
  height: 653px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 191px;
  margin-bottom: 140px;
}

.under .ud_img.bg1 {
  background-image: url(../images/interview_bg01.jpg);
}

.under .ud_img.bg2 {
  background-image: url(../images/interview_bg02.jpg);
  margin-bottom: 120px;
}

.under .ud_img.bg2 .inner::after {
  right: 0;
  left: auto;
  width: 792px;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
}

.under .ud_img.bg2 .inner::before {
  width: calc(100% - 792px);
  left: 0;
  right: auto;
  background: rgba(247, 248, 248, 0);
  background: linear-gradient(0deg, #f7f8f8, rgba(255, 255, 255, 0));
}

.under .ud_img .inner {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 208px;
  padding-top: 16px;
  position: relative;
}

.under .ud_img .inner::before,
.under .ud_img .inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 40%;
}

.under .ud_img .inner::before {
  left: 0;
  width: calc(100% - 736px);
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
}

.under .ud_img .inner::after {
  width: 736px;
  right: 0;
  background: rgba(247, 248, 248, 0);
  background: linear-gradient(0deg, #f7f8f8, rgba(255, 255, 255, 0));
}

@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .under.page-interview .key {
    background-position: left 20% center;
  }

  .under.page-interview .key .key_text {
    padding-left: 2%;
    padding-right: 2%;
  }

  .under.page-interview .topic_path .inner {
    padding: 0 10px;
  }

  .under .ud_img {
    margin-top: 7vw;
  }

  .under .ud_interview h3 {
    font-size: 20px;
  }

  .under .ud_interview figure {
    width: 50%;
  }

  .under .ud_interview figure.pic {
    width: 50%;
    height: auto;
  }

  .under .ud_interview .content {
    padding-top: 30px;
    position: relative;
  }

  .under .ud_interview.st1::before {
    width: 25%;
    left: -2%;
  }

  .under .ud_interview.st2::before {
    width: 25%;
    right: -2%;
  }

  .under .ud_interview.st2 .content::after {
    width: 115%;
    right: -4%;
    height: 222px;
  }

  .under .ud_interview.item5::before {
    height: calc(100% + 134px);
  }

  .under .ud_interview.imgleft,
  .under .ud_interview.imgright {
    padding-left: 2%;
    padding-right: 2%;
  }

  .under .ud_interview.imgleft .content,
  .under .ud_interview.imgright .content {
    width: 45%;
  }

  .under .ud_interview.imgleft figure {
    margin-right: 5%;
  }

  .under .ud_interview.imgleft.imgleft.item7 .content::before {
    width: calc(104% + 60px);
    right: -4%;
  }

  .under .ud_interview.imgright.item2::before {
    bottom: -40px;
  }

  .under .ud_interview.imgright.item4 .content::before {
    width: 111%;
  }

  .under .ud_interview.imgright figure {
    margin-left: 5%;
  }

  .under .ud_img .inner {
    padding-left: 5%;
    padding-right: 5%;
  }

  .under .ud_img .inner::before,
  .under .ud_img .inner::after {
    width: 50% !important;
  }

  .under .ud_interview.item3 .content::after,
  .under .ud_interview.item7 .content::after {
    bottom: -7vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .min_1280 {
    display: none;
  }

  .under.page-interview .sub span {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1440px) {
  .under .ud_interview figure.pic {
    width: 648px;
    height: 765px;
  }

  .under .ud_interview figure.pic img:last-child {
    margin-left: 32px;
    margin-bottom: 60px;
  }

  .under .ud_interview.item1 .content {
    width: calc(100% - 742px);
  }

  .under .ud_interview.item2 .content,
  .under .ud_interview.item4 .content,
  .under .ud_interview.item6 .content {
    padding-left: 128px;
  }

  .under .ud_interview.item2 .content,
  .under .ud_interview.item7 .content {
    padding-top: 119px;
  }

  .under .ud_interview.item3,
  .under .ud_interview.item7 {
    padding-left: 0;
    margin-top: 95px;
  }

  .under .ud_interview.item3 .content,
  .under .ud_interview.item7 .content {
    width: calc(100% - 735px);
  }

  .under .ud_interview.item5 {
    margin-top: 100px;
  }

  .under .ud_interview.item5::before {
    bottom: -155px;
  }

  .under .ud_interview.item5 .content {
    width: calc(100% - 654px);
  }

  .under .ud_interview.item6 {
    margin-top: 100px;
    padding-right: 80px;
  }

  .under .ud_interview.item7::before {
    width: 296px;
  }

  .under .ud_interview.item7 .content::after {
    right: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .under .ud_interview .content p {
    line-height: 1.8;
    font-size: 13px;
  }

  .under .ud_interview .num {
    width: 68px;
    margin-bottom: 25px;
  }
}

.under .clinic_tbl01 th {
  width: 350px;
  text-align: right;
}

.under .clinic_tbl02 {
  text-align: center;
}

.under .clinic_tbl02 th:first-child {
  width: 350px;
}

.under .clinic_tbl02 th:not(:first-child) {
  width: calc((100% - 350px) / 7);
}

.under .teeth_box .secH4 {
  width: 48%;
}

.under .teeth_box .secH5 {
  padding-top: 20px !important;
}

.under .teeth_box img {
  max-height: 180px;
}

.under .teeth_box p {
  font-size: 14px;
}

.under .access_box_img01 .block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.under .access_box_img01 .block:nth-child(even) .big {
  order: 1;
}

.under .access_box_img01 .block .big {
  width: calc((580 / 1160) * (100% - 10px));
}

.under .access_box_img01 .block .small {
  width: calc((580 / 1160) * (100% - 10px));
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.under .access_box_img01 .block .small figure {
  width: calc((100% - 10px) * 0.5);
}

.under .access_box_img01 .block figure {
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 10px;
}

.under .access_box_img02 .block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.under .access_box_img02 .block:nth-child(even) .big {
  order: 1;
}

.under .access_box_img02 .block .big {
  width: calc((640 / 1160) * (100% - 10px));
}

.under .access_box_img02 .block .small {
  width: calc((520 / 1160) * (100% - 10px));
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.under .access_box_img02 .block .small figure {
  width: calc((100% - 10px) * 0.5);
}

.under .access_box_img02 .block figure {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.under .under_flow .flow_num {
  font-size: 16px;
  color: #9b7958;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 0;
}

.under .under_flow .flow_num .flow_en {
  font-size: 30px;
  padding-right: 5px;
  font-family: "Cormorant Garamond", serif;
}

.under .under_flow .flow_item {
  position: relative;
}

.under .under_flow .flow_item:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #9b7958;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: auto;
}

.under .under_flow .flow_item:last-of-type:after {
  display: none;
}

.under .flow_laser .image {
  display: block;
  margin: 0 auto 5px;
  text-align: left;
}

.under .flow_laser .right p {
  display: block;
}

.under .flow_laser1 {
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.under .flow_laser1 .image {
  text-align: center;
}

.under .tbl_half th {
  width: 50%;
}

/* START BLOG
------------------------------------------------------------------------*/
#pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
}

#pagination:empty {
  display: none;
}

#pagination a,
#pagination span {
  background-color: #9b7958;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: 10px 5px;
  width: 32px;
  height: 32px;
  color: #fff;
  line-height: 1;
}

#pagination a.prev,
#pagination a.next,
#pagination span.prev,
#pagination span.next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px auto;
  color: transparent;
}

#pagination a.prev,
#pagination span.prev {
  background-image: url(../images/shared_blog_arrow_prev.svg);
}

#pagination a.next,
#pagination span.next {
  background-image: url(../images/shared_blog_arrow_next.svg);
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  #pagination {
    /* for IE 9 and above */
  }

  #pagination a,
  #pagination span {
    padding-top: 2px;
  }
}

#pagination a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#pagination span {
  opacity: 0.5;
}

#pagination .active a,
#pagination a.active:hover {
  background: none repeat scroll 0 0 #000000;
  color: #ffffff;
}

.blog-content h4 {
  border-bottom: 1px solid #ea6386;
  text-align: center;
  font-weight: 600;
}

.blog-content .date {
  margin-bottom: 20px;
  text-align: center;
  color: #000;
}

.blog_list_style01 .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #bababa;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.blog_list_style01 .item figure {
  background-color: white;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  width: 220px;
  height: 220px;
}

.blog_list_style01 .item figure img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog_list_style01 .item .info {
  width: calc(100% - 250px);
  position: relative;
  padding-bottom: 40px;
}

.blog_list_style01 .item .info p {
  margin-bottom: 0;
  line-height: 1.5;
}

.blog_list_style01 .item .info .date {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 15px;
  font-size: 90%;
}

.blog_list_style01 .item .info .date .tag {
  display: inline-block;
  margin-left: 20px;
  color: transparent;
  font-size: 90%;
  letter-spacing: -1em;
}

.blog_list_style01 .item .info .date .tag a {
  display: inline-block;
  margin-left: 2px;
  padding: 0 10px;
  color: #fff;
  letter-spacing: 0;
}

.blog_list_style01 .item .info .date .tag a.news {
  background-color: #9b7958;
}

.blog_list_style01 .item .info .date .tag a.column {
  background-color: #787878;
}

.blog_list_style01 .item .info .ttl {
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
  font-size: 120%;
  font-weight: 600;
  color: #333333;
}

.blog_list_style01 .item .info .ttl a {
  color: inherit;
}

.blog_list_style01 .item .info .des {
  padding-bottom: 45px;
}

.blog_list_style01 .item .info .button {
  background-color: #fff;
  border: 3px solid #ddd;
  position: absolute;
  bottom: 0px;
  right: 0;
}

.blog_list_style01 .item .info .button a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 5px 10px;
  font-size: 90%;
  color: #333;
}

.blog_list_style01 .item .info .button a::before {
  opacity: 0;
}

.blog_list_style01 .item .info .button::after {
  content: "";
  background-color: #9b7958;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  transition: all 0.3s ease;
}

.blog_list_style01 .item .info .button:hover a {
  opacity: 1;
  color: #fff;
}

.blog_list_style01 .item .info .button:hover::after {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .blog_list_style01 .item {
    display: block;
  }

  .blog_list_style01 .item figure {
    margin: 0 auto;
  }

  .blog_list_style01 .item .info {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding-bottom: 0;
  }

  .blog_list_style01 .item .info .button {
    position: relative;
    display: table;
  }
}

.blog_list_style02.colImg .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.blog_list_style02.colImg p {
  margin-bottom: 5px;
}

.blog_list_style02.colImg p:last-child {
  margin-bottom: 0;
}

.blog_list_style02.colImg figure {
  margin-bottom: 15px;
}

.blog_list_style02.colImg .text p {
  font-size: 1em;
}

.blog_list_style02.colImg .text .ttl {
  font-family: inherit;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #0e7cad;
}

.blog_list_style02.colImg4_blog .item {
  width: calc(96% / 4);
  margin-right: 1%;
  margin-bottom: 15px;
  position: relative;
}

.blog_list_style02.colImg4_blog .item:nth-child(4) {
  margin-right: 0;
}

.blog_list_style02.colImg4_blog .item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.blog_list_style02.colImg4_blog .item .img {
  background: url(../images/shared_blog_logo.png) center no-repeat;
  background-size: contain;
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 15px;
}

.blog_list_style02.colImg4_blog .item .img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog_list_style02.colImg4_blog .item .img img {
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
}

.blog_list_style02.colImg4_blog .item:hover a {
  opacity: 1;
}

.blog_list_style02.colImg4_blog .item:hover .img img {
  filter: blur(5px) grayscale(50%);
  transform: translate(-50%, -50%) scale(1.15);
}

.blog_list_style02.colImg4_blog figure {
  background-color: #ddd;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .blog_list_style02.colImg4_blog .item .img {
    height: 30vw;
  }
}

@media only screen and (max-width: 768px) {
  .blog_list_style02.colImg4_blog .item .img {
    height: 280px;
  }

  .blog_list_style02.colImg4_blog figure {
    height: 260px;
  }
}

@media only screen and (max-width: 640px) {
  .blog_list_style02.colImg .list {
    justify-content: space-around;
  }

  .blog_list_style02.colImg .item {
    margin-bottom: 15px;
  }

  .blog_list_style02.colImg figure {
    margin-bottom: 5px;
  }

  .blog_list_style02.colImg .text {
    font-size: 14px;
  }

  .blog_list_style02.colImg4_blog .item {
    width: 49%;
  }

  .blog_list_style02.colImg4_blog .item .img {
    height: 48vw;
  }

  .blog_list_style02.colImg4_blog figure {
    height: 48vw;
  }
}

.blog_detail_style02 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 30px;
}

.blog_detail_style02 .box_gallery {
  width: 35%;
  max-width: 400px;
}

.blog_detail_style02 .box_gallery .main_img {
  background: #ededed;
  position: relative;
  height: 400px;
  margin-bottom: 11px;
}

.blog_detail_style02 .box_gallery .main_img .item {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.blog_detail_style02 .box_gallery .main_img .item.active {
  opacity: 1;
}

.blog_detail_style02 .box_gallery .main_img .img {
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 100%;
}

.blog_detail_style02 .box_gallery .main_img .img img {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
}

.blog_detail_style02 .box_gallery .thumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.blog_detail_style02 .box_gallery .thumb li {
  background-color: #ededed;
  transition: all 0.2s ease;
  width: calc(100% / 8 - 4.4px);
  margin-right: 5px;
  margin-bottom: 5px;
  height: 20vw;
  max-height: 40px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.blog_detail_style02 .box_gallery .thumb li:nth-child(8n + 0) {
  margin-right: 0;
}

.blog_detail_style02 .box_gallery .thumb li:hover {
  opacity: 0.7;
}

.blog_detail_style02 .box_gallery .thumb li img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog_detail_style02 .box_gallery .thumb.col_5 li {
  width: calc(100% / 5 - 4px);
  max-height: 77px;
}

.blog_detail_style02 .box_gallery .thumb.col_5 li:nth-child(5) {
  margin-right: 0;
}

.blog_detail_style02 .box_gallery.withSlick .main_img {
  height: auto;
}

.blog_detail_style02 .box_gallery.withSlick .main_img .item {
  height: 400px;
}

.blog_detail_style02 .box_gallery.withSlick .main_img .item:nth-child(n) {
  display: block;
}

.blog_detail_style02 .box_gallery.withSlick .thumb li {
  opacity: 0.5;
}

.blog_detail_style02 .box_gallery.withSlick .thumb li::after {
  content: "";
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  z-index: 1;
}

.blog_detail_style02 .box_gallery.withSlick .thumb li.active {
  opacity: 1;
}

.blog_detail_style02 .box_gallery.withSlick .thumb li.active::after {
  border-color: #ff9933;
}

.blog_detail_style02 .box_gallery.withSlick .thumb li:hover {
  opacity: 1;
}

.blog_detail_style02 .box_gallery.withSlick .controls p {
  display: table;
  cursor: pointer;
}

.blog_detail_style02 .box_gallery.withSlick .controls p:hover {
  text-decoration: underline;
}

.blog_detail_style02 .box_info {
  width: 62%;
  max-width: 710px;
}

.blog_detail_style02 .box_info .intro {
  margin-bottom: 20px;
}

.blog_detail_style02 .box_info table {
  /* &.tbl_style03{ th{ width: 38%; } } */
}

.blog_detail_style02 .box_info table th {
  width: 30%;
  background: #f5f5f5;
  color: #1b1b1b;
}

.blog_detail_style02.noGallery .box_info {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .blog_detail_style02 .box_gallery {
    width: 100%;
    margin: 0 auto 30px;
  }

  .blog_detail_style02 .box_gallery .main_img {
    max-height: 400px;
    height: 100vw;
  }

  .blog_detail_style02 .box_info {
    width: 100%;
    margin: 0 auto;
  }

  .blog_detail_style02 .box_info table th {
    width: 100%;
  }

  .blog_detail_style02 .box_info table.tbl_style03 {
    border-bottom: none;
  }
}

.main_blog_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main_blog_container .main_blog_content {
  max-width: 100%;
  width: calc(100% - 250px);
}

.main_blog_container .main_blog_content > div {
  padding-top: 0;
}

.main_blog_container .sidebar {
  width: 220px;
}

.main_blog_container .sidebar .txt_head,
.main_blog_container .sidebar .widgettitle {
  background-color: #9b7958;
  transform: none;
  position: static;
  display: block;
  margin-bottom: 0;
  padding: 15px 10px;
  width: 100%;
  writing-mode: horizontal-tb;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.main_blog_container .sidebar ul:not(.children) {
  background-color: #fff;
  border: 1px solid #ddebf2;
  border-top: 0;
  padding: 0 10px;
}

.main_blog_container .sidebar ul:not(.children) > li {
  border-bottom: 1px solid #959595;
  padding: 12px 10px;
  font-size: 80%;
}

.main_blog_container .sidebar ul:not(.children) > li:last-child {
  border-bottom: 0;
}

.main_blog_container .sidebar ul:not(.children) > li a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}

.main_blog_container .sidebar ul:not(.children) > li a:hover {
  text-decoration: none;
}

.main_blog_container .sidebar ul.children {
  padding: 7px 7px;
}

.main_blog_container .sidebar ul.children li {
  padding-bottom: 5px;
}

.main_blog_container .sidebar ul.children li:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .main_blog_container .main_blog_content {
    width: auto;
    margin: 0 auto;
  }

  .main_blog_container .sidebar {
    display: none;
  }
}

.blog_post_button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 100px auto 0;
}

.blog_post_button > div {
  border-radius: 10px;
  position: relative;
  width: 32%;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 0.9em;
  /* &.prev, &.next { span { display: block; a { &::after { content: ""; background-repeat: no-repeat; background-position: center; background-size: auto 10px; transform: translateY(-50%); position: absolute; top: 50%; width: 15px; height: 15px; text-decoration: none !important; } } } } &.prev { a { padding-left: 25px; &::after { background-image: url(../images/angle-double-left.svg); left: 7px; } } } &.next { a { padding-right: 25px; &::after { background-image: url(../images/angle-double-right.svg); right: 7px; } } } &:hover { &.prev { a { &::after { } } } &.next { a { &::after { } } } } */
}

.blog_post_button > div::before,
.blog_post_button > div::after {
  content: "";
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog_post_button > div::before {
  background-color: #9b7958;
}

.blog_post_button > div a {
  transition: all 0.3s;
  display: block;
  position: relative;
  z-index: 1;
  padding: 11px 10px 10px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
}

/* END BLOG
------------------------------------------------------------------------*/
/* START Mail
------------------------------------------------------------------------*/
.contact-form-style01 .contact-table {
  background-size: cover;
  width: 100%;
  margin: 0 auto 0px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.contact-form-style01 .contact-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
  border: 1px solid;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 1rem;
}

.contact-form-style01 .contact-table input {
  width: 100%;
}

.contact-form-style01 .contact-table textarea {
  max-width: 100%;
  width: 100%;
  height: 7em;
}

.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table textarea {
  transition: all 0.2s ease-in-out;
}

.contact-form-style01 .contact-table input[type="radio"],
.contact-form-style01 .contact-table input[type="checkbox"] {
  margin: 5px 3px 5px 0px;
  width: auto;
}

.contact-form-style01 .contact-table [readonly*="readonly"] {
  background: none;
  border: 0;
  font-weight: bold;
}

.contact-form-style01 .contact-table dl {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-form-style01 .contact-table dl:last-child dt,
.contact-form-style01 .contact-table dl:last-child dd {
  border-bottom: 0px;
}

.contact-form-style01 .contact-table dt {
  width: 400px;
  padding: 15px 20px;
  font-size: 20px;
}

.contact-form-style01 .contact-table dt span {
  display: inline-block;
  border-radius: 7px;
  padding: 2px 7px 3px;
  margin-left: 5px;
  font-size: 70%;
  line-height: 1;
}

.contact-form-style01 .contact-table dd {
  width: calc(100% - 400px);
  padding: 15px 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.contact-form-style01 .contact-table .postal_code {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.contact-form-style01 .contact-table .inline span {
  max-width: 75px;
  margin: 0 5px;
  text-align: center;
}

.contact-form-style01 .contact-table .inline input {
  text-align: center;
}

.contact-form-style01 .contact-table .clockpicker input {
  width: 70px;
  text-align: center;
}

.contact-form-style01 .contact-table input:not([type="radio"]):not([type="checkbox"]):focus,
.contact-form-style01 .contact-table textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.contact-form-style01 .confirm-table textarea {
  resize: none;
  width: 100%;
}

.contact-form-style01 .confirm-table input:not([type="radio"]):not([type="checkbox"]):focus,
.contact-form-style01 .confirm-table textarea:focus {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.contact-form-style01 .input_btn,
.contact-form-style01 .button.thanks_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 520px;
  margin: 40px auto 0;
}

.contact-form-style01 .input_btn input,
.contact-form-style01 .input_btn a,
.contact-form-style01 .button.thanks_btn input,
.contact-form-style01 .button.thanks_btn a {
  color: inherit;
}

.contact-form-style01 .input_btn input[type="button"],
.contact-form-style01 .input_btn input[type="submit"],
.contact-form-style01 .button.thanks_btn {
  display: block;
  width: 200px;
  height: 45px;
  border: none;
  padding: 12px 10px 8px;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  margin: 0px 10px 10px;
  text-decoration: none;
  cursor: pointer;
}

.contact-form-style01 .input_btn input[type="button"]:hover,
.contact-form-style01 .input_btn input[type="submit"]:hover,
.contact-form-style01 .button.thanks_btn:hover {
  opacity: 0.8;
}

.contact-form-style01 .input_btn input[type="button"],
.contact-form-style01 .input_btn input[type="submit"],
.contact-form-style01 .button.thanks_btn {
  background-color: #9b7958;
  color: #fff;
}

.contact-form-style01 .contact-table {
  border: 1px solid #ddebf2;
}

.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
  border-color: #ddd;
}

.contact-form-style01 .contact-table dt {
  background-color: #9b7958;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
}

.contact-form-style01 .contact-table dt span {
  background-color: #ffffff;
  color: #ff3c7f;
}

.contact-form-style01 .contact-table dd {
  border-bottom: 1px solid #ddebf2;
}

.contact-form-style01 .wpcf7-not-valid-tip {
  display: block;
  margin: 3px 7px 0;
}

.contact-form-style02 {
  background: url(../images/contact-form-bg.jpg);
  padding: 80px 50px 80px;
}

.contact-form-style02 .contact-table {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-form-style02 .contact-table input:not([type="radio"]):not([type="checkbox"]),
.contact-form-style02 .contact-table textarea {
  background-clip: padding-box;
  border: none;
  outline: 0;
  box-shadow: none;
  height: auto;
  display: block;
  border-radius: 0;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: 1px dashed;
  transition:
    border-color 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
}

.contact-form-style02 .contact-table textarea {
  max-width: 100%;
  border: 1px dashed;
  padding: 20px;
}

.contact-form-style02 .contact-table dl {
  position: relative;
  z-index: 0;
  width: 49%;
  margin-bottom: 60px;
}

.contact-form-style02 .contact-table dl:last-child {
  margin-bottom: 0;
}

.contact-form-style02 .contact-table dl dt {
  font-size: 0.9em;
}

.contact-form-style02 .contact-table dl dt span {
  position: relative;
  top: -0.1em;
  display: inline-block;
  padding: 0px 5px;
  margin-left: 8px;
  border-radius: 7px;
  font-size: 0.7em;
}

.contact-form-style02 .contact-table dl.inline dd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.contact-form-style02 .contact-table dl.inline input {
  text-align: center;
}

.contact-form-style02 .contact-table dl.hasBD dd {
  padding: 15px;
  border: 1px dashed;
  transition:
    border-color 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
}

.contact-form-style02 .contact-table dl.full {
  width: 100%;
  padding: 20px 0;
}

.contact-form-style02 .contact-table dl.full dt {
  padding-bottom: 15px;
}

.contact-form-style02 .contact-table dl:not(.full) dt {
  position: absolute;
  z-index: 0;
  bottom: 15px;
  left: 0px;
  transform: translateY(0%);
  transition: all 0.4s ease;
}

.contact-form-style02 .contact-table dl:not(.full) dd {
  padding: 0px 0px;
}

.contact-form-style02 .contact-table dl:not(.full).non-empty dt,
.contact-form-style02 .contact-table dl:not(.full).focus dt {
  bottom: -5px;
  transform: translateY(100%);
  font-size: 0.75em;
}

.contact-form-style02 .contact-table dl:not(.full) .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: -1;
}

.contact-form-style02 .confirm-table dl:not(.hasBD):not(.non-empty) {
  opacity: 0.45;
}

.contact-form-style02 .wpcf7-not-valid-tip {
  display: block;
  text-align: right;
}

.contact-form-style02 .input_btn,
.contact-form-style02 .button.thanks_btn {
  position: relative;
  display: table;
  margin: 40px auto 0;
  height: 45px;
}

.contact-form-style02 .input_btn input,
.contact-form-style02 .input_btn a,
.contact-form-style02 .button.thanks_btn input,
.contact-form-style02 .button.thanks_btn a {
  color: inherit;
}

.contact-form-style02 .input_btn::before,
.contact-form-style02 .input_btn::after,
.contact-form-style02 .button.thanks_btn::before,
.contact-form-style02 .button.thanks_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.34, 0.36, 0.06, 1.01);
}

.contact-form-style02 .input_btn::before,
.contact-form-style02 .button.thanks_btn::before {
  top: 0;
}

.contact-form-style02 .input_btn::after,
.contact-form-style02 .button.thanks_btn::after {
  bottom: 0;
}

.contact-form-style02 .input_btn:hover::before,
.contact-form-style02 .button.thanks_btn:hover::before {
  top: 100%;
  width: 80%;
}

.contact-form-style02 .input_btn:hover::after,
.contact-form-style02 .button.thanks_btn:hover::after {
  bottom: -7px;
  width: 60%;
}

.contact-form-style02 .input_btn input[type="button"],
.contact-form-style02 .input_btn input[type="submit"],
.contact-form-style02 .button.thanks_btn {
  background-color: transparent;
  border: none;
  outline: 0;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
}

.contact-form-style02 .input_btn,
.contact-form-style02 .button.thanks_btn {
  color: #333;
}

.contact-form-style02 .input_btn::before,
.contact-form-style02 .input_btn::after,
.contact-form-style02 .button.thanks_btn::before,
.contact-form-style02 .button.thanks_btn::after {
  background-color: #fcbb45;
}

.contact-form-style02 .contact-table input,
.contact-form-style02 .contact-table textarea {
  background-color: transparent;
  border-color: #a1a3a2;
  color: #495057;
}

.contact-form-style02 .contact-table input:focus,
.contact-form-style02 .contact-table textarea:focus {
  border-color: #000;
  color: #495057;
}

.contact-form-style02 .contact-table dl.hasBD dd {
  border-color: #a1a3a2;
  color: #495057;
}

.contact-form-style02 .contact-table dl.hasBD.focus dd {
  border-color: #000;
  color: #495057;
}

.contact-form-style02 .contact-table dl dt {
  font-size: 0.9em;
}

.contact-form-style02 .contact-table dl dt span {
  background-color: #353535;
  color: #ffffff;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 80%;
  color: #ff3c7f;
}

.wpcf7-response-output {
  padding-top: 20px;
}

.wpcf7-list-item {
  margin-right: 15px;
}

.wpcf7-list-item-label {
  color: #000;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.captcha_box {
  display: table;
  margin: 50px auto 0;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .contact-form-style01 .contact-table dt {
    width: 40%;
  }

  .contact-form-style01 .contact-table dd {
    width: 60%;
  }

  .contact-form-style02 {
    padding: 50px 30px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-form-style01 .contact-table dl {
    display: block;
  }

  .contact-form-style01 .contact-table dt,
  .contact-form-style01 .contact-table dd {
    width: 100%;
  }

  .contact-form-style01 .contact-table dd {
    border-color: transparent;
  }

  .contact-form-style01 .contact-table input,
  .contact-form-style01 .contact-table textarea {
    width: 100%;
  }

  .contact-form-style01 .contact-table input[type="checkbox"],
  .contact-form-style01 .contact-table input[type="radio"] {
    width: auto;
  }

  .contact-form-style01 .wpcf7-list-item {
    display: block;
  }

  .contact-form-style02 {
    padding: 40px 30px 40px;
  }

  .contact-form-style02 .contact-table input,
  .contact-form-style02 .contact-table textarea {
    padding-bottom: 20px;
    text-align: center;
  }

  .contact-form-style02 .contact-table dl {
    width: 100%;
  }

  .contact-form-style02 .contact-table dl dt {
    width: 100%;
    text-align: center;
  }

  .contact-form-style02 .contact-table dl:not(.full) dt {
    bottom: 20px;
  }

  .contact-form-style02 .contact-table dl:not(.full).non-empty dt,
  .contact-form-style02 .contact-table dl:not(.full).focus dt {
    font-size: 0.9em;
  }

  .contact-form-style02 .wpcf7-not-valid-tip {
    text-align: center;
  }
}

/* END Mail*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

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