@charset "UTF-8";
body {
  color:#0d0d0d;
  font-size: 16px;
  border-top: 3px solid #cfa972;
  font-family: "Noto Serif JP", serif;
}

a {
  text-decoration: none;
  color: #333333;
}

li {
  list-style: none;
}

table td {
  text-align: left;
}

.section_title {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 0.1rem;
}

.wrapper {
  max-width: 1405px;
  padding: 0 20px;
  margin: 0 auto;
}

.container {
  max-width: 1180px;
  text-align: center;
  padding: 0 40px;
  margin: 0 auto;
}

.text_brown {
  color: #b28850;
}

.text_navy {
  color: #15386a;
}

.pc-active {
  display: block;
}
.sp-active {
  display: none;
}

/* header */
#header {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 24%;
  position: relative;
  padding-top: 100px;
}

.logo img {
  width: 100%;
  z-index:10;
}

.header_reservation {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 60px;
  padding: 10px;
  position: fixed;
  top: 40px;
  right: 2%;
  z-index: 50;
}

.header_reservation a {
	display: inline-block;
  background-color: #fff;
  padding: 0 16px;
}

.header_reservation .text_brown {
  font-size: 2rem;
}

.header_reservation-text .phone img {
  width: 24px;
  padding: 4px;
  background-color: #cfa972;
  border-radius: 16px;
  margin-right: 8px;
}

.header_reservation-btn {
  position: relative;
  margin-left: 24px;
}

.header_reservation-btn a {
  width: 318px;
  height: 100%;
  text-align: center;
  background-color: #cfa972;
  font-size: 22px;
  color: #fff;
  position: relative;
  display: flex; 
  justify-content: center;
  align-items: center;
}

.header_reservation-btn a::after {
  content: "▶";
  font-size: 0.6rem;
  color: #cfa972;
  background-color: #fff;
  border-radius: 15px;
  width: 28px;
  height: 28px;
  display: flex; 
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px
}

.toggle_btn-menu {
  display: none;
}

nav {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  padding: 40px 50px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
}




/* mainvisual */
.mainvisual {
  width: 100%;
  margin: 0 auto;
}

.mainvisual img {
  width: 100%;
  vertical-align: bottom;
}

.pc-img {
  display: block;
}
.sp-img {
  display: none;
}

/* worries */
#worries {
  padding-top: 100px;
  padding-bottom: 120px;
  background-image: url(../img/worries_bg.jpg);
}

.worries .section_title {
  text-decoration:underline;
  text-decoration-color: #0d0d0d;
  text-underline-offset: .5rem;
  text-decoration-thickness: .1rem;
  padding-bottom: 40px;
  position: relative;
  z-index: 10;
}

.worries .section_title::before {
  content: url(../img/worries.png);
  position: absolute;
  top: -30px;
  left: 0px;
  z-index: -10;
}

.worries .text_brown {
  font-size: 3.125rem;
}

.worries_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.worries_flex-item {
  width: 32%;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.14rem;
}

.worries_flex-item .text_brown {
  font-size: 1.6rem;
}

.worries_flex-item img {
  width: 100%;
}

.arrow {
  position: relative;
  z-index: 20;
}

.solution {
  margin-top: 40px;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  position: relative; 
  z-index: 10;
}

.solution::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 36px);
  border: solid 1px #b28850;
  position: absolute;
  top: 20px;
  left: 18px;
}

.solution .text_brown , .text_navy {
  font-size: 3.125rem;
}

.solution_text {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1rem;
  padding: 16px 0;
}

.solution .solution_text::after {
  content: url(../img/solution.png);
  position: absolute;
  bottom: -40px;
  right: -30px;
  z-index: -10;
}


/* case */
#case {
  padding-top: 100px;
  padding-bottom: 120px;
  background-image: url(../img/case_bg.jpg);
  background-size: cover;
}

#case .section_title ,#choose .section_title ,#difference .section_title {
  font-size: 2.25rem;
  letter-spacing: 0.1rem;
  position: relative;
  margin-bottom: 50px;
}

#case .section_title::before {
  content:"";
  width: 18%;
  height: 4px;
  background-color: #b28850;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.case {
  padding-bottom: 40px;
}

.case_item {
  margin-bottom: 60px;
}

