@charset "UTF-8";

/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: sans-serif;
  color: #1D1D1D;
  background: white;
  height: 100%;
  font-size: 16px;
  line-height: 1.8em;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.red {
  color: #E70123;
}

.orange {
  color: #FE6C01;
}

.blue {
  color: #225ab5;
}

.bg_gray {
  width: 100%;
  background-image: url("images/bg3.jpg");
  background-size: cover;
  padding: 30px 0;
}

.bg_gray1 {
  width: 100%;
  background-image: url("images/bg4.jpg");
  background-size: cover;
  padding: 30px 0;
}

.bg_pk {
  width: 50%;
  background-color: #FFFAFA;
  padding: 30px 80px;
}

.bg_bu {
  width: 50%;
  background-color: #F2F5FA;
  padding: 30px 80px;
}

.bg_back {
  width: 100%;
  background-image: url(images/bg1.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0;
}

.bg_back .content {
  padding-bottom: 0;
}

.bg_back1 {
  width: 100%;
  background-image: url("images/bg2.jpg");
  background-size: 70%;
  padding: 0;
}

.font_large {
  font-size: 110%;
}

.font_small {
  font-size: 10px;
}

ul,
dl {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  padding: 0px;
}

h1 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0px;
  line-height: 18px;
  font-family: 'Noto Sans Japanese', sans-serif;
  letter-spacing: 2px;
}

h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

h5 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 15px;
}

p {
  margin-bottom: 15px;
  font-family: 'Noto Sans Japanese', sans-serif;
}

a img {
  border: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

iframe {
  vertical-align: middle;
}

tr {
  vertical-align: top;
}

li {
  list-style-type: none;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.m5 {
  margin-top: 5px;
}

.m10 {
  margin-top: 10px;
}

.m15 {
  margin-top: 15px;
}

.m20 {
  margin-top: 20px;
}

.m25 {
  margin-top: 25px;
}

.m30 {
  margin-top: 30px;
}

.m40 {
  margin-top: 40px;
}

#header {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  background-color: #FCFAFA;
  z-index: 9999;
  height: 72px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#header .menu {
  width: calc(100% - 230px);
  line-height: 72px;
}

#global_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#global_menu li {
  font-size: 20px;
  color: #7B0420;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

#global_menu .pop {
  background-color: #EF8102;
  color: #ffffff;
}

#global_menu .pop a {
  padding: 0 20px 0 60px;
  display: block;
  background-image: url("images/denwa.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 35px;
}

#global_menu .pop a:hover {
  opacity: 0.7;
}

#googlemap,
#googlemap1 {
  width: 100%;
  height: 320px;
}

#container {
  width: 100%;
  margin: auto;
  padding-top: 73px;
  /*! position: absolute; */
  /*! top: 72px; */
  left: 0;
}

.content {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

#info {
  padding: 5px;
  box-sizing: border-box;
}

#info div {
  border: 3px solid #6E1C11;
  padding: 30px;
  box-sizing: border-box;
}

.p_up h3 {
  margin-bottom: 5px;
}

.p_up p {
  font-size: 16px;
}

.p_up ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#info .p_up ul li {
  width: 530px;
  background-color: #EDE3CC;
  padding: 20px;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}

#info .p_up ul li h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

#info .p_up ul li .tel_area {
  font-size: 50px;
  color: #6E1C11;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  background-image: url(images/denwa_red.png);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 50px center;
  padding-left: 35px;
  margin-bottom: 0;
}

#info .p_up ul li .btn_pop {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  margin-bottom: 0;
  margin-top: 25px;
}

#info .p_up ul li .btn_pop a {
  width: 350px;
  background-color: #000000;
  display: block;
  padding: 10px 0;
  margin: auto;
}

#info .p_up ul li .btn_pop a:hover {
  opacity: 0.7;
}

#info .p_up ul li .btn_pop span {
  font-size: 12px;
}

.main_title {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 26px;
  color: #ffffff;
  background-color: #695912;
  padding: 15px 0;
  border: 2px solid #847E63;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0;
}

.pk_b {
  border: none;
  background-image: url("images/title_bg.jpg");
  background-size: cover;
  background-position: center 43%;
}

.staff_list li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px dotted #CECBCB;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.staff_list li:last-child {
  border: none;
}

.staff_list li div:first-of-type img {
  width: 200px;
  height: 286px;
  object-fit: cover;
}

.staff_list li div:last-of-type {
  width: 971px;
}

