@charset "UTF-8";
html, body, h1, h2, h3, h4, ul, ol, li, dl, dt, dd, p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  color: #222;
}

ul {
  list-style: none;
}

ol {
  margin-left: 1em;
}

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

img {
  vertical-align: bottom;
}

.font_red {
  color: red;
}

.font_bold {
  font-weight: bold;
}

div.center {
  margin: 0 auto;
  text-align: center;
}

header {
  border-bottom: 4px solid #D0A36C;
}

.header-inner {
  width: 930px;
  height: 96px;
  margin: 0 auto;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h1 {
  width: 300px;
  height: 80px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/logo.jpg) no-repeat;
  position: relative;
}
header h1 a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mail {
  margin: 10px 0;
}

.mail ul {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 340px) {
  .mail ul {
    flex-direction: column;
  }
}
.mail ul li {
  text-align: right;
}

.mail ul li:not(:first-child) {
  margin-left: 15px;
}

.mail a {
  color: #D0A36C;
}

nav {
  /* position:absolute; */
  width: 560px;
  height: 34px;
}

nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav li {
  width: 20%;
  margin: 0 10px;
}

nav li a {
  display: block;
  text-align: center;
  line-height: 34px;
  padding: 0 20px;
}

nav li a:hover {
  height: 32px;
  border-bottom: 2px solid #D0A36C;
}

.nav_select {
  height: 32px;
  border-bottom: 2px solid #D0A36C;
}

.main {
  width: 930px;
  margin: 30px auto;
  padding: 0 15px;
}

.main_img {
  width: 930px;
  height: 340px;
  margin: 30px auto;
}

.main a {
  color: #498ecf;
}

.top .main_img {
  height: 248px;
  background: url(../img/header_top_pc.jpg) no-repeat;
  background-size: contain;
}

.service .main_img {
  background: url(../img/header_02.jpg) no-repeat;
  background-size: contain;
}

.seminar .main_img {
  background: url(../img/header_02_2.jpg) no-repeat;
  background-size: contain;
}

.corp_seminar .main_img {
  background: url(../img/header_02_3.jpg) no-repeat;
  background-size: contain;
}

.gallery .main_img {
  background: url(../img/header_03.jpg) no-repeat;
  background-size: contain;
}

.voice .main_img {
  background: url(../img/header_04.jpg) no-repeat;
  background-size: contain;
}

.smile_factory {
  width: 926px;
  margin: 50px auto;
  padding: 20px 0;
  border: 2px solid #D0A36C;
}

.address {
  display: flex;
  justify-content: center;
  align-items: center;
}

.address_1 {
  margin-bottom: 20px;
}

.address_2 div {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.address_2 div span {
  display: inline-block;
  width: 18px;
  margin-right: 6px;
  text-align: center;
}

.address dl {
  overflow: hidden;
  margin: 0 15px;
  width: 350px;
  max-width: 100%;
}

.address dt {
  flex: none;
  width: 60px;
  margin-right: 0.6em;
}

.address p {
  margin: 0 20px;
  line-height: 1.4;
}

.address_1 span {
  color: #9cc300;
  font-weight: bold;
  font-size: 30px;
}

.address a {
  color: #498ecf;
}

footer {
  height: 130px;
  padding-top: 10px;
  background-color: #D0A36C;
}

footer p {
  color: white;
  font-size: 22px;
  text-align: center;
  line-height: 130px;
}

#top_btn a {
  position: fixed;
  right: 40px;
  bottom: 40px;
  padding: 30px 20px;
  text-align: center;
  color: white;
  background-color: #D0A36C;
  opacity: 0.9;
  border-radius: 20px;
  border: 2px solid white;
}

.font_bold {
  font-weight: bold;
}

/* privacy */
.privacy .content {
  margin: 30px 0;
}

.privacy .content p {
  margin: 15px 0;
  line-height: 1.5;
}

.privacy span {
  color: #A4C520;
  font-weight: bold;
}

/* media */
.media h2 {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  border-bottom: 3px solid #D0A36C;
}

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

.book {
  width: calc(50% - 32px);
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  border: 1px dotted black;
}

