/*

追加用CSS　PC表示
base：白 #fff
main:ベージュ #bda474
薄いベージュ：#fbf9f0
txt：#333333

*/

/*------------------------------------------
 * Common
 * ---------------------------------------*/

* {
  word-break: break-all;
}

html {
  font-family: "Zen Old Mincho", serif;
}

body {
  margin-top: 171px !important;
  color: #333333;
}

.spnone770 {
  display: block;
}

.pcnone770 {
  display: none;
}

.spnone600 {
  display: block;
}

.pcnone600 {
  display: none;
}

br.pc {
  display: block;
}

br.sp {
  display: none;
}

p,
a,
a:visited,
h1,
h2,
h3,
h4,
h5,
h6,
li,
dt,
dd,
th,
td,
span {
  color: #333333;
  font-family: "Zen Old Mincho", serif;
}

h3 {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

p,
a,
li {
  font-size: 16px;
  line-height: 2em;
  font-style: normal;
  font-family: "Zen Old Mincho", serif;
}

a:hover {
  color: #bda474;
  opacity: 0.7;
}

.background-page {
  height: 15vw;
}

.background-page .border {
  display: none;
}

.background-page .title {
  display: none;
}

.background-page .title h2 {
  display: none;
}

img {
  display: block;
}

.font-en {
  font-family: "Cormorant Garamond", serif !important;
}

/*------------------------------------------
 * Layout
 * ---------------------------------------*/

.mb0 {
  margin-bottom: 0 !important;
}

.b-bg {
  background-color: #fbf9f0;
}

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

.w-box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
}

.border-box01 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border: 2px solid #fcf1f1;
  border-radius: 20px;
}

.flex-turn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.half {
  width: 48%;
}

.box01.flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box01-txt {
  width: 65%;
}

.box01-img {
  width: 30%;
}

.fa,
.far,
.fas {
  margin-right: 5px;
}

/*------------------------------------------
 * Parts
 * ---------------------------------------*/

.title h2 {
  color: #333333;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-size: 30px;
}

.home .title {
  display: none;
}

.home .shortcode {
  margin-top: 0;
}

.h-ttl {
  margin-bottom: 70px;
}

.ttl-ja {
  color: #838383;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-bottom: 5px;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.ttl-en {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  font-family: "Cormorant Garamond", serif;
}

.ttl-en::after {
  width: 30px;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  background-color: #bda474;
}

.ttl02 {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 22px;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  line-height: 1.75em;
}

.ttl02::after {
  position: absolute;
  bottom: -60px;
  height: 40px;
  width: 1px;
  margin: 0 auto;
  content: "";
  left: 0;
  right: 0;
  background-color: #bda474;
}

.ttl03 {
  letter-spacing: 0.05em;
  font-size: 22px;
  text-align: center;
  background-color: #bda474;
  padding: 15px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
  text-transform: none;
}

.ttl04 {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 26px;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  line-height: 1.75em;
  font-family: "Cormorant Garamond", serif;
  text-transform: none;
}

.ttl04::after {
  position: absolute;
  bottom: -60px;
  height: 40px;
  width: 1px;
  margin: 0 auto;
  content: "";
  left: 0;
  right: 0;
  background-color: #bda474;
}

.ttl05 {
  letter-spacing: 0.05em;
  font-size: 24px;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
}

.ttl05 span {
  font-family: "Zen Old Mincho", serif;
  margin-left: 10px;
  font-size: 16px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  color: #fff;
  display: inline-block;
}

.parts-head01 {
  font-family: "Cormorant Garamond", serif, "Zen Old Mincho", serif;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bda474;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-transform: none;
}

.border {
  border-bottom: dotted 5px #bda474;
  max-width: 450px;
  width: 100%;
}

.head-txt01 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}

.marker01 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #f5ed80)
  );
  background: linear-gradient(transparent 60%, #f5ed80 60%);
}