.staff_list li div:last-of-type h3 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 30px;
  font-weight: normal;
  color: #1D1D1D;
  margin-bottom: 15px;
  margin-top: 10px;
}

.staff_list li div:last-of-type h3 span {
  font-size: 20px;
  color: #5C5C5C;
  margin-right: 20px;
}

.career_list {
  width: 100%;
  box-sizing: border-box;
  background-color: #FAFAF7;
  padding: 10px 30px;
  border: 1px solid #D3CFC5;
  overflow: hidden;
  margin-top: 30px;
}

.staff_list li div .career_list h3 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  color: #691313;
  font-size: 16px;
  margin-bottom: 10px;
}

/* 表組の基本設定 */
.career_list dt,
.career_list dd {
  font-size: 14px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  margin-left: 0;
}

/* 見出し列 */
.career_list dt {
  width: 8%;
  /* 見出し列幅 - border幅(1px) - padding幅(4px) */
}

/* 内容列 */
.career_list dd {
  width: 42%;
  /* 内容列幅 - border幅(1px) - padding幅(4px) */
}

.career_list p {
  margin-bottom: 0;
  line-height: 28px;
}

.banner_area {
  border: 3px solid #6E1C11;
  padding: 20px;
  margin-bottom: 50px;
}

.banner_area h3 {
  color: #6E1C11;
  font-size: 30px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  text-align: center;
}

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

.banner_area ul li:first-child {
  width: 726px;
}

.banner_area ul li:last-child {
  width: 414px;
}

.banner_area ul li:last-child img {
  vertical-align: middle;
}

.dai {
  font-size: 24px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  color: #1D1D1D;
  font-weight: 600;
  margin-bottom: 0;
}

.comm {
  font-size: 16px;
}

.te {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}

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

.price_area div:first-of-type {
  background-color: #6E1C11;
  padding: 5px;
  border-radius: 10px;
  width: 310px;
  height: 40px;
  text-align: center;
  color: #ffffff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 18px;
  margin-top: 20px;
}

.price_area div:first-of-type span {
  font-size: 16px;
}

.price_area div:last-of-type {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 20px;
  font-weight: 600;
  width: 405px;
  text-align: center;
  color: #1D1D1D;
}

.price_area div:last-of-type span {
  font-size: 50px;
  color: #6E1C11;
  line-height: 80px;
}

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

.telbanner_area div {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  background-color: #EF8102;
  color: #ffffff;
  width: 350px;
}

.telbanner_area div h5 {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 5px;
}

.telbanner_area div p {
  /* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif; */
  font-size: 34px;
  padding-left: 30px;
  background-image: url("images/denwa.png");
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: 10px center;
  margin-bottom: 10px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}

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

.access div {
  width: 580px;
}

.access div h4 {
  color: #6E1C11;
  font-size: 22px;
  font-weight: normal;
  display: inline-block;
  margin-right: 37px;
  margin-top: 5px;
}

.access div:last-of-type h4 {
  margin-right: 101px;
}

.access div h4 span {
  margin-left: 20px;
  font-size: 16px;
  color: #1D1D1D;
}

.access div .btn {
  display: inline-block;
}

.access div .btn a {
  background-color: #000000;
  padding: 5px 17px;
  text-align-last: center;
  color: #ffffff;
}

.contact_list {
  overflow: hidden;
}

/* 表組の基本設定 */
.contact_list dt,
.contact_list dd {
  font-size: 15px;
  line-height: 28px;
  overflow: hidden;
  float: left;
  margin-left: 0;
}

/* 見出し列 */
.contact_list dt {
  width: 15%;
  /* 見出し列幅 - border幅(1px) - padding幅(4px) */
  color: #6E1C11;
}

/* 内容列 */
.contact_list dd {
  width: 85%;
  /* 内容列幅 - border幅(1px) - padding幅(4px) */
  color: #1D1D1D;
}

.access div p {
  font-size: 15px;
  color: rgb(29, 29, 29);
}

.opalessence ul li h4 {
  font-size: 22px;
  color: #6E1C11;
}

.opalessence ul li p {
  font-size: 16px;
  line-height: 27px;
}

.p_opal {
  width: 90%;
}

.p_opal,
.p_opal td,
.p_opal th {
  border: 1px solid #D4D2D3;
  border-collapse: collapse;
}

.p_opal td,
.p_opal th {
  padding: 20px;
  font-size: 16px;
}