.case_item-title {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.shape {
  width: 135px;
  position: relative;
}

.shape p {
  color: #e5d0b3;
  font-size: 1.68rem;
  font-family: "EB Garamond", serif;
  font-style: italic;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}

.trapezoid {
  width: 175px;
  border-top: 60px solid #2d5691;
  border-right: 40px solid transparent;
}

.case_item-title {
  border-bottom: 2px solid #2d5691;
}

.case_item-title-text {
  width: 100%;
  font-size: 1.875rem;
  font-weight: 500;
  text-align: left;
  padding-left: 60px;
  line-height: 1;
}

.case_before-after {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.case_img-before ,.case_img-after {
  width: 45%;
}

.before ,.after {
  font-size: 1.68rem;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  padding: 15px;
}

.before {
  background-color: #e5d0b3;
}

.after {
  color: #fff;
  background-color: #cfa972;
}

.case_img img{
  width: 100%;
}

.case_table {
  width: 100%;
  border-top: 2px solid #d3bfa5;
  border-bottom: 2px solid #d3bfa5;
  border-collapse:collapse;
}

.case_table th {
  width: 32%;
  border-bottom: 1px dotted #d3bfa5;
  color: #b28850;
  background-color: rgba(238,228,213,0.7);
  padding: 20px;
  font-weight: normal;
}

.case_table th:last-child {
  border-bottom: none;
}

.case_table td {
  width: 68%;
  border-left: 1px dotted #d3bfa5;
  border-bottom: 1px dotted #d3bfa5;
  padding: 15px 0px 15px 50px;
}

/* choose */
#choose {
  background-color: #fbf8f0;
  padding: 75px 0;
  border: 1px solid #e6d2b7;
}

#choose .section_title {
  margin-bottom: 40px;
}

#choose .section_title::before {
  content:"";
  width: 18%;
  height: 4px;
  background-color: #b28850;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.choose_flex {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.choose_flex-text {
  width: 48%;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.14;
  text-align: left;
}

.choose_flex-img {
  width: 48%;
}

.choose_flex-img img {
  width: 100%;
}


/* about_ceramic */
#about_ceramic {
  background-image: url(../img/about_ceramic_bg.jpg);
  background-size: cover;
  padding: 120px 0;
}

.about_ceramic {
  display: flex;
  justify-content: space-between;
}

.about_ceramic-img {
  width: 40%;
}

.about_ceramic-img img {
  width: 100%;
}

.about_ceramic-title {
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.5;
  color: #15386a;
  background-color: #fff;
  padding-left: 0.5em;
  margin-bottom: 24px;
  position: relative;
}

.about_ceramic-title::before {
  content: "";
  width: 4px;
  height: 2.125rem;
  background-color: #b28850;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.about_ceramic-text {
  width: 55%;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.14rem;
  text-align: left;
}

/* difference */
#difference {
  padding-top: 150px;
}

#difference .section_title::before {
  content:"";
  width: 18%;
  height: 4px;
  background-color: #b28850;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.table-wrap {
  max-width: 1180px;
  text-align: center;
  padding: 0 40px;
  margin: 0 auto;
}

.difference_table {
  width: 100%;
  border-collapse:collapse;
}

.difference_table {
  margin-bottom: 120px;
}

.difference_table .ceramic {
  width: 34%;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0d0d0d;
  background-color: #e7d4b8;
}

.difference_table .silvertooth , .difference_table .orthodontics {
  width: 34%;
  font-size: 1.25rem;
  color: #b28850;
  background-color: #f8f3ec;
}

.difference_table tr:nth-child(2) {
  border-top: 2px solid #dbc7ad;
}

.difference_table tr:last-child {
  border-bottom: 2px solid #dbc7ad;
}

.difference_table th{
  width: 32%;
  font-weight: 500;
  color: #b28850;
  background-color: #fcfaf7;
  border-bottom: 1px dotted #d3bfa5;
  padding: 18px;
}

.difference_table tr:first-child th:first-child{
  background-color: #fff;
}

.difference_table td{
  width: 34%;
  border-left: 1px dotted #d3bfa5;
  border-bottom: 1px dotted #d3bfa5;
  padding: 10px 20px;
}

.difference_table td ul li {
  font-size: 15px;

}

.difference_table li::before {
  content:"・";
  color: #b28850;
}


/* contact */
.contact {
  background-image: url(../img/cta_bg.png);
  object-fit: cover;
  padding: 70px 0;
  text-align: center;
}

.contact .container {
  margin: 0 auto;
}

.contact_title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  position: relative;
  margin-bottom: 50px;
}