.br-15 img {
  border-radius: 15px;
}

.btn01 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  text-decoration: none;
  font-weight: bold !important;
  margin: 0px auto;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  color: #333;
  transition-duration: 0.3s;
  background: #e3e3e3;
  background-image: url(/wp-content/uploads/2023/06/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: top 50% right 25px;
  background-size: 10px auto;
  transition-duration: 0.3s;
  border-radius: 999px;
}

.btn01:hover {
  color: #fff !important;
  background-position: top 50% right 15px;
  background-color: #bda474;
}

.btn01:visited {
  color: #333;
}

/*--------------------------------------------
 * Nav
 * -----------------------------------------*/

nav.row2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  background-color: #fff;
}

nav.row2 .logo-box {
  padding: 25px 0;
  max-width: 1400px;
  width: 100%;
}

nav.row2 .logo .logo-img {
  max-width: 240px;
  width: 100%;
}

nav.row2 .logo .logo-img img {
  width: 100%;
}

nav.row2 .logo .logo-img h1 {
  margin-bottom: 0;
}

nav.row2 .logo .logo-img img:hover {
  opacity: 0.7;
}

nav.row2 .logo .logo-contact {
  width: calc(100% - 260px);
}

nav.row2 .logo .logo-contact .locon.flex {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

nav.row2 .logo .logo-contact .locon_item {
  width: 280px;
}

.locon_item {
  margin-right: 25px;
}

.locon_item02 {
  max-width: 200px;
}

nav.row2 .logo .logo-contact img:hover {
  opacity: 0.8;
}

.desktop.navigation {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0px;
  width: 100%;
  margin-right: 0;
  padding-bottom: 5px;
}

.desktop.navigation ul.nav li a:after {
  content: "";
  height: 23px;
  vertical-align: middle;
  display: inline-block;
  border-right: solid 1px #bda474;
  padding-left: 40px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.desktop.navigation ul.nav li:last-of-type a:after {
  content: "";
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  border-right: none;
  padding-left: 40px;
}

.desktop.navigation .nav-content li {
  padding: 0;
  margin: 0;
}

.desktop.navigation .nav-content li a {
  font-weight: bold;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  color: #333333;
  line-height: 2.5em;
  margin: 0;
  font-size: 16px;
  padding: 5px 0 5px 40px;
  font-family: "Cormorant Garamond", serif;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.desktop.navigation .nav-content a:hover,
.desktop.navigation .nav-content a.active {
  color: #bda474;
}

/*--------------------------------------------
 * Mobile nav
 * -----------------------------------------*/

.icon-bar {
  display: block;
  float: left;
  width: 100%;
  height: 3px;
  margin-top: 5px;
  background: #bda474;
}

.mobile.navigation .nav-content a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  color: #ffffff;
  padding: 2px 0 !important;
  width: 100%;
}

.mobile.navigation .nav-content li {
  margin: 0;
  border-top: 1px solid #ffffff;
  padding: 0;
}

.mobile.navigation {
  display: none;
  width: 100%;
  margin: 0;
  background-color: #bda474;
  float: left;
  border-bottom: none;
}

.mobile.navigation .nav > li {
  padding: 5px 0 !important;
}

/*--------------------------------------------
 * Sub header
 * -----------------------------------------*/

.sub-header {
}

.sub-header h2 {
  color: #ffffff;
  font-family: "Cormorant Garamond", serif, "Zen Old Mincho", serif;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  line-height: 1.75em;
  font-size: 32px !important;
  text-shadow: 0px 0px 5px #9d9d9d;
}

/*--------------------------------------------
 * Splash
 * -----------------------------------------*/

#splash {
  background-color: #fff;
}

#splash_logo {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}

#splash_logo img {
  width: 100%;
}

/*--------------------------------------------
 * Slider
 * -----------------------------------------*/

#n2-ss-14item2 {
  width: 30% !important;
  margin-right: 30% !important;
}