.book_title {
  margin: 10px 0;
  font-size: 20px;
}

.book p {
  line-height: 1.4;
}

/* top */
.top {
  /* h3{
      display:inline-block;
      margin-bottom:10px;
      padding:8px 10px 5px;
      border-left:10px solid #C19A9B;
  } */
}
.top .main_text {
  margin: 30px 0 40px;
  text-align: center;
}
.top .main_text h2 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.4;
  word-wrap: break-word;
}
.top .main_text p {
  line-height: 1.5;
}
.top .notice {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 26px 14px;
  border: 2px solid #D0A36C;
  border-radius: 8px;
  overflow: hidden;
}
.top .notice img {
  width: 150px;
}
.top .notice .text {
  padding: 4px 24px;
}
.top .notice .text h2 {
  display: inline-block;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.2;
  background: linear-gradient(transparent 70%, #D0A36C 30%);
}
.top .notice .text p {
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .top .notice {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  .top .notice img {
    margin-bottom: 20px;
  }
}
.top .notice.info {
  display: block;
  margin-bottom: 80px;
}
.top .notice.info > span {
  display: block;
  margin-bottom: 14px;
  padding: 8px 14px;
  font-size: 19px;
  font-weight: bold;
  color: white;
  background-color: #D0A36C;
}
.top .notice.info ul {
  margin-left: 14px;
}
.top .notice.info ul li {
  display: flex;
  flex: auto;
  margin-bottom: 5px;
  line-height: 1.5;
}
.top .notice.info ul li:last-child {
  margin-bottom: 0;
}
.top .notice.info ul li span {
  flex: none;
  display: inline-block;
  width: 150px;
  font-weight: bold;
  color: #9cc300;
}
@media screen and (max-width: 767px) {
  .top .notice.info ul li {
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.top .wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.top .box {
  width: 290px;
  text-align: center;
}
.top .box:hover {
  opacity: 0.8;
}
.top .box a {
  color: black;
}
.top .box_img {
  max-width: 100%;
}
.top h3 {
  text-align: left;
  margin-bottom: 20px;
  padding: 2px 20px;
  font-size: 27px;
  font-weight: normal;
  border-left: 10px solid #C19A9B;
}
.top .box:nth-child(2) h3 {
  border-left: 10px solid #E7C27D;
}
.top .box:nth-child(3) h3 {
  border-left: 10px solid #D4DAB2;
}
.top .box_text {
  text-align: left;
  margin-top: 20px;
  line-height: 1.5;
}
.top .pro_title {
  width: 930px;
  margin: 0 auto;
  padding-bottom: 2px;
  font-size: 22px;
  border-bottom: 2px solid #D0A36C;
}
.top .profile {
  display: flex;
  align-items: flex-start;
  width: 930px;
  margin: 20px auto;
}
.top .profile img {
  width: 270px;
}
.top .profile .font_bold {
  font-size: 18px;
}
.top .profile p {
  margin-left: 20px;
  margin-bottom: 14px;
  line-height: 1.5;
}
.top .profile ul {
  margin-left: 40px;
}
.top .profile li {
  margin-bottom: 6px;
}
.top .profile .trademark {
  margin-top: 10px;
  text-align: right;
  color: #e98d1e;
}
.top .profile p:last-child {
  margin-bottom: 0;
}
.top .mailmagazine {
  margin: 70px 5%;
  padding: 16px;
  border-top: 2px dotted #e98d1e;
  border-bottom: 2px dotted #e98d1e;
}
.top .mailmagazine > a {
  display: inline-block;
  margin-bottom: 20px;
}
.top .mailmagazine .flex-wrapper {
  display: flex;
  align-items: center;
}
.top .mailmagazine .flex-wrapper img {
  margin-right: 20px;
  margin-left: 10px;
  flex: none;
}
.top .mailmagazine .flex-wrapper p {
  line-height: 1.3;
}
.top .mailmagazine .flex-wrapper p:not(:last-of-type) {
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .top .mailmagazine > img {
    width: 100%;
    max-width: 300px;
  }
  .top .mailmagazine .flex-wrapper {
    display: block;
  }
  .top .mailmagazine .flex-wrapper img {
    margin-bottom: 20px;
  }
}

/* Service */
.service .intro {
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 20px;
  padding: 14px 0;
  border-left: 3px dotted #D0A36C;
  border-right: 3px dotted #D0A36C;
}
.service .intro p {
  margin: 0 1em 20px;
  line-height: 1.6;
}
.service .intro p:last-child {
  margin-bottom: 0;
}
.service section {
  margin-bottom: 60px;
}
.service section > section {
  margin-left: 30px;
  margin-bottom: 36px;
}
@media screen and (max-width: 530px) {
  .service section > section {
    margin-left: 10px;
  }
}
.service section > section .time-price {
  margin-left: 32px;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1;
  color: #A4C520;
}
.service section > section .time-price span {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  color: #222;
}
.service img {
  max-width: 100%;
}
.service .order-link {
  display: inline-block;
  margin: 20px 0 30px;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 8px;
  color: white;
  background-color: #D0A36C;
}
.service .contents_nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px;
  padding-left: 20px;
}
.service .contents_nav li {
  margin: 0 10px 0.6em;
  font-size: 17px;
}
.service .contents_nav a {
  color: #498ecf;
  text-decoration: underline;
}
.service .contents .steps ol {
  counter-reset: steps;
  margin-left: 0;
  list-style: none;
}
.service .contents .steps ol li {
  margin-bottom: 40px;
  line-height: 1.6;
}
.service .contents .steps ol li h3 {
  display: flex;
  margin-bottom: 10px;
}
.service .contents .steps ol li h3::before {
  content: counter(steps) ". ";
  counter-increment: steps;
}
.service .contents .flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 40px 2em;
}
.service .contents .flex div {
  margin-top: 12px;
}
.service .contents .flex img {
  margin-bottom: 20px;
}
.service .contents h2 {
  margin: 30px 0;
  padding: 6px 12px 2px 10px;
  line-height: 1.2;
  border-left: 12px solid #A4C520;
  border-bottom: 2px solid #A4C520;
}
.service .contents .plan h3 {
  display: inline-block;
  margin: 20px 0;
  font-size: 24px;
  background: linear-gradient(transparent 70%, #D0A36C 30%);
}
.service .contents .steps h3,
.service .contents .plan h4,
.service .contents .private-seminar h3 {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.2;
}
.service .contents .circle:before {
  content: "●";
  display: inline-block;
  margin-right: 3px;
  color: #D0A36C;
}
.service .contents p {
  margin: 0 2em 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .service .contents p {
    margin: 0 0 20px;
  }
}
.service .contents .plan-common {
  margin-bottom: 64px;
}
.service .contents .plan-common ul {
  margin-left: 32px;
  list-style: none;
}
.service .contents .plan-common ul li {
  margin-left: 0;
}
.service .contents ul,
.service .contents ol {
  margin-bottom: 30px;
}
.service .contents ul {
  margin-left: 3em;
  list-style: square;
}
.service .contents li {
  margin-left: 9px;
  margin-bottom: 0.25em;
  line-height: 1.4;
}

/* gallery */
body.gallery .main {
  text-align: center;
}
body.gallery .main p {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.4;
  border-bottom: 2px dotted #D0A36C;
}
body.gallery .img_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
body.gallery .img_list li {
  width: 31.3%;
  margin: 0 1% 40px;
}
body.gallery .img_list img {
  width: 100%;
  max-width: 320px;
  filter: saturate(60%);
  box-shadow: 0 0 2px #333;
}
body.gallery .img_list img:hover {
  filter: saturate(100%);
}
@media screen and (max-width: 530px) {
  body.gallery .img_list li {
    width: 48%;
  }
}

/* voice */
.voice .menu {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.voice .menu li {
  margin: 0 10px;
  padding-bottom: 2px;
  font-size: 20px;
}
.voice .menu li.selected {
  border-bottom: 3px solid #D0A36C;
}
.voice .menu li a {
  color: #999;
}
.voice .customers-voice {
  margin-bottom: 60px;
}
.voice .customers-voice section {
  max-width: 700px;
  margin: 0 auto 60px;
}
.voice .customers-voice section .customer {
  display: flex;
  align-items: center;
  margin: 0 auto 10px;
  padding-left: 68px;
  height: 50px;
  font-size: 15px;
  line-height: 1.4;
}
.voice .customers-voice section .customer.woman {
  background: url(../img/voice-icon_1.png) center left/contain no-repeat;
}
.voice .customers-voice section .customer.man {
  background: url(../img/voice-icon_2.png) center left/contain no-repeat;
}
.voice .customers-voice section .text {
  padding: 16px;
  border: 1px solid #bbb;
  border-radius: 4px;
}
.voice .customers-voice section .text p {
  line-height: 1.6;
}
.voice .customers-voice section .text p:not(:last-of-type) {
  margin-bottom: 12px;
}
.voice .star-rating {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
  font-size: 23px;
  white-space: nowrap;
  color: #ccc;
  z-index: 0;
}
.voice .star-rating:before, .voice .star-rating:after {
  content: "★★★★★";
}
.voice .star-rating:after {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffc400;
  overflow: hidden;
}
.voice .star-rating[data-rate="5"]:after {
  width: 100%;
}
.voice .star-rating[data-rate="4"]:after {
  width: 80%;
}
.voice .faq .center {
  text-align: center;
}
.voice .faq .center .intro {
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.4;
  border-bottom: 2px dotted #D0A36C;
}
.voice .faq dl {
  margin: auto;
  max-width: 700px;
}
.voice .faq dt {
  padding: 8px 6px;
  line-height: 1.4;
  border-radius: 5px;
  background-color: #f5ce9e;
}
.voice .faq dd {
  margin-bottom: 10px;
  padding: 10px 20px 30px;
  line-height: 1.6;
}

.order .main, .contact .main {
  width: 610px;
  margin: 15px auto;
}
.order .main p, .contact .main p {
  line-height: 1.5;
}
.order h2, .contact h2 {
  margin: 20px 0;
  padding: 4px 12px 0 10px;
  border-left: 10px solid #A4C520;
  border-bottom: 2px solid #A4C520;
  display: inline-block;
}
.order h3, .contact h3 {
  margin: 10px 0;
  padding: 0 0 4px 0;
  display: inline-block;
  border-bottom: 2px solid #f5ce9e;
}
.order .line_grid, .contact .line_grid {
  display: grid;
  margin: 20px;
  grid-template-columns: 150px auto;
  column-gap: 20px;
  align-items: center;
  justify-content: center;
}
.order .line_grid img, .contact .line_grid img {
  width: 100%;
}
.order .line_grid .line_info, .contact .line_grid .line_info {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 630px) {
  .order .main, .contact .main {
    width: calc(100% - 30px);
  }
  .order .line_grid, .contact .line_grid {
    grid-template-columns: auto;
  }
  .order .line_grid img, .contact .line_grid img {
    width: 250px;
  }
}
/* 959px以下 */
@media screen and (max-width: 959px) {
  .header-inner, main, .main, nav, .smile_factory {
    width: calc(100% - 30px);
  }
  .header-inner > div {
    width: calc(100% - 300px);
  }
  nav {
    width: 100%;
  }
  nav li a {
    padding: 0;
  }
  .main_img {
    width: 100%;
    height: 0;
    padding-top: 36.45%;
  }
  /* top */
  .top .main_img {
    height: 0;
    padding-top: 26.66%;
  }
  .top .box {
    width: 31%;
  }
  .top .pro_title,
  .top .profile {
    width: 100%;
  }
  /* voice */
  .message {
    width: 700px;
  }
  .message p {
    width: 500px;
  }
  .you p::after {
    left: 540px;
  }
  footer ul {
    width: calc(100% - 10px);
    padding-left: 10px;
  }
}
/* 767px以下 */
@media screen and (max-width: 767px) {
  .header-inner {
    flex-direction: column;
    height: 100%;
  }
  header h1 {
    margin-top: 15px;
  }
  .header-inner > div {
    width: 100%;
  }
  .tel {
    max-width: 300px;
    margin: 10px auto 0;
  }
  nav {
    /* width:calc(100% - 60px); */
    padding: 20px 0 10px;
  }
  .top .main_img {
    padding-top: 39.26%;
    background: url(../img/header_top_sp.jpg) no-repeat;
    background-size: contain;
  }
  .top .profile {
    display: block;
  }
  .top .profile img {
    display: block;
    margin: 0 auto 20px;
  }
  .top .profile p {
    margin-left: 0;
  }
  .top .profile p:first-of-type {
    text-align: center;
  }
  #top_btn a {
    right: 30px;
    bottom: 30px;
  }
  .top h2, .top .main_text p {
    text-align: left;
  }
  .top .wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .top .wrapper::after {
    content: "";
    display: block;
    width: 290px;
    background: url("../img/top_box_04.jpg") no-repeat center center/contain;
  }
  .top .box {
    width: 290px;
    margin: 0 10px 30px;
  }
  .top .box:nth-child(3) {
    margin-bottom: 0;
  }
  .top .message {
    width: 610px;
  }
  .top .message p {
    width: 410px;
  }
  .you p::after {
    left: 450px;
  }
}
/* 700px以下 */
@media screen and (max-width: 700px) {
  .top .profile .trademark {
    text-align: left;
  }
  .gallery .img_list li {
    margin: 0 0 20px;
  }
}
/* 670px以下 */
@media screen and (max-width: 670px) {
  nav li a {
    padding: 0;
  }
  .address_2 {
    flex-direction: column;
  }
  .top .main_text h2 {
    font-size: 22px;
  }
  .top .wrapper {
    width: 100%;
    flex-direction: column;
  }
  .top .wrapper::after {
    display: none;
  }
  .top .box {
    width: 100%;
    margin: 0 0 30px;
  }
  .top .box img {
    width: 100%;
  }
  .top .box4 {
    display: none;
  }
  /* service */
  .service th, .service td {
    display: block;
  }
  .seminar th, .seminar td {
    width: calc(100% - 16px);
  }
  /* voice */
  .message {
    width: 95%;
    margin: 0px auto;
  }
  .me p, .you p {
    float: none;
  }
  .you {
    position: relative;
  }
  .icon {
    width: 75px;
    height: 75px;
    border-radius: 90px;
  }
  .message p {
    width: calc(100% - 40px);
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
  }
  .you p {
    margin: 100px 0 0;
  }
  .me .icon {
    background-image: url("../img/voice_icon_me_s.jpg");
  }
  .you .icon {
    position: absolute;
    right: 0;
    top: -85px;
    overflow: visible;
    background-image: url("../img/voice_icon_you_s.jpg");
  }
  .me p::before {
    top: auto;
    bottom: -30px;
    left: 80px;
    border-top: 0px solid transparent;
    border-left: 20px solid #e0edff;
    border-right: 0px solid transparent;
    border-bottom: 30px solid transparent;
  }
  .you p::after {
    top: -30px;
    left: calc(100% - 100px);
    border-top: 30px solid transparent;
    border-left: 0px solid transparent;
    border-right: 20px solid #e0edff;
    border-bottom: 0px solid transparent;
  }
}
@media screen and (max-width: 530px) {
  nav ul {
    /* position:absolute; */
    padding-bottom: 6px;
    background-color: white;
  }
  nav ul.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }
  .address_1 img {
    margin-bottom: 20px;
  }
  .address_1 {
    flex-direction: column;
    text-align: center;
  }
  .address dl {
    width: auto;
  }
  #top_btn a {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 20px 20px;
  }
  /* media */
  .books_container {
    flex-direction: column;
  }
  .book {
    width: calc(100% - 22px);
  }
  .service .select {
    display: block;
  }
  .select p {
    margin-top: 4px;
  }
}
@media screen and (max-width: 370px) {
  header nav li {
    margin: 0 7px;
  }
  header nav li:first-child {
    margin-left: 5px;
  }
  header nav li:last-child {
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: black;
  }
}/*# sourceMappingURL=style.css.map */