.contact_title::after {
  content:"CONTACT";
  color: #b28850;
  font-size: 16px;
  letter-spacing: 0.2rem;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.contact_btn-box {
  max-width: 1280px;
  background-color: #f1e5d5;
  margin: 0 auto;
  padding: 50px 0;
}

.contact_btn-box .container {
  display: flex;
  justify-content: space-between;
}

.contact_btn-box a {
  display: block;
  width: 48%;
  letter-spacing: 0.1rem;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 4px 8px 0px rgba(17,17,26,0.4);
  border-width: 3px;
	border-style: solid;
	border-image-source: linear-gradient(60deg, #be9a70,#be9a70, #e5cfa1, #81642b, #be9a70, #be9a70);
  border-image-slice: 1;
}

.contact_btn-box a:hover {
  opacity: .9;
}

.contact_btn-tel {
  color: #fff;
  background-color: #2d5691;
}

.contact_icon-tel {
  width: 35px;
  height: 35px;
  margin: 0 8px;
  display: inline-block;
}

.contact_icon-tel img {
  width: 100%;
  padding: 10px;
  color: #2d5691;
  background-color: #15386a;
  border-radius: 20px;
}

.phone-number {
  font-size: 2.5rem;
  font-family: "EB Garamond", serif;
}

.contact_btn-web {
  font-size: 1.5rem;
  font-weight: 600;
  color: #15386a;
  background-color: #f4efdf;
  border: 1px solid #000;
}

.contact_icon-web {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 1rem;
}

.contact_icon-web img {
  width: 100%;
  padding: 10px;
  color: #2d5691;
  background-color: #dcb279;
  border-radius: 20px;
}


/* features */
#features {
  background-image: url(../img/features_bg.jpg);
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 110px;
}

#features .section_title ,
#features .text_navy {
  font-size: 2.5rem;
  letter-spacing: normal;
}

#features .section_title {
  padding-bottom: 40px;
  position: relative;
  z-index: 10;
}

#features .section_title::before {
  content: url(../img/features.png);
  position: absolute;
  top: -40px;
  left: 60px;
  z-index: -10;
}

.features_box {
  background-color: #fff;
  border: 1px solid #edd9c2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px;
  margin-bottom: 32px;
  box-shadow: 0px 2px 5px 0px rgba(143, 143, 145, 0.3);
}

.features_box-right {
  flex-direction: row-reverse;
}

.features_point {
  width: 130px;
  height: 130px;
  background-color: rgba(255,255,255,0.6);
}

.features_point-box {
  width: 105px;
  height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.features_img-left .features_point-box {
  border-right: 2px solid #b28850;
  border-bottom: 2px solid #b28850;
}

.features_img-right .features_point-box {
  border-left: 2px solid #b28850;
  border-bottom: 2px solid #b28850;
  margin-left: auto;
}

.features_img-left, .features_img-right {
  position: relative;
}

.features_img-left .features_point {
  position: absolute;
  left: -30px;
  top: -30px;
}

.features_img-right .features_point {
  position: absolute;
  right: -30px;
  top: -30px;
  display: block;
}

.point {
  color: #b28850;
  font-family: "EB Garamond", serif;
  font-size: 1.25rem;
  letter-spacing: 0.075rem;
  line-height: 1em;
}

.point_number {
  color: #b28850;
  font-size: 4.375rem;
  font-family: "EB Garamond", serif;
  font-style: italic;
  line-height: 0.9;
}

.features_img-left, .features_img-right {
  width: 46%;
}

.features_img img {
  width: 100%;
}

.features_text {
  width: 50%;
}

.features_text {
  text-align: left;
}

.features_text-title {
  font-size: 2.125em;
  font-weight: 600;
  color: #15386a;
  letter-spacing: 0.12rem;
  line-height: 1.4;
  padding-bottom: 20px;
}

.features_text-inner {
  letter-spacing: 0.1;
  line-height: 2.25rem;
}

.features-point6 {
  display: block;
}

.features-point6_text-flex {
  display: flex;
  position: relative;
  margin-bottom: 2.4px;
}

.features-point6_text {
  text-align: left;
  width: 90%;
}

.features-point6_text-flex .features_point-box {
  border-left: 2px solid #b28850;
  border-bottom: 2px solid #b28850;
  margin-left: auto;
  position: absolute;
  right: -30px;
  top: -30px;
}

.features-point6_img-flex {
  display: flex;
  justify-content: space-between;
}

.features-point6_img-item {
  width: 32%;
}

.features-point6_img img {
  width: 100%;
}

.features-point6_img-subtitle {
  color: #b28850;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.12rem;
  padding-top: 10px;
  position: relative;
}

.features-point6_img-subtitle::after {
  content:"";
  background-color: #cfa972;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.features-point6_img-text {
  width: 90%;
  line-height: 1.875rem;
  letter-spacing: 0.05rem;
  padding-top: 16px;
  margin: 0 auto;
}


/* greeting */
#greeting {
  background-image: url(../img/greeting_bg.png);
  padding: 120px 0;
}