.slider-sp {
  display: none;
}

/*--------------------------------------------
 * Parallax
 * -----------------------------------------*/

section.parallax {
  height: 400px;
  background-position: center center !important;
}

/*------------------------------------------
 * Pagetop
 * ---------------------------------------*/
.lb-back-to-top {
  right: 30px;
  bottom: 30px;
  background: url(/wp-content/uploads/2023/12/page-top.png);
  background-repeat: no-repeat;
  border: none;
  background-size: contain;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
}

.lb-back-to-top:hover {
  background-color: rgba(120, 120, 120, 0);
  color: #fff;
  opacity: 0.8;
}

/*------------------------------------------
 * Tablepress
 * ---------------------------------------*/

.tablepress tbody {
  border: 1px solid #ddd;
  background-color: #fff;
}

.tablepress td {
  font-size: 14px;
  padding: 15px;
  line-height: 1.75em;
}

.tablepress td.column-1 {
  color: #ffffff;
  background-color: #bda474;
  font-weight: bold;
  width: 30%;
}

.tablepress td.column-2 {
  width: 70%;
}

/*------------------------------------------
 * Tab
 * ---------------------------------------*/

.tab-group {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 10px 10px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  width: 30%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
  background-color: #ffffff;
  border-radius: 0;
  letter-spacing: 2px;
  color: #bda474;
  margin: 0 1.5% 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bda474;
  border-radius: 5px;
  font-family: "Cormorant Garamond", serif;
}

.tab.is-active,
.tab:hover {
  color: #ffffff;
  background-color: #bda474;
}

.menu-block .tab {
  font-family: "Cormorant Garamond", serif !important;
}

/*------------------------------------------
 * 新着情報アーカイブ シングル
 * ---------------------------------------*/

.single .post-title {
  margin-bottom: 40px;
}

.sidebar h3 {
  background: #bda474;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}

.post-title a:hover {
  color: #bda474 !important;
}

.blog-content {
  padding: 30px 15px;
}

.content.padded.blog {
  padding-top: 80px;
}

.blog-content .post {
  border-bottom: 1px solid #a5a5a5;
  margin-top: 0px;
  padding: 30px 0;
}

.blog-content .post:first-of-type {
  padding-top: 0;
}

.post:last-of-type {
  border-bottom: none;
}

.post-title h2,
.post-title h2 a {
  font-size: 28px;
  color: #333333 !important;
  padding: 0;
  font-weight: bold !important;
}

.post-title h2 a:hover {
  color: #bda474 !important;
}

.post-meta h6,
.post-meta a {
  font-size: 16px;
  color: #333333;
  margin-bottom: 0;
}

.post:first-of-type {
  margin-top: 0px;
}

.post-thumb {
  margin-bottom: 20px;
}

.post-thumb img {
  width: 100%;
  border-radius: 20px;
}

.cat-item a,
.recentcomments a {
  color: #333333 !important;
  font-size: 16px;
}

.cat-item,
.recentcomments {
  border-bottom: 1px solid #bfbfbf;
}

.cat-item a:hover {
  color: #bda474 !important;
}

.pager li a:hover {
  color: #bda474;
}

.search .title {
  display: none;
}

.search .post {
  padding-left: 0;
}

/*------------------------------------------
 * Home
 * ---------------------------------------*/

#home01 {
  padding-top: 0;
}

.concept-wrap01 {
  position: relative;
  padding-bottom: 100px;
  padding-top: 100px;
}

.message-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 70px;
  background-color: rgba(255, 255, 2455, 0.9);
  border-radius: 25px;
}

.message-txt {
  line-height: 2.5em;
}

.concept-img01,
.concept-img02 {
  position: absolute;
  z-index: -1;
}

.concept-img01 {
  width: 35%;
  left: 0;
  bottom: 0;
}

.concept-img02 {
  width: 35%;
  right: 0;
  bottom: 0;
}

.concept-img01 img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
}