.p_opal th {
  background: #eeeeee;
  text-align: center;
  width: 18%;
}

.p_opal .wh {
  width: 365px;
}

.main_title1 {
  font-size: 36px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  color: #545A11;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 30px 0;
}

.main_title1:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 167px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #695912;
}

.flow h3 {
  color: #6E1C11;
  font-size: 22px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  text-align: center;
  background-image: url("images/midashi_line.png");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10px 0;
}

.flow ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 30px 0;
}

.flow ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 43.7%;
  background-color: #ffffff;
  line-height: 1.5em;
}

.flow ul li img {
  width: 180px;
  height: 163px;
  object-fit: cover;
  vertical-align: middle;
}

.flow ul li div:last-of-type {
  width: 65.6%;
  padding: 20px;
  border: 1px solid #C6C5C1;
  background-color: #ffffff;
}

.flow ul li div:last-of-type h5 {
  color: #6E1C11;
  font-weight: normal;
  font-size: 14px;
}

.flow ul li div:last-of-type p {
  margin-bottom: 0;
}

.accordion {
  cursor: pointer;
  width: 256px;
  margin: 50px auto;
  background-color: #7C2120;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding: 5px 0;
}

.step,
.flow .step {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0;
}

.step li,
.flow .step li {
  width: 23.4%;
  font-size: 24px;
  font-weight: bold;
  display: block;
  border: 3px solid #675b4a;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}

.step li,
.flow .step li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.flow .step li p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #d23f6c;
}

.step li p:last-of-type,
.flow .step li p:last-of-type {
  margin-bottom: 0;
  line-height: 36px;
  color: #000000;
}

.start {
  text-align: center;
  width: 800px;
  margin: 40px auto;
  color: #FF7777;
  font-size: 46px;
  line-height: 80px;
  font-weight: bold;
  border: 6px solid #FF7777;
  border-radius: 15px;
}

.wang {
  width: 1150px;
  margin: 30px auto;
  background-color: #ffffff;
  border: 1px solid #695912;
  padding: 20px;
  font-size: 16px;
}

.wang h5 {
  color: #6E1C11;
  font-weight: normal;
  font-size: 16px;
}

.f_tab {
  width: 100%;
  margin-top: -1rem;
  margin-bottom: 2rem;
}

.f_tab,
.f_tab td,
.f_tab th {
  border-collapse: separate;
}

.f_tab td,
.f_tab th {
  padding: 20px 10px;
  background: #F8F7F2;
}

.f_tab th {
  color: #6E1C11;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  width: 30%;
}

.f_tab td {
  font-size: 16px;
  text-align: center;
}

.f_tab td strong {
  font-size: 120%;
}

.flow p {
  font-size: 16px;
}

.flow .one p {
  font-size: 14px;
}

.home_wh {
  padding-bottom: 0;
}

.home_wh h2 {
  text-align: center;
  color: #545A11;
  font-size: 44px;
  font-weight: 600;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  line-height: 1.6em;
  margin-bottom: 15px;
}



.home_wh .ir_right div:first-of-type {
  margin-top: 30px;
  margin-bottom: 30px;
}


.home_wh .ir_right ul {
  border: 5px solid #FFA79B;
  border-radius: 20px;
  padding: 30px 70px;
  margin-bottom: 30px;
}

.home_wh .ir_right ul li {
  font-size: 22px;
  color: #2F2F2F;
  font-weight: bold;
  padding-left: 50px;
  background-image: url("images/check.png");
  background-repeat: no-repeat;
  margin-bottom: 30px;
  background-size: 32px;
  line-height: 32px
}

.home_wh .ir_right ul li:last-child {
  margin-bottom: 0;
}

.color_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.color_area ul li {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}

.bg_pk h4 {
  color: #EF4E4E;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFB5B5;
}

.bg_bu h4 {
  color: #2A6AC1;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #BDC2E8;
}

.norm {
  font-size: 16px;
  line-height: 30px;
}

.point ul {
  padding: 10px 0;
}

.point ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 10px 50px;
  margin-bottom: 50px;
}

.point ul li:last-child {
  margin-bottom: 0;
}

.point ul li div:last-of-type {
  width: 860px;
  margin-top: 30px;
}

.point ul li div:last-of-type h4 {
  color: #6F1E13;
  font-weight: 600;
  font-size: 30px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}

.point p {
  font-size: 20px;
  line-height: 2em;
  font-weight: bold;
}