.greeting_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}

.greeting_flex-text {
  width: 45%;
}

.greeting_title {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.12rem;
  padding-bottom: 72px;
}

.greeting_title-en {
  color: #b28850;
  font-size: 2.5rem;
  font-family: "EB Garamond", serif;
  font-style: italic;
  letter-spacing: 0.12rem;
  padding-right: 36px;
}

.greeting_flex-img {
  width: 48%;
  position: relative;
}

.greeting_title-lead {
  color: #b28850;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12rem;
  padding-bottom: 30px;
}

.greeting_text {
  line-height: 2.25;
  letter-spacing: 0.1rem;
}

.greeting-img img{
  width: 90%;
}

.name {
  width: 75%;
  position: absolute;
  top: 85%;
  left: 25%;
}

.name p{
  font-size: 2.125rem;
  color: #fff;
  letter-spacing: 0.12rem;
  text-align: center;
  background-color: rgb(222,184,133,0.9);
  padding: 50px 0;
}

.director {
  font-size: 1.5rem;
  padding-left: 12px;
}


/* fee */
#fee {
  padding-top: 120px;
}

#fee .section_title {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.14rem;
  padding-bottom: 40px;
  position: relative;
  z-index: 10;
}

#fee .section_title::before {
  content: url(../img/fee.png);
  position: absolute;
  top: -20px;
  left: 290px;
  z-index: -10;
}

#fee .section_title::after {
  content: url(../img/section_title-line.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.fee_table {
  width: 100%;
  border-collapse:collapse;
  margin: 10px 0;
}

.menu {
  width: 60%;
}

.fee {
  width: 40%;
  text-align: center;
  border-left: 1px dotted #d3bfa5;
}

.fee_table th {
  font-size: 1.2rem;
  font-weight: 600;
  color: #b28850;
  background-color: #f2e7d9;
  padding: 16px;
}

.fee_table td {
  font-weight: 500;
  padding: 20px 60px;
  border-bottom: 1px dotted #d3bfa5;
}

.fee_table tr:nth-child(2) {
  border-top: 2px solid #dbc7ad;
}

.fee_table tr:last-child {
  border-bottom: 2px solid #dbc7ad;
}

.fee_attention {
  font-size: 0.875rem;
  text-align: right;
  padding-bottom: 120px;
}

/* flow */
#flow {
  background-image: url(../img/flow_bg.png);
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 40px;
}

#flow .section_title {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.14rem;
  padding-bottom: 40px;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

#flow .section_title .text_brown {
  font-size: 3.125rem;
}

#flow .section_title::before {
  content: url(../img/flow.png);
  position: absolute;
  top: -36px;
  left: 200px;
  z-index: -10;
}

#flow .section_title::after {
  content: url(../img/section_title-line.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.flow_item {
  display: flex;;
  justify-content: center;
  padding-bottom: 20px;
}

.flow_text {
  width: 60%;
  display: flex;
}

.flow_diamond {
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 10;
}

.flow_diamond-box {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border: 2px solid #cfa972;
  transform: rotate(135deg);
}

.flow_diamond-text {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flow,.flow_number {
  color: #cfa972;
  font-family: "EB Garamond", serif;
  font-style: italic;
  line-height: 1;
}

.flow_number {
  font-size: 3.75rem;
  margin-top: -8px;
}

.flow_text-inner {
  width: calc(100%)-70px;
  text-align: left;
  margin: left;
  padding-left: 70px;
  padding-bottom: 80px;
  margin-left: -50px;
  border-left: 1px dotted #cfa972;
}

.flow_item:nth-child(5) .flow_text-inner {
  border-left: none;
}

.flow_text-title {
  color: #b28850;
  font-size: 30px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
}

.flow_text-title::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #cfa972;
  position: absolute;
  left: 0px;
  bottom:-8px;
}

.flow_text-maintext {
  width: 95%;
  line-height: 2.25rem;
  padding-left: 20px;
  padding-top: 16px;
}

.flow_text-maintext span {
  display: inline-block;
}

.flow_img {
  width: 30%;
  margin-top: -20px;
}

.flow_img img {
  width: 100%;
}

/* faq */
#faq {
  background-image: url(../img/faq_bg.jpg);
  padding-top: 100px;
  padding-bottom: 100px;
}

#faq .section_title {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.14rem;
  padding-bottom: 40px;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

#faq .section_title .text_brown {
  font-size: 3.125rem;
}

#faq .section_title::before {
  content: url(../img/faq.png);
  position: absolute;
  top: -36px;
  left: 250px;
  z-index: -10;
}