.concept-img02 img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}

.concept-wrap02 {
  padding: 60px 0 0;
}

.concept-list {
  width: 90%;
  margin: 0 auto;
}

.concept-list li {
  width: calc(100% / 3);
  padding: 20px;
}

.concept-list-img {
  margin-bottom: 25px;
}

.concept-list-img img {
  border-radius: 50%;
}

.concept-list-txt {
  text-align: center;
}

.news-list01 {
  margin-bottom: 40px;
}

.news-list01::after {
  content: "";
  display: block;
  width: 23%;
}

.news-list01 li {
  width: 23%;
}

.news-img {
  margin-bottom: 10px;
}

.news-img img {
  aspect-ratio: 4 / 3;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.news-img img:hover {
  opacity: 0.8;
}

.news-dc.flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.news-date {
  margin-bottom: 0px;
  font-size: 14px;
  margin-right: 10px;
}

.h-news-cat {
  display: block;
  font-size: 12px;
  font-weight: bold;
  background-color: #bda474;
  padding: 5px 7px 5px;
  line-height: 1.1em;
  color: #fff !important;
  border-radius: 999px;
}

.news-ttl {
  margin-bottom: 0;
}

.news-ttl a {
  color: #333333;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}

.news-ttl a:hover {
  color: #bda474;
}

.link-btn-wrap.flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-btn {
  width: 350px;
  margin: 0 40px;
}

#menu {
  background-color: #fbf9f0;
}

.h-menu-list.flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h-menu-list li {
  width: 200px;
  height: 200px;
  margin: 0 2.5% 50px;
  background-color: #bda474;
  background-image: url(/wp-content/uploads/2023/12/logomark-w02.png);
  background-size: 50% auto;
  background-position: bottom -10% center;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: relative;
}

.h-menu-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  height: 100%;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: none;
}

.h-menu-link {
  position: absolute;
  width: 105%;
  height: 105%;
  top: -2.5%;
  left: -2.5%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border: 2px #bda474 solid;
  z-index: 1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.h-menu-link:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 62%;
  position: relative;
}

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

/*------------------------------------------
 * Rotasのこだわり
 * ---------------------------------------*/

#commitment {
  padding-top: 40px;
  padding-bottom: 30px;
}

.reason-wrap {
  padding-bottom: 80px;
  position: relative;
  margin-bottom: 60px;
}

.reason-wrap::after {
  content: "";
  width: 35%;
  height: 200px;
  right: 0;
  bottom: 0;
  background-color: #fbf9f0;
  position: absolute;
  z-index: -1;
}

.reason-wrap:nth-of-type(2)::after {
  left: 0;
  right: auto;
}

.reason-wrap:nth-of-type(2) .reason-box.flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.reason-content {
  width: 40%;
}

.reason-img {
  width: 55%;
}

.reason-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.reason-ttl-wrap {
  margin-bottom: 40px;
}

.reason-ttl-en {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-bottom: 15px;
  color: #bda474;
}

.reason-ttl-ja {
  font-size: 24px;
  position: relative;
  margin-bottom: 80px;
  color: #bda474;
  font-weight: bold;
}

.reason-ttl-ja::after {
  content: "";
  bottom: -40px;
  width: 50px;
  height: 1px;
  background-color: #bda474;
  position: absolute;
  left: 0;
}

/*------------------------------------------
 * 初めての方へ
 * ---------------------------------------*/

#beginner {
  padding-top: 40px;
  padding-bottom: 0px;
}

.beginner-wrap01 {
  padding-bottom: 100px;
}

.flow-list li {
  padding: 40px;
  background-color: #fbf9f0;
  border-radius: 15px;
  margin-bottom: 40px;
  position: relative;
}

.flow-list li:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -35px;
  border: 35px solid transparent;
  border-top: 35px solid #fbf9f0;
}

.flow-list li:last-of-type {
  margin-bottom: 0;
}