.mouce {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mouce h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 46px;
  line-height: 60px;
  font-weight: normal;
}

.butto {
  font-size: 18px;
  line-height: 2.2em;
}

.office {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0;
}

.office li {
  width: 370px;
  border: 4px solid #6E1C11;
  padding: 10px;
}

.office li img {
  vertical-align: middle;
  width: 342px;
  height: 266px;
  object-fit: cover;
}

.of_box {
  padding: 10px;
  background-color: #6E1C11;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
}

.of_box p {
  margin-bottom: 0;
}

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

.nayami div:first-of-type {
  width: 620px;
}

.nayami div:first-of-type ul {
  border: 5px solid #BAB3A8;
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 50px;
}

.nayami div:first-of-type h3 {
  font-size: 44px;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 140%;
  color: #c60025;
}

.nayami div:first-of-type ul li {
  font-size: 26px;
  padding-left: 60px;
  font-weight: bold;
  line-height: 64px;
  background-image: url(images/cyeck1.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 36px;
}

.nayami div:last-of-type {
  width: 580px;
}

.photo_left {
  display: flex;
  flex-wrap: wrap;
}

.photo_right {
  overflow: hidden;
}

.photo_left div,
.photo_right div {
  width: 45%;
}

.photo_left div img,
.photo_right div img {
  height: auto;
  object-fit: cover;
}

.photo_left div:last-of-type {
  width: 53%;
  max-width: 740px;
  padding: 50px 10px 50px 50px;
}

.photo_right div:first-of-type {
  float: right;
}

.photo_right div:last-of-type {
  padding: 50px 30px 50px 10px;
  width: 53%;
  max-width: 740px;
  float: right;
}

.photo_left div img,
.photo_right div img {
  vertical-align: middle;
}

.photo_left div h2,
.photo_right div h2 {
  font-size: 30px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  color: #545A11;
  font-weight: 600;
  line-height: 160%;
}

.photo_left div p,
.photo_right div p {
  line-height: 2.2em;
}

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

.flex div {
  width: 50%;
}

.bg_back1 h2 {
  font-size: 36px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  color: #545A11;
  font-weight: 600;
}

.flex p {
  line-height: 46px;
  padding-right: 30px;
}

.oneday_main {
  background-image: url("images/white2024.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 640px;
  height: 640px;
}

.oneday_main2 {
  background-image: url("images/white2024.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 640px;
  height: 640px;
}

.home_main2 {
  background-image: url("images/home-pc119.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 700px;
}

.home_main {
  background-image: url(images/top_home.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 730px;
}

.obi {
  background-color: #FD9494;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 20px;
  width: 380px;
  margin-bottom: 15px;
}

.opalessence li {
  margin-bottom: 40px;
  border-bottom: #C6C5C1 1px solid;
}

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

#gotop.top1 {
  position: fixed;
  right: 50px;
  bottom: 20px;
  z-index: 9999;
}

footer {
  padding: 10px 0;
}

#copyright {
  font-size: 12px;
  text-align: center;
  color: #6E1C11;
  padding: 5px 0;
  border-bottom: 1px solid #6E1C11;
  border-top: 1px solid #6E1C11;
}

#smnavigation,
#menu,
.smunder_yoyaku,
.gotop_sm,
.sm_v {
  display: none;
}

.br-sp {
  display: none;
}

.obj_right {
  float: right;
}

.subtitle_whitening {
  font-size: 38px;
  color: rgba(56, 53, 140, 1.00);
  margin-bottom: 20px;
  font-weight: bold;
}

.price_a {
  font-size: 50px;
  font-weight: bold;
}

.price_b {
  font-size: 24px;
  font-weight: bold;
}

.benefit {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-size: 110%;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}

.small {
  font-size: 70%;
}

.sm_content {
  display: none;
}

.smcou {
  display: none;
}

.obione {
  text-align: center;
  background-color: #E84949;
  color: #fff;
  padding: 14px;
  position: relative;
  margin-bottom: 10px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
}

.obione:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #E84949;
}

.obione span {
  color: #F5FF00;
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
}

.obihome {
  text-align: center;
  background-color: #2D54AF;
  color: #fff;
  padding: 20px;
  font-size: 200%;
  margin-bottom: 10px;
}

.colotitle {
  padding-top: 10px;
  line-height: 1.6;
  margin-top: -5px;
}

.toku {
  font-size: 20px;
  background-color: #d23f6c;
  font-weight: bold;
  padding: 5px;
  vertical-align: top;
  color: #fff;
}

.yottu {
  color: #fffb00;
  font-size: 220%;
  vertical-align: bottom;
}

.benefit2 {
  font-size: 150%;
  font-weight: bold;
  color: #d23f6c;
}

.aside {
  font-size: 90%;
}

.price_c {
  font-weight: bold;
  font-size: 80%;
  color: #000000;
}

.price_d {
  font-size: 80%;
}

.smaccess {
  display: none;
}

.features_list {
  margin: 10px 0 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.features_list li {
  width: 22%;
}

.features_list li h4 {
  text-align: center;
  font-size: 30px;
  color: #E84949;
}

.features_list li .features_list_detail {
  border: 1px solid #E84949;
  padding: 15px;
}

.features_list li .features_list_detail p {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 0;
}

.whiteningTitle {
  text-align: center;
  font-size: 42px;
}

.emphasis {
  color: #E84949;
}

.pink {
  color: #ED5151;
}

.emphasis_l {
  color: #E84949;
  font-size: 120%;
}

.check_list {
  max-width: 750px;
  margin: 30px auto;
  border: 3px solid #FFA907;
  border-radius: 20px;
  padding: 1rem 4rem;
}

.check_list li {
  font-size: 30px;
  padding-left: 50px;
  padding-top: 20px;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 20px;
  background-image: url(images/navii.svg);
  background-repeat: no-repeat;
  background-position: left 30px;
  background-size: 25px auto;
}

.check_list li p {
  font-size: 18px;
  font-weight: 500;
}

.features_message {
  margin: 60px 0;
  text-align: center;
  font-size: 42px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}

.features_message span {
  margin: 0 5px;
  color: #D61B1B;
  font-size: 64px;
}

.recommendation_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}

.recommendation_list {
  width: 485px;
}

.recommendation_list li {
  background-color: #E84949;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 6px;
  margin-bottom: 20px;
}

.recommendation_comment {
  width: 675px;
  background-image: url(images/woman.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 230px;
}

.recommendation_comment p {
  width: 450px;
  padding: 30px 60px;
  background-color: #FDFAE0;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  border-radius: 12px;
}

.service_list li {
  margin-bottom: 60px;
  position: relative;
}

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

.service_list li h3 {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  border-bottom: 3px solid #CEA57D;
  border-top: 3px solid #CEA57D;
  text-align: center;
  /* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif; */
  font-size: 30px;
  padding: 15px 0;
}

.service_list li h3 .circle {
  position: absolute;
  left: 0%;
  font-size: 19px;
  color: #fff;
  background-color: #F47665;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  top: -15px;
  padding: 17.5px;
}

.service_list_detail {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service_list_detail_image img {
  width: 590px;
  height: auto;
}

.service_list_detail p {
  width: 590px;
  line-height: 2;
  /* font-weight: bold; */
}

.info_title {
  font-size: 24px;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  color: #fff;
  margin-bottom: 0;
  background-color: #E84949;
  padding: 15px 0;
}

.information_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 5px solid #E84949;
  padding: 25px;
}

.information_container_price p {
  font-size: 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}

.default {
  font-size: 17px;
  font-weight: bold;
  font-family: 'Noto Sans Japanese', sans-serif;
}

.figure {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
}

.figure .emphasis {
  font-size: 72px;
  font-weight: bold;

}

.shop_list_container {
  width: 735px;
}

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

.wrapper img {
  width: 100%;
  height: auto;
}

.wrapper .wrapper_image {
  width: 49%;
}

.wrapper p {
  width: 48%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  margin-bottom: 5px;
  line-height: 1.5;
}

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

.shop_list li {
  width: 49%;
}

.shop_list li h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.shop_list li h4 span {
  color: #349501;
  margin-left: 20px;
}

.impact {
  color: #E84949;
  font-weight: bold;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 4;
}

.shop_list li .btn {
  display: block;
  background-color: #FF8522;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  padding: 10px 0 10px 30px;
  border-radius: 8px;
  background-image: url(images/denwaki.png);
  background-repeat: no-repeat;
  background-position: 23px center;
  background-size: 30px;
}

.shop_list li .btn:hover {
  opacity: 0.7;
}

.treatment_ex_container {
  width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.faq_title {
  margin-bottom: 0;
}

.faqList li {
  margin-bottom: 2rem;
}

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

.faqList li .q-area {
  /* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif; */
  color: #831D1D;
  font-size: 20px;
  margin-bottom: 1rem;
}

.faqList li .q-area span {
  font-size: 24px;
  margin-right: 10px;
}

.faqList li .a-area {
  background-color: #fff;
  border: 1px solid #E8DEE0;
  padding: 1rem;
}

.faqList li .a-area p {
  margin-bottom: 0;
  font-weight: 500;
}

.navi-h ul {
  display: none;
}

.treatment_ex {
  margin-bottom: 35px;
}

.media {
  width: 960px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.media div {
  width: 48%;
}

.media img {
  width: 100%;
}

.topread {
  width: 100%;
  margin-top: -15px;
  background-image: url(images/read-pc.webp);
  background-position: center;
  background-size: cover;
  padding: 3rem 0;
  font-size: 26px;
  line-height: 2;
  text-align: center;
  font-weight: 600;
}

.doc-area {
  display: flex;
  align-items: flex-start;
}

.doc-area p {
  padding-top: 1rem;
}

.doc-area img {
  width: 200px;
  height: auto;
  padding: 0 1.5rem;
}

.fuki-d {
  background-color: #FFE6E6;
  max-width: 680px;
  border-radius: 15px;
  font-size: 22px;
  line-height: 1.7;
  padding: 2rem;
  font-weight: 600;
  box-sizing: border-box;
  position: relative;
}

.fuki-d:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #FFE6E6;
}

.flowtitle {
  background-color: #88754A;
  width: 100%;
  padding: 2rem 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}

.flowtitle h2 {
  color: #ffffff;
  font-size: 36px;
  display: flex;
  align-items: center;
}

.flowtitle p {
  text-align: center;
  color: #F5FF00;
  margin-bottom: 0;
  font-size: 30px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}

.flowtitle h2:before,
.flowtitle h2:after {
  content: "";
  height: 2px;
  background: #ffffff;
  flex-grow: 1;
}

.flowtitle h2:before {
  margin: 0 20px 0 0;
}

.flowtitle h2:after {
  margin: 0 0 0 20px;
}

.kodawari-area {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.kodawari-area p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

.kodawari-area h3 {
  font-size: 24px;
  color: #E84949;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  padding: 1rem 0;
}

.kodawari-area img {
  margin: 15px auto;
  display: block;
}

.fs-koda {
  width: 50%;
  padding: 3%;
  border-right: solid 1px #E8C3C3;
}

.fs-koda p {
  margin-bottom: 2rem;
}

.sc-koda {
  width: 50%;
  padding: 3%;
}

.sd-koda {
  max-width: 900px;
  margin: 2rem auto;
}

.haigou-fuki {
  max-width: 410px;
  font-size: 20px;
  background-color: #FDFAE0;
  border-radius: 20px;
  margin-top: 3rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  text-align: center;
}

.haigou-fuki p {
  margin-bottom: 0;
}

.haigou1 {
  font-size: 53px;
  font-weight: 700;
  color: #E84949;
  line-height: 1;
}

.haigou2 {
  font-size: 36px;
  font-weight: 600;
  color: #E84949;
  line-height: 1;
}

.kodawari-title {
  position: relative;
  background-image: url(images/pc-fuki.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 540px;
  height: 80px;
  margin: 0 auto;
  width: 540px;
}

.kodawari-title p {
  position: absolute;
  font-size: 28px;
  left: 20px;
  line-height: inherit;
  top: 7px;
  color: #E84949;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}

.kodawari-title h2 {
  text-align: center;
  padding-top: 1rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  color: #ffffff;
}

.fuki-y {
  width: 70%;
  position: relative;
  background-color: #FDFAE0;
  padding: 1rem;
  border-radius: 15px;
  margin: 20px auto;
}

.fuki-y:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FDFAE0;
}

.fuki-y2 {
  width: 70%;
  position: relative;
  background-color: #FDFAE0;
  padding: 1rem;
  border-radius: 15px;
  margin: 20px auto;
}

.gimon {
  position: relative;
  padding: 1.5rem;
}

.gimon img {
  width: 110px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.gimon-fuki {
  width: 270px;
  background-color: #FFEAEA;
  padding: 1rem;
  border-radius: 15px;
  margin: 10px auto;
}

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

.area-syousya li {
  width: 48%;
}

.hikaku {
  padding: 1.5rem;
  border: solid 2px #A775C1;
}

.benefit-read {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding: 2rem;
}