#faq .section_title::after {
  content: url(../img/section_title-line.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.faq_accordion {
  background-color: #fff;
  margin-bottom: 16px;
	text-align: left;
}

.faq_accordion-header {
  padding: 20px 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq_accordion-header p {
  color: #b28850;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2;
}

.faq_accordion-header-icon {
  width: 26px;
  height: 26px;
}

.faq_accordion-content {
  text-align: left;
  padding: 0px 50px 20px 50px;
  display: none;
}

.faq_accordion-content p {
  border-top: 2px solid #d5d5d5;
  padding-top: 20px;
}

.faq_accordion-content.show {
  display: block;
}

.faq_accordion-header.show .faq_accordion-header-icon img {
  transform: rotateX(180deg);
}

/* access */
#access {
  padding-top: 100px;
}

#access .section_title {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.14rem;
  padding-bottom: 40px;
  position: relative;
  z-index: 10;
}

#access .section_title .text_brown {
  font-size: 3.125rem;
}

#access .section_title::before {
  content: url(../img/access.png);
  position: absolute;
  top: -16px;
  left: 170px;
  z-index: -10;
}

#access .section_title::after {
  content: url(../img/section_title-line.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.access_title-text {
  margin-bottom: 40px;
}

.access_img img{
  width: 100%;
  margin-bottom: 32px;
}

.access_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.access_flex-left {
  width: 45%;;
  text-align: left;
}

.access_flex-address {
  line-height: 1.875rem;
  letter-spacing: 0.1rem;
}

.access_flex-phonenumber {
  color: #b28850;
  letter-spacing: 0.1rem;
  padding: 20px 0;
}

.tel {
  font-size: 1.125rem;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  line-height: 1.15rem;
}

.phonenumber {
  font-size: 1.625rem;
  font-family: "EB Garamond", serif;
  font-weight: 600;
}

.access_table {
  width: 100%;
  text-align: center;
  border-collapse:collapse;
  border-top: 1px solid #cfa972;
  border-bottom: 1px solid #cfa972;
}

.access_table tr {
  border-bottom: 1px dotted #d3bfa5;
  
}

.access_table th {
  font-weight: 300;
  letter-spacing: 0.2rem;
  padding: 8px;
}

.access_table td {
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 0.2rem;
}

.weekday {
  background-color: #f2e7d9;
}

.time {
  color: #b28850
}

.access_flex-right {
  width: 50%;
  height: 400px;
}

/* footer */
footer {
  color: #b28850;
}

footer p {
  padding: 40px 0;
}


/*  レスポンシブ */
@media(max-width: 900px) {
  /* ハンバーガーメニュー */
  .toggle_btn {
    width: 55px;
    height: 55px;
    background-color: #cfa972;
    position: relative;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 40;
    transition: all .5s;
    cursor: pointer;
  }
  .toggle_btn:hover {
    opacity: 0.7;
  }

  .toggle_btn span {
    height: 3px;
    background-color: #fff;
    position: absolute;
    right: 25%;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    width: 30px;
    top: 30%;
  }
  .toggle_btn span:nth-child(2) {
    width: 20px;
    top: 48%;
  }

  .toggle_btn-menu {
    display: block;
    font-size: 0.875rem;
    font-family: "EB Garamond", serif;;
    color: #fff;
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
  }

  .open .toggle_btn span:nth-child(1) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .open .toggle_btn span:nth-child(2) {
    width: 30px;
    top: 50%;
    transform: rotate(45deg);
  }
  .open .toggle_btn-menu {
    display: none;
  }

  .open nav {
    visibility: visible;
    opacity: 1;
  }
  .open .logo {
    padding-top: 0;
  }

  .open ul {
    width: 300px;
    padding-top: 48px;
    margin: 0 auto;
  }
  .open li {
    text-align: left;
    border-top: 1px solid #b28850;
    position: relative;
  }
  .open li:last-child {
    border-bottom: 1px solid #b28850;
  }
  .open nav a {
    display: inline-block;
    width: 100%;
    padding: 16px;
  }
  nav a::after {
    content:"▶";
    color: #cfa972;
    position: absolute;
    right: 16px;
  }

  .header_reservation {
    width: 100%;
    padding: 0px;
    justify-content: center;
    top: auto;
    right: 0;
    bottom: 0;
  }
  .header_reservation-text {
    width: 50%;
    max-width: 300px;
  }
  .header_reservation-text .text_brown {
	font-size: 1.25rem;
  }
  .header_reservation-text .phone img {
    width: 18px;
  }
  .header_reservation-btn {
    width: 50%;
    max-width: 300px;
  }
  .header_reservation-btn a {
	font-size: 1.25rem;
  }
	
  .solution .solution_text::after {
    bottom: -40px;
    right: 20px;
    z-index: -10;
  }
  .features_box {
    align-items: start;
  }
  .contact_btn-box .container {
    flex-direction: column;
  }
  .contact_btn-box a {
    display: block;
    width: 100%;
    height: 80px;
    padding: 20px 0;
    margin-bottom: 24px;
    display: flex;
  }
}


@media(max-width: 700px) {
  .sp-active {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pc-active {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  #header {
    height: 60px;
  }
  .logo {
    padding-top: 70px;
  }
　.section_title {
    letter-spacing: 0rem;
  }

  .pc-img {
    display: none;
  }
  .sp-img {
    display: block;
  }

  .container {
    max-width: 480px;
  }
  .section_title {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
    .header_reservation-btn a,
  .header_reservation-text a {
    width: 100%;
  }
  .header_reservation-text a {
    width: 100%;
	height: 100%;
    font-size: 0.75rem;
  }
	.header_reservation-btn a {
	font-size: 1rem;
  }
	.header_reservation-btn a::after {
	font-size: 0.5rem;
	width: 20px;
	height: 20px;
	}
  .header_reservation-text .text_brown {
    font-size: 0.875rem;
  }
  .header_reservation-text .phone img {
    width: 18px;
  }

  .header_reservation {
    padding: 0;
  }
  .header_reservation-text,
  .header_reservation-btn {
    margin: 0 8px;
  }
  .header_reservation-btn a {
    padding: 0;
  }
  .worries .section_title::before {
    content: url(../img/sp-worries.png);
    top: -10px;
  }
  .worries .text_brown {
    font-size: 1.5rem;
  }
  .solution .text_brown , .text_navy {
    font-size: 1.5rem;
  }
  .worries_flex {
    flex-direction: column;
  }
  .worries_flex-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }
  .worries_flex-item img {
    width: 45%;
  }
  .worries_flex-item p {
    width: 48%;
    font-size: 1rem;
  }
  .worries_flex .text_brown{
    font-size: 1rem;
  }
  .solution .text_brown , .text_navy {
    font-size: 1.375rem;
	  letter-spacing: -0.05rem;
  }
  .solution .section_title {
    font-size: 1.25rem;
	  letter-spacing: 0rem;
  }
  .solution_text {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -0.01rem;
  }
  .solution .solution_text::after {
    content: url(../img/sp-solution.png);
    position: absolute;
    bottom: -10px;
    right: 20px;
  }
  #case {
    padding: 70px 0 60px 0;
  }
  #case .section_title ,#choose .section_title ,#difference .section_title {
    font-size: 1.25rem;
	letter-spacing: 0rem;
    margin-bottom: 24px;
  }
  .case_item-title-text ,.shape p ,.before ,.after {
    font-size: 1rem;
  }
	
  .case_item {
    margin-bottom: 36px;
  }
  .case_item-title {
    margin-bottom: 16px;
  }
  .case_item-title-text {
    padding-left: 24px;
    font-weight: 700;
  }
  .shape {
    width: 55px;
  }
  .trapezoid {
    width: 75px;
    height: 36px;
    border-top: 36px solid #2d5691;
    border-right: 20px solid transparent;
  }
  .case_before-after {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }
  .case_img-before ,.case_img-after {
    width: 100%;
  }
  .before ,.after {
    font-size: 0.875rem;
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05em;
    padding: 15px;
  }
  .before {
    background-color: #e5d0b3;
  }
  .after {
    color: #fff;
    background-color: #cfa972;
  }
  .triangle {
    transform: rotate(90deg);
  }
  .case_img img{
    width: 100%;
  }
  .case tr {
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
  }
  .case th {
    width: 100%;
    padding: 12px 24px;
    text-align: left;
  }
  .case td {
    width: 100%;
    padding: 16px 24px;
  }
  .case_table td li::before {
    content:"・";
    color: #b28850;
  }
  .case_table li {
    margin-left: 1rem;
    padding-left: 1px;
    text-indent: -1rem;
  }
  .case_accordion {
    margin-bottom: 16px;
  }
  .case_accordion-header {
    padding: 24px;
    margin-bottom: 16px;
    border: 1px solid #cfa972;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .case_accordion-header p {
    width: 100%;
    color: #cfa972;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
  }
  .case_accordion-header::after {
    content:"▼";
    color: #cfa972;
    font-size: 0.8rem;
    position: absolute;
    right: 16px;
  }
  .case_accordion-content {
    text-align: left;
    display: none;
  }
  .case_accordion-content p {
    border-top: 2px solid #d5d5d5;
    padding-top: 20px;
  }
  .case_accordion-content.show {
    display: block;
  }
  /* .case_accordion-header.show .case_accordion-header::after {
    transform: rotateX(180deg);
  } */
  .case_table th, .case_table td {
    border: none;
  }
  #case .section_title::before, #choose .section_title::before {
    content:"";
    width: 50%;
    height: 4px;
    background-color: #b28850;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }

  #choose {
    padding: 60px 0;
  }
  #choose .section_title {
    font-size: 1.125rem;
    font-weight: 700;
  }
  .choose_flex {
    flex-direction: column;
    padding: 0;
  }
  .choose_flex-text, .choose_flex-img {
    font-size: 1rem;
    width: 100%;
  }
  .choose_flex-text {
    width: 100%;
    display: inline-block;
    font-size: 0.875em;
    line-height: 1.8;
    letter-spacing: 0.14;
    text-align: left;
    padding-bottom: 24px;
  }
  .choose_flex-img {
    width: 100%;
  }

  #about_ceramic {
    padding: 60px 0;
  }
  .about_ceramic {
    flex-direction: column;
  }
  .about_ceramic-title {
    font-size: 1.375rem;
    padding-left: 2rem;
    order: 1;
  }
  .about_ceramic-img {
    width: 90%;
    margin: 0 auto;
    order: 2;
    margin-bottom: 40px;
  }
  .about_ceramic-text {
    display: contents;
  }
  .about_ceramic-text p {
    font-size: 0.875rem;
    width: 90%;
    margin: 0 auto;
    order: 3;
  }
  #difference {
    padding-top: 80px;
  }
  #difference .section_title {
    font-size: 1.16rem;
    font-weight: 600;
  }
  #difference .section_title::before {
    width: 40%;
  }
  #difference .sp-active {
    background-color: #f8f8f8;
    margin-bottom: 20px;
    width: 100%;
  }

  .table-wrap {
    overflow-x: scroll;
  }


  .table-wrap table {
    width: 100%;
  }
  .table-wrap::-webkit-scrollbar{
    display: none;
  }
  .difference_table {
    white-space: nowrap;
  }
  .difference_table th {
    padding: 8px 18px;
  }

  .contact_title {
    font-size: 1.5rem;
  }
  .contact_btn-box {
    max-width: 480px;
    margin: 0 auto;
  }
  .contact_btn-box a {
    font-size: 1rem;
	letter-spacing: 0rem;
  }
  .phone-number {
    font-size: 1.125rem;
  }
  .contact_btn-tel .contact_icon-tel, .contact_btn-web .contact_icon-web{
    width: 30px;
    height: 30px;
    margin: 0 4px;
  }

  #features {
    padding-top: 90px;
  }
  #features .text_navy {
    font-size: 1.25rem;
  }
  #features .text_brown {
    font-size: 1.5rem;
  }
  #features .section_title {
    line-height: 1.5rem;
  }
  #features .section_title::before {
    content: url(../img/sp-features.png);
    left: -20px;
    bottom: -30px;
  }
  #features .container {
    padding: 0;
  }
  .features_box {
    display: block;
    padding: 50px 32px;
    margin: 0 40px 32px 40px;
  }
  .features_point {
    width: 100px;
    height: 100px;
  }
  .features_point-box {
    width: 80px;
    height: 80px;
  }
  .features_img {
    padding-bottom: 16px;
    text-align: right;
  }
  .features_img img {
    width: 85%;
  }
  .features_img-left, .features_img-right {
    width: 100%;
  }
  .features_img-right .features_point-box {
    border-left: none;
    border-right: 2px solid #b28850;
    border-bottom: 2px solid #b28850;
    margin-left: 0;
  }
  .features_img-right .features_point {
    position: absolute;
    left: 0px;
    top: -30px;
    display: block;
  }
  .features_img-left .features_point {
    position: absolute;
    left: 0px;
    top: -30px;
    display: block;
}
  .point {
    font-size: 0.875rem;
  }
  .point_number {
    font-size: 2.25rem ;
  }
  .features_text, .features_img-left {
    font-size: 0.875rem;
    width: 100%;  }
  .features_text-title {
    font-size: 1.125rem;
	letter-spacing: -0.05rem;
  }
  .features_text-inner {
    line-height: 1.7rem;
  }
  .features-point6_text-flex {
    flex-direction: column-reverse
  }
  .features-point6_text-flex .features_point-box {
    border-left: none;
    border-right: 2px solid #b28850;
    margin-left: 0;
    top: 0;
    left: 0;
  }
  .features-point6_text {
    font-size: 0.875rem;
    width: 100%;
    padding-bottom: 16px;
  }
  .features-point6_img-flex {
    flex-direction: column;
  }
  .features-point6_img-item {
    width: 100%;
    padding-bottom: 24px;
  }
  .features-point6_img {
    width: 90%;
    margin: 0 auto;
  }
  .features-point6_img-subtitle {
    font-size: 1.125rem;
  }
  .features-point6_img-text {
    letter-spacing: -0.05 rem:
  }

  .greeting_flex {
    flex-direction: column;
  }
  .greeting_flex-text, .greeting_flex-img {
    width: 100%;
  }
  .greeting_title-en {
    font-size: 1.5rem;
  }
  .greeting_title {
    font-size: 0.875rem;
    padding-bottom: 32px;
  }
  .greeting_title-lead {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .greeting_text {
    font-size: 0.875rem;
    line-height: 1.7rem;
    padding-bottom: 24px;
  }
  .greeting-img img {
    width: 100%;
  }
  .name {
    left: 50%; 
    transform: translateX(-50%);
  }
  .name p {
    font-size: 1.375rem;
  }
  .director {
    font-size: 1rem;
    padding: 40px 0;
  }

  #fee {
    padding-bottom: 0px;
  }
  #fee .section_title {
    font-size: 1.5rem;
  }
  #fee .section_title::before {
    content: url(../img/sp-fee.png);
    top: -30px;
    left: 80px;
  }
  .menu, .fee {
    width: 50%;
  }
  .menu {
    text-align: center;
  }
  .fee_table td {
    padding: 20px 8px;
    font-size: 0.875rem;
  }
  .fee_attention {
    padding-bottom: 60px;
  }

  #flow {
    padding-top: 60px;
  }
  #flow .section_title {
    font-size: 1.25rem;
  }
  #flow .section_title .text_brown {
    font-size: 1.5rem;
  }
  #flow .section_title::before {
    content: url(../img/sp-fflow.png);
    top: -20px;
    left: 50px;
  }
  .flow {
    font-size: 0.75rem;
  }
  .flow_number {
    font-size: 1.5rem;
    margin-top: 0;
  }
  .flow_diamond {
    width: 55px;
    height: 55px;
  }
  .flow_diamond-box {
    width: 55px;
    height: 55px;
  }
  .flow_item {
    display: block;
    padding-bottom: 0;
  }
  .flow_text {
    width: 100%;
  }
  .flow_text-title {
    font-size: 1.125rem;
    line-height: 2.6rem;
    margin-top: -16px;
    }
  .flow_text-title::after {
    bottom: -3px;
  }
  .flow_text-maintext {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding-left: 0;
  }
  .flow_text-inner .flow_img {
    width: 100%;
    padding-top: 50px;
  }
  .flow_text-inner {
    padding-left: 38px;
    margin-left: -28px;
    padding-bottom: 48px;
  }

  #faq .section_title, #access .section_title {
    font-size: 1.125rem;
  }
  #faq .section_title .text_brown, #access .section_title .text_brown {
    font-size: 1.5rem;
  }
  #faq .section_title::before {
    content: url(../img/sp-faq.png);
    top: -20px;
    left: 60px;
  }
  .faq_accordion-header {
    padding: 30px;
  }
  .faq_accordion-header p {
    font-size: 1.125rem;
  }
  .faq_accordion-content {
    padding: 0 30px 20px 30px;
  }

  #access {
    font-size: 0.875rem;
  }
  #access .section_title::before {
    content: url(../img/sp-access.png);
    top: -20px;
    left:0px;
  }
  .access_img {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -52vw;
  }
  .access_flex {
    display: block;
  }
  .access_flex-left {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  .access_flex-right {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -52vw;
  }
  .access_table {
    max-width: 480px;
  }
  .access_table th {
    padding: 8px 4px;
  }
  footer p {
    font-size: 0.875rem;
    padding-bottom: 140px;
  }
}

@media (max-width: 500px) {
  .header_reservation {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
	min-height: auto;
  }
  .header_reservation-text,
  .header_reservation-btn {
    margin: 0px;
  }
  .header_reservation-text a {
	height: 100%;
	padding: 0px;
  }
  .header_reservation-btn a::after {
	width: 24px;
	height: 24px;
    right: 4%;
  }
  .header_reservation-text p:last-child {
	font-size: 0.625rem;	
  }
  .header_reservation-text .phone img {
	  width: 14px
  }
   .open nav a {
    padding: 14px 16px;
  }
  .open ul {
    padding-top: 16px;
  }
  nav {
    padding: 6% 8%;
  }
}