.flow-list li:last-of-type::before {
  display: none;
}

.flow-icon {
  width: 200px;
}

.flow-content {
  width: calc(100% - 240px);
}

.flow-head {
  background-color: #bda474;
  padding: 10px 15px;
  letter-spacing: 0.01em;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5em;
  border-radius: 5px;
}

.flow-txt {
  margin-bottom: 0;
}

.beginner-wrap02 {
  padding-top: 100px;
  padding-bottom: 100px;
}

#accordion dt {
  padding: 20px;
  background-color: #fff;
  border: none;
  font-size: 18px;
  margin-top: 20px;
}

#accordion dt:after {
  font-size: 20px;
  color: #bda474;
  font-size: 18px;
}

#accordion dt {
  padding: 20px;
  background-color: #fff;
  font-size: 18px;
  text-align: left;
}

#accordion dd {
  padding: 20px;
  background-color: #f2f0e4;
  font-size: 16px;
  text-align: left;
  border: none;
}

.link-bnr.flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
}

.link-bnr a {
  display: block;
  width: 450px;
  margin: 0 40px;
}

/*------------------------------------------
 * 施術メニュー・取扱商品
 * ---------------------------------------*/

#menu-merchandise {
  padding-top: 20px;
  padding-bottom: 0;
}

#merchandise-all {
  padding-top: 20px;
  padding-bottom: 40px;
}

.menu-block01 {
  margin-bottom: 90px;
}

.menu-img {
  max-width: 500px;
  margin: 0 auto;
}

.menu-img img {
  border-radius: 15px;
}

.menu-txt {
  max-width: 800px;
  margin: 40px auto 0;
}

.menu-inner {
  margin-top: 40px;
}

.menu-list li.flex {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #bda474;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-list li p {
  margin-bottom: 0;
}

.menu-ttl p {
  font-weight: 500;
  font-size: 16px;
}

.menu-time p {
  font-weight: 500;
  font-size: 16px;
  margin-left: 10px;
}

.menu-left.flex {
  width: calc(100% - 110px);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu-right {
  width: 100px;
}

.menu-comment {
  width: 100%;
  margin-top: 10px;
}

.menu-comment p {
  font-size: 14px;
}

.menu-price p {
  font-weight: 500;
  font-size: 18px;
  text-align: right;
}

.menu-type.flex {
  margin-left: 10px;
}

.menu-type span {
  color: #fff;
  background-color: #bda474;
  font-size: 12px;
  padding: 0px 7px;
  display: block;
  margin: 0 5px;
  height: 75%;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.item-wrap {
  padding: 90px 0;
}

.item-link {
  max-width: 400px;
  margin: 0 auto;
}

.item-list li {
  width: 48%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 15px;
  margin-bottom: 40px;
}

.item-img {
  max-width: 400px;
  margin: 0 auto 15px;
}

.item-img img {
  border-radius: 15px;
}

.item-name {
  text-align: center;
  font-weight: bold;
  color: #bda474;
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.item-intro {
  font-size: 14px;
  margin-bottom: 0;
}

/*------------------------------------------
 * スタッフ紹介
 * ---------------------------------------*/

#staff {
  padding-top: 20px;
}

.staff-list li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ebdfc9;
}

.staff-list li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.staff-img {
  width: 30%;
}

.staff-img img {
  border-radius: 15px;
}

.staff-content {
  width: 65%;
}

.profile-head {
  font-size: 20px;
  letter-spacing: 0.05em;
  background-color: #bda474;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-weight: bold;
  border-radius: 5px;
  text-transform: none;
}

.staff-profile dt {
  width: 30%;
  padding: 8px 8px 8px 0;
  border-bottom: 1px solid #ebdfc9;
  font-weight: bold;
  color: #bda474;
  font-size: 14px;
}

.staff-profile dd {
  width: 100%;
  padding: 8px 0 8px 8px;
  border-bottom: 1px solid #ebdfc9;
  font-size: 14px;
}

.staff-profile dt:last-of-type,
.staff-profile dd:last-of-type {
  border-bottom: none;
}

/*------------------------------------------
 * お客様の声
 * ---------------------------------------*/

#voice,
#voice-all {
  padding-top: 20px;
}

.voice-list li {
  width: 48%;
  padding: 40px;
  background-color: #fbf9f0;
  border-radius: 15px;
  margin-bottom: 40px;
}

.voice-img {
  max-width: 150px;
  margin: 0 auto 15px;
}

.voice-img img {
  border-radius: 50%;
}

.voice-name {
  text-align: center;
  font-weight: bold;
  color: #bda474;
  margin-bottom: 10px;
  line-height: 1em;
}

.voice-age {
  text-align: center;
  font-weight: bold;
  color: #bda474;
  margin-bottom: 15px;
  line-height: 1em;
}

.voice-comment {
  font-size: 14px;
  margin-bottom: 0;
}

.voice-link-wrap {
  text-align: center;
}

.voice-link {
  max-width: 400px;
  margin: 0 auto;
}

/*------------------------------------------
 * プライバシーポリシー
 * ---------------------------------------*/

.privacyBox {
  padding: 70px 0;
}

.privacyBox section {
  text-align: left;
  padding: 60px 0 60px;
}

.privacyBox p {
  line-height: 180%;
}

.privacyBox ul.ullist01 {
  margin: 10px 0px;
}

.privacyBox ul.ullist01 li {
  margin: 0px 0px 0px 1.5em;
  line-height: 200%;
  list-style: disc;
}

.privacyBox .ttl-01 {
  margin: 60px 0 20px;
  padding: 10px 0 10px 0;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #333333000;
  line-height: 180%;
  position: relative;
  letter-spacing: 0.05em;
}

.privacyBox .ttl-01::after {
  display: none;
}

.privacyBox .ttl-01 span {
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0;
  margin-left: 10px;
  display: inline;
  text-transform: uppercase;
}

.privacyBox .ttl-01.ttl_top {
  margin: 0 0 20px;
}

.privacyBox .wc_h3_01 {
  text-align: center;
  line-height: 150%;
}

.privacyBox .wc_h3_01 span {
  text-transform: uppercase;
  letter-spacing: 0;
}

/*--------------------------------------------
 * Footer
 * -----------------------------------------*/

footer#footer {
  background-color: #ffffff;
}

footer#footer .content {
  width: 80%;
  margin: 60px auto 80px;
  padding-top: 0;
}

.footer-nav {
  background: #fbf9f0;
}

.footer-nav .nav li a {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  font-family: "Cormorant Garamond", serif;
  color: #333333;
  letter-spacing: 0.1em;
}

.footer-nav .nav li img {
  display: none;
}

.footer-nav .nav li a:hover {
  text-decoration: underline;
}

.footer-nav .nav li:after {
  content: "|";
  margin: 10px;
  color: #bda474;
}

.f-logo {
  max-width: 240px;
  margin: 25px auto;
  width: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.f-logo:hover {
  opacity: 0.8;
}

.footer_box {
  margin: 2em 0 0;
}

.footer_address {
  margin-bottom: 30px;
}

.footer_address a {
  color: #333333 !important;
}

.footer_address a:hover {
  text-decoration: underline;
}

.fa-map-marked-alt:before {
  content: "\f5a0";
  color: #bda474;
  font-size: 14px;
}

.fa-phone-alt:before {
  content: "\f879";
  color: #bda474;
  font-size: 14px;
}

.fa-lock:before {
  color: #333333;
  font-size: 14px;
}

.privacy-link {
  font-size: 14px;
}

.copyright {
  background-color: #5f533c;
  margin-bottom: 0;
  margin-top: 15px;
}

.copyright a {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.copyright h6 {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.footer_address p i {
  color: #bda474;
  font-size: 13px;
}
