@charset "utf-8";

/* - - - - - - - - - - - - - - - -
 all
- - - - - - - - - - - - - - - - */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #777777;
}

img {
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #ffffff;
}

section#visual_wrap {
  margin-bottom: 0;
  padding-top: 80px;
}

h1,
h2,
h3,
h4,
h5,
p {
  font-size: 16px;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

a {
  cursor: pointer;
  transition: all 0.3s ease-out;
}

a:hover {
  opacity: 0.5;
}

.container {
  width: 1190px;
  max-width: 100%;
  margin: 0 auto;
}

.container_right {
  width: 90%;
  margin-left: auto;
}

.inner_container {
  width: calc(800% / 9);
}

.container_wide {
  width: 95%;
  margin: 0 auto;
}

.container_short {
  width: 75%;
  margin: 0 auto;
}

/* - - - - - - - - - - - - - - - -
 common
- - - - - - - - - - - - - - - - */
section .sec_ttl p {
  color: #e15996;
  text-align: center;
  letter-spacing: 2px;
}

section .sec_ttl h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333333;
}

section .sec_ttl {
  margin-bottom: 50px;
}

/* ////////////////////////
 header
//////////////////////// */
header .header_inner {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .header_logo {
  width: 12%;
}

header .header_menu {
  /* width: 35%; */
  width: 43%;
  width: 48%;
}

header .header_menu ul {
  display: flex;
  justify-content: space-between;
}

header .header_menu ul li a {
  color: #000000;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

header .header_details {
  display: flex;
}

header .header_details .item_tel .telnumber {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-right: 35px;
}

header .header_details .item_tel .telnumber:before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-image: url("../images/icon_tel.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}

header .header_details .item_tel .schedule {
  font-size: 12px;
  color: #666666;
}

header .header_details .item_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ee3d8c;
  color: #ffffff;
  width: 200px;
  height: 40px;
  border-radius: 40px;
  font-weight: bold;
  font-size: 18px;
  width: 100px;
  font-size: 12px;
}

header .header_details .item_contact a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon_vector.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 2.5px;
}

/* ////////////////////////
 footer
//////////////////////// */
.btn_top a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: 0px 2px 7px 0px #cccccc;
}

.btn_top a:after {
  display: block;
  width: 25px;
  height: 25px;
  content: "";
  background-image: url("../images/arrow_top.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
}

footer {
  background-color: #333333;
  padding: 20px 0;
}

footer p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #edeff2;
  font-size: 12px;
}

/* - - - - - - - - - - - - - - - -
 TOP
- - - - - - - - - - - - - - - - */
/* ////////////////////////
 visual_wrap
//////////////////////// */
section#visual_wrap {
  margin-bottom: 80px;
}

section#visual_wrap .container_full {
  background: url("../images/main_visual01.jpg") center center no-repeat;
  width: 100%;
  padding-top: 45%;
  background-size: contain;
}

section#visual_wrap .sec_inner {
  position: absolute;
  width: 100%;
}

/* ////////////////////////
 intro_wrap
//////////////////////// */
section#intro_wrap {
  margin-bottom: 80px;
}

section#intro_wrap .sec_inner {
  display: flex;
  justify-content: space-between;
}

section#intro_wrap .ct_left {
  width: 80%;
  background: #edeff2 url("../images/sec_intro_image01.png") no-repeat center
    left;
  background-size: contain;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

section#intro_wrap .ct_left .bl_inner {
  width: 60%;
  padding-right: 50px;
}

section#intro_wrap .ct_left .bl_lead {
  margin-bottom: 20px;
}

section#intro_wrap .ct_left .bl_lead p {
  font-size: 32px;
  font-weight: bold;
  border-bottom: 2px solid #e15996;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 8px;
  color: #5a5a5a;
}

section#intro_wrap .ct_left .bl_lead p span {
  color: #e15996;
  font-family: "Zen Maru Gothic", sans-serif;
}

section#intro_wrap .ct_right {
  width: 18%;
}

/* ////////////////////////
 news_wrap
//////////////////////// */
section#news_wrap {
  margin-bottom: 80px;
}
section#news_wrap .container_right {
  background-color: #ecc5d6;
  border-radius: 50px 0 0 50px;
}

section#news_wrap .sec_inner {
  display: flex;
  padding: 60px 50px;
  justify-content: space-between;
}

section#news_wrap .ct_left p {
  display: inline-block;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 0 5px 2px 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333333;
}

section#news_wrap .ct_left h2 {
  font-size: 24px;
  margin-bottom: 35px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  letter-spacing: 5px;
  color: #333333;
}

section#news_wrap .ct_left .bl_btn a {
  display: flex;
  width: 150px;
  height: 35px;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-weight: 500;
  border-radius: 20px;
  font-size: 14px;
  background-color: #ffffff;
}

section#news_wrap .ct_left .bl_btn a:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("../images/icon_vector_bl.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
}

section#news_wrap .ct_right {
  width: calc(100% - 200px);
}

section#news_wrap .ct_right ul li {
  border-bottom: 1px solid #000000;
}

section#news_wrap .ct_right ul li a {
  display: block;
  color: #333333;
  padding: 20px 0;
}

section#news_wrap .ct_right ul li a .bl_date p {
  font-size: 14px;
  margin-bottom: 10px;
}

section#news_wrap .ct_right ul li a .bl_txt p {
  font-size: 16px;
  font-weight: 500;
}

section#news_wrap .ct_right ul li:first-child a {
  padding-top: 0;
}

/* ////////////////////////
 commision_wrap
//////////////////////// */
section#commision_wrap {
  margin-bottom: 30px;
}

section#commision_wrap .sec_ct ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section#commision_wrap .sec_ct ul li {
  width: 32%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 80px;
}

section#commision_wrap .sec_ct ul li .bl_point {
  border-bottom: 2px solid #333333;
  width: 100%;
}

section#commision_wrap .sec_ct ul li .bl_point p {
  display: inline;
  padding: 2px 25px;
  background-color: #333333;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
}

section#commision_wrap .sec_ct ul li .bl_lead {
  width: 100%;
  flex: 1;
  height: 100%;
  min-height: 0%;
}

section#commision_wrap .sec_ct ul li .bl_lead p {
  color: #e15996;
  font-weight: 500;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
}

section#commision_wrap .sec_ct ul li .bl_lead p.adjust {
  line-height: 60px;
  margin-bottom: 30px;
}

section#commision_wrap .sec_ct ul li .bl_txt {
  width: 100%;
  margin-bottom: 20px;
  flex: 1;
}

section#commision_wrap .sec_ct ul li .bl_img {
  flex: 1;
  flex-grow: 1;
}

/* ////////////////////////
 plan_wrap
//////////////////////// */
section#plan_wrap {
  margin-bottom: 100px;
}

section#plan_wrap .sec_ct .bl_txt {
  margin-bottom: 50px;
}

section#plan_wrap .sec_ct .bl_txt p {
  text-align: center;
}

section#plan_wrap .sec_ct .bl_plans ul li.bl_plan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

section#plan_wrap .sec_ct .bl_plans ul li.bl_plan .bl_inner {
  width: 80%;
  margin: 0 auto;
}

section#plan_wrap .sec_ct .bl_plans ul li.bl_plan .bl_left,
section#plan_wrap .sec_ct .bl_plans ul li.bl_plan .bl_right {
  width: 50%;
}

section#plan_wrap .sec_ct .bl_plans ul li.bl_plan:nth-child(2n-1) .bl_left {
  width: 50%;
  display: block;
  content: "";
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section#plan_wrap .sec_ct .bl_plans ul li.bl_plan:nth-child(2n) .bl_right {
  width: 50%;
  display: block;
  content: "";
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section#plan_wrap .sec_ct .bl_plans ul li.bl_plan._01 .bl_left {
  background-image: url("../images/sec_plan_img01.png");
}

section#plan_wrap .sec_ct .bl_plans ul li.bl_plan._02 .bl_right {
  background-image: url("../images/sec_plan_img02.png");
}

section#plan_wrap .sec_ct .bl_plans ul li.bl_plan._03 .bl_left {
  background-image: url("../images/sec_plan_img03.png");
}

section#plan_wrap .sec_ct .bl_plans ul li.bl_plan._04 .bl_right {
  background-image: url("../images/sec_plan_img04-02.png");
}

section#plan_wrap .sec_ct .bl_plans ul li.bl_plan._05 .bl_left {
  background-image: url("../images/sec_plan_img05.png");
}

section#plan_wrap .sec_ct .bl_plans ul li.bl_plan .bl_lead p {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

section#plan_wrap .sec_ct .bl_plans ul li.bl_plan .bl_txt p {
  text-align: left;
  margin-bottom: 50px;
}

section#plan_wrap .sec_ct .bl_plans ul li.bl_plan .bl_btn {
  text-align: center;
}

section#plan_wrap .sec_ct .bl_plans ul li.bl_plan .bl_btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  height: 50px;
  border-radius: 50px;
  margin: 0 auto;
  color: #333333;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

section#plan_wrap .sec_ct .bl_plans ul li.bl_plan .bl_btn a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon_vector_bl.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 20px;
}

section#plan_wrap .sec_ct .bl_plans ul li.bl_plan._01 .bl_btn a {
  background-color: #a1d6f4;
}

section#plan_wrap .sec_ct .bl_plans ul li.bl_plan._02 .bl_btn a {
  background-color: #ffa38e;
}

section#plan_wrap .sec_ct .bl_plans ul li.bl_plan._03 .bl_btn a {
  background-color: #ffdd9a;
}

section#plan_wrap .sec_ct .bl_plans ul li.bl_plan._04 .bl_btn a {
  background-color: #d6c7f5;
}

section#plan_wrap .sec_ct .bl_plans ul li.bl_plan._05 .bl_btn a {
  background-color: #b4f0c5;
}

/* ////////////////////////
 voice_wrap
//////////////////////// */
section#voice_wrap {
  margin-bottom: 200px;
}

section#voice_wrap .sec_ttl {
  position: relative;
  z-index: 100;
  padding-top: 50px;
}

section#voice_wrap ul.ct_voices {
  display: flex;
  justify-content: space-between;
  position: relative;
}

section#voice_wrap:before {
  display: block;
  content: "";
  width: 85%;
  /* height: 600px; */
  height: 480px;
  background-color: #edeff2;
  border-radius: 0 50px 50px 0;
  position: absolute;
  left: 0;
  top: auto;
  bottom: auto;
  z-index: -10;
}

section#voice_wrap ul.ct_voices .ct_voice {
  width: 24%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 30px 60px;
  position: relative;
}

section#voice_wrap ul.ct_voices .ct_voice .bl_voice {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
}

section#voice_wrap ul.ct_voices .ct_voice .bl_voice img {
  width: 35px;
  margin-right: 10px;
}

section#voice_wrap ul.ct_voices .ct_voice .bl_voice p {
  font-size: 12px;
}

/* ////////////////////////
 message_wrap
//////////////////////// */
section#message_wrap {
  margin-bottom: 120px;
}

section#message_wrap .sec_ct {
  position: relative;
}

section#message_wrap .bl_img {
  position: absolute;
  left: 0;
  top: 50px;
}

section#message_wrap .bl_img img {
  width: 45%;
}

section#message_wrap .bl_txt {
  background-color: #ecc5d6;
  background: #ecc5d6 url("../images/sec_message_bg.png") no-repeat center right;
  width: 78%;
  border-radius: 50px;
  padding: 50px 50px 50px 120px;
  margin-left: auto;
}

section#message_wrap .bl_txt p {
  margin-bottom: 30px;
}

section#message_wrap .bl_txt p:last-child {
  margin-bottom: 0;
}

section#message_wrap .bl_txt p span {
  font-weight: 600;
}

/* ////////////////////////
 access_wrap
//////////////////////// */
section#access_wrap {
  position: relative;
}
section#access_wrap:before {
  content: "";
  width: 92%;
  height: calc(100% + 40px);
  display: block;
  background-color: #edeff2;
  position: absolute;
  z-index: -1;
  border-radius: 50px 0 0 0;
  right: 0;
  bottom: 0;
}

section#access_wrap .sec_ct {
  display: flex;
  padding-bottom: 50px;
}

section#access_wrap .sec_ct .ct_left {
  width: 38%;
}

section#access_wrap .sec_ct .ct_right {
  width: 60%;
}

section#access_wrap .sec_ct .ct_right iframe {
  width: 100%;
  height: 100%;
}

section#access_wrap .sec_ct .ct_left .bl_lead p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

section#access_wrap .sec_ct .ct_left .bl_txt p {
  margin-bottom: 20px;
}

section#access_wrap .btn_sns {
  padding-bottom: 40px;
}

section#access_wrap .btn_sns ul {
  display: flex;
  justify-content: center;
}

section#access_wrap .btn_sns ul li {
  margin: 0 10px;
}

section#access_wrap .btn_sns ul a {
  display: block;
  width: 50px;
}

/* - - - - - - - - - - - - - - - -
 Instagram
- - - - - - - - - - - - - - - - */

section#instagram_wrap {
  margin-bottom: 120px;
}

/* - - - - - - - - - - - - - - - -
 PAGE
- - - - - - - - - - - - - - - - */
/* ////////////////////////
 common
//////////////////////// */
main.page .page_container {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}

main.page .top_wrap {
  margin-bottom: 50px;
  margin-top: 120px;
  margin-top: 80px;
}

main.page .top_wrap .bl_breadcrumbs {
  margin-bottom: 50px;
  padding-top: 20px;
}

main.page .top_wrap .bl_breadcrumbs ul {
  display: flex;
}

main.page .top_wrap .bl_breadcrumbs ul li {
  margin-right: 8px;
  display: flex;
}

main.page .top_wrap .bl_breadcrumbs ul li:after {
  content: ">";
  color: #6f6f6f;
  position: relative;
  top: -1px;
  margin-left: 8px;
}

main.page .top_wrap .bl_breadcrumbs ul li:last-child:after {
  display: none;
}

main.page .top_wrap .bl_breadcrumbs ul li a {
  color: #6f6f6f;
  font-size: 14px;
}

main.page .top_wrap .bl_ttl01 h2 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 5px;
  color: #333;
}
main.page .top_wrap .bl_ttl01 h2 strong {
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  main.page .top_wrap .bl_ttl01 h2 {
    font-size: 24px;
  }
}

main.page .top_wrap .bl_ttl01 p {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #e15996;
  font-weight: 500;
}

/* ////////////////////////
 service
//////////////////////// */
main.service .cont_wrap .bl_ttl02 {
  display: flex;
  border-radius: 30px 30px 0 0;
  background-color: #e15996;
  height: 60px;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  margin-bottom: 30px;
}

main.service .cont_wrap .bl_ttl02 h3 {
  color: #edeff2;
  font-size: 24px;
  font-weight: 500;
}

main.service .cont_wrap .bl_ttl03 {
  display: flex;
  align-items: center;
  border-left: 3px solid #e15996;
  padding: 5px 0 5px 10px;
  margin-bottom: 20px;
}

main.service .cont_wrap .bl_ttl03 h4 {
  font-size: 20px;
  font-weight: 500;
}

main.service .cont_wrap .bl_lead01 {
  margin-bottom: 20px;
}

main.service .cont_wrap .bl_lead01 p {
  color: #e15996;
  font-weight: 500;
  font-size: 18px;
}

main.service .cont_wrap .bl_lead02 {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #333333;
}

main.service .cont_wrap .bl_lead02 p {
  font-size: 16px;
  font-weight: 500;
}

main.service .cont_wrap .bl_greybox {
  background-color: #edeff2;
  border-radius: 30px;
  padding: 50px;
}

main.service .cont_wrap .bl_flex {
  display: flex;
  justify-content: space-between;
}

main.service .cont_wrap .bl_flex .bl_left {
  width: 48%;
}

main.service .cont_wrap .bl_flex .bl_right {
  width: 48%;
}

main.service .cont_wrap .bl_txt p {
  margin-bottom: 30px;
}

main.service .cont_wrap .bl_caption p {
  color: #5f5f5f;
  font-size: 14px;
}

main.service .section {
  margin-bottom: 80px;
}

/* ////////////////////////
 case
//////////////////////// */
main.case .cont_wrap .main_wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.case .cont_wrap .bl_ttl02 {
  display: flex;
  border-radius: 30px 30px 0 0;
  background-color: #e15996;
  height: 60px;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  margin-bottom: 30px;
}

main.case .cont_wrap .bl_ttl02 h3 {
  color: #edeff2;
  font-size: 24px;
  font-weight: 500;
}

main.case .cont_wrap .bl_ttl03 {
  display: flex;
  align-items: center;
  border-left: 3px solid #e15996;
  padding: 5px 0 5px 10px;
  margin-bottom: 20px;
}

main.case .cont_wrap .bl_ttl03 h4 {
  font-size: 20px;
  font-weight: 500;
}

main.case .cont_wrap .bl_lead01 {
  margin-bottom: 20px;
}

main.case .cont_wrap .bl_lead01 p {
  color: #e15996;
  font-weight: 500;
  font-size: 18px;
}

main.case .cont_wrap .bl_lead02 {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #333333;
}

main.case .cont_wrap .bl_lead02 p {
  font-size: 16px;
  font-weight: 500;
}

main.case .cont_wrap .bl_greybox {
  background-color: #edeff2;
  border-radius: 30px;
  padding: 50px;
}

main.case .cont_wrap .bl_flex {
  display: flex;
  justify-content: space-between;
}

main.case .cont_wrap .bl_flex .bl_left {
  width: 48%;
}

main.case .cont_wrap .bl_flex .bl_right {
  width: 48%;
}

main.case .cont_wrap .bl_txt p {
  margin-bottom: 30px;
}

main.case .cont_wrap .bl_caption p {
  color: #5f5f5f;
  font-size: 14px;
}

main.case .section {
  margin-bottom: 80px;
}

/* ////////////////////////
 question
//////////////////////// */
main.question .bl_txt_center {
  margin-bottom: 30px;
}

main.question .bl_txt_center p {
  text-align: center;
  color: #333333;
}

main.question .cont_wrap .bl_question {
  display: flex;
  border-radius: 30px 30px 0 0;
  background-color: #e15996;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding: 8px 10px 8px 20px;
}

main.question .cont_wrap .bl_question:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/icon_q.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}

main.question .cont_wrap .bl_question p {
  color: #edeff2;
  font-size: 24px;
  font-weight: 500;
}

main.question .cont_wrap .bl_answer {
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 20px;
}

main.question .cont_wrap .bl_answer:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/icon_a.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}

main.question .cont_wrap .bl_answer p {
  font-size: 20px;
  font-weight: 500;
}

main.question .cont_wrap .bl_txt {
  margin-bottom: 30px;
}

main.question .cont_wrap .bl_btn {
  text-align: center;
  margin-bottom: 60px;
}

main.question .cont_wrap .bl_btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #333333;
  border-radius: 30px;
  height: 50px;
  color: #edeff2;
  padding: 0 80px;
}

main.question .cont_wrap .bl_btn a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../images/icon_vector.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
}

main.question .cont_wrap .section._03 {
  margin-bottom: 120px;
}

/* ////////////////////////
 reserve
//////////////////////// */
main.reserve {
  background-color: #edeff2;
  padding-bottom: 80px;
}

main.reserve .cont_wrap .reserve_items ul {
  display: flex;
  justify-content: space-between;
}

main.reserve .cont_wrap .reserve_items ul li {
  width: 32%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
};


main.reserve .cont_wrap .reserve_items ul li .bl_lead {
  flex: 1 auto;
  flex-grow: 1;
}

main.reserve .cont_wrap .reserve_items ul li .bl_lead p {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}


main.reserve .cont_wrap .reserve_items ul li .bl_detail p {
  text-align: center;
}

main.reserve .cont_wrap .reserve_items ul li .bl_btn {
  margin-top: auto;
}

main.reserve .cont_wrap .reserve_items ul li.item._01 .bl_btn a,
main.reserve .cont_wrap .reserve_items ul li.item._02 .bl_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dddddd;
  border-radius: 30px;
  height: 45px;
  height: 60px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  box-shadow: 0px 4px 10px rgba(62, 62, 62, 0.2);
}

main.reserve .cont_wrap .reserve_items ul li.item._03 .bl_btn a {
  font-size: 28px;
  font-weight: 600;
  display: flex;
  justify-content: center;
}

main.reserve .cont_wrap .reserve_items ul li.item._03 .bl_btn a:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../images/icon_tel_orenge.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  top: 8px;
}

main.reserve .cont_wrap .reserve_items ul li.item._03 .bl_btn p {
  text-align: center;
  font-size: 10px;
}

main.reserve .cont_wrap .reserve_items ul li.item._01 .bl_lead p,
main.reserve .cont_wrap .reserve_items ul li.item._01 .bl_detail p {
  color: #e15996;
}

main.reserve .cont_wrap .reserve_items ul li.item._01 .bl_btn a {
  background-color: #e15996;
  color: #ffffff;
}

main.reserve .cont_wrap .reserve_items ul li.item._02 .bl_lead p,
main.reserve .cont_wrap .reserve_items ul li.item._02 .bl_detail p {
  color: #DB2273;
}

main.reserve .cont_wrap .reserve_items ul li.item._02 .bl_btn a {
  background-color: #DB2273;
  color: #ffffff;
}

main.reserve .cont_wrap .reserve_items ul li.item._03 .bl_lead p,
main.reserve .cont_wrap .reserve_items ul li.item._03 .bl_detail p {
  color: #ec801d;
}

main.reserve .cont_wrap .reserve_items ul li.item._03 .bl_btn a {
  color: #000000;
}

.reserve_items__logo {
  width: 80px;
  margin-top: -20px;
  margin-bottom: 10px;
  margin-inline: auto;margin-inline
}

/* ////////////////////////
 price
//////////////////////// */
main.price .bl_campaign {
  background-color: #edeff2;
  padding: 30px 40px;
  border-radius: 40px;
  margin-bottom: 50px;
}

main.price .bl_campaign p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

main.price .bl_campaign ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

main.price .bl_campaign ul li {
  width: 30%;
}

main.price .bl_campaign ul li {
  width: 30%;
}

main.price .bl_campaign ul li:nth-child(1),
.bl_campaign ul li:nth-child(2),
.bl_campaign ul li:nth-child(3) {
  margin-bottom: 20px;
}

main.price .section._01 .anc_link ul {
  display: flex;
  justify-content: space-between;
}

main.price .section._01 .anc_link ul li {
  width: 19.5%;
}

main.price .section._01 .anc_link ul li a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-color: #dddddd;
  border-radius: 20px 20px 0 0;
  font-weight: 600;
  color: #000000;
}

main.price .section._01 .anc_link ul li a:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("../images/icon_vector_under.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

main.price .section._01 .anc_link ul li.anc01 a {
  background-color: #a1d6f4;
}

main.price .section._01 .anc_link ul li.anc02 a {
  background-color: #ffa38e;
}

main.price .section._01 .anc_link ul li.anc03 a {
  background-color: #ffdd9a;
}

main.price .section._01 .anc_link ul li.anc04 a {
  background-color: #d6c7f5;
}

main.price .section._01 .anc_link ul li.anc05 a {
  background-color: #b4f0c5;
}

main.price .section._02 {
  background-color: #dbedf6;
}

main.price .section._03 {
  background-color: #f5e0db;
}

main.price .section._04 {
  background-color: #fffbf2;
}

main.price .section._05 {
  background-color: #eeebf5;
}

main.price .section._06 {
  background-color: #e6f5ea;
}

main.price .section._02,
main.price .section._03,
main.price .section._04,
main.price .section._05,
main.price .section._06 {
  padding: 60px 0;
}

main.price .section h3 {
  font-weight: 600;
  font-size: 28px;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  margin-bottom: 40px;
}

main.price .section .bl_items {
  margin-bottom: 30px;
}

main.price .section .bl_items ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

main.price .section .bl_items ul li.item {
  width: 24%;
  margin: 0 0.5% 15px 0.5%;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 2px 7px 0px #cccccc;
}

main.price .section .bl_items ul li.item .bl_item .bl_lead {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  border-radius: 20px 20px 0 0;
}

main.price .section._02 .bl_items ul li.item .bl_item .bl_lead {
  background-color: #a1d6f4;
}

main.price .section._03 .bl_items ul li.item .bl_item .bl_lead {
  background-color: #ffa38e;
}

main.price .section._04 .bl_items ul li.item .bl_item .bl_lead {
  background-color: #ffdd9a;
}

main.price .section._05 .bl_items ul li.item .bl_item .bl_lead {
  background-color: #d6c7f5;
}

main.price .section._06 .bl_items ul li.item .bl_item .bl_lead {
  background-color: #b4f0c5;
}

main.price .section .bl_items ul li.item .bl_item .bl_lead p {
  font-size: 16px;
  font-weight: 600;
}

main.price .section .bl_items ul li.item .bl_item .bl_lead p.txt_small {
  font-size: 14px;
}

main.price .section .bl_items ul li.item._mens .bl_item .bl_lead p {
  color: #1683c0;
}

main.price .section .bl_items ul li.item._ladies .bl_item .bl_lead p {
  color: #c6300e;
}

main.price .section .bl_items ul li.item._kids .bl_item .bl_lead p {
  color: #be8517;
}

main.price .section .bl_items ul li.item._trans .bl_item .bl_lead p {
  color: #7148c9;
}

main.price .section .bl_items ul li.item._herbal .bl_item .bl_lead p {
  color: #2e9d4d;
}

main.price .section .bl_items ul li.item .bl_item .bl_img {
  padding: 20px 20px 0 20px;
}

main.price .section .bl_items ul li.item .bl_item .bl_price {
  margin-bottom: 10px;
}

main.price .section .bl_items ul li.item .bl_item .bl_price p {
  font-weight: 600;
  font-size: 30px;
  line-height: 25px;
  text-align: center;
}

main.price .section .bl_items ul li.item .bl_item .bl_price p span {
  font-size: 14px;
}

main.price .section .bl_items ul li.item .bl_item .bl_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 20px;
  margin: 0 20px 20px 20px;
}

main.price .section .bl_items ul li.item._mens .bl_item .bl_btn a {
  color: #1683c0;
  border: 1px solid #1683c0;
}

main.price .section .bl_items ul li.item._ladies .bl_item .bl_btn a {
  color: #c6300e;
  border: 1px solid #c6300e;
}

main.price .section .bl_items ul li.item._kids .bl_item .bl_btn a {
  color: #be8517;
  border: 1px solid #be8517;
}

main.price .section .bl_items ul li.item._trans .bl_item .bl_btn a {
  color: #7148c9;
  border: 1px solid #7148c9;
}

main.price .section .bl_items ul li.item._herbal .bl_item .bl_btn a {
  color: #2e9d4d;
  border: 1px solid #2e9d4d;
}

main.price .section .bl_items ul li.item .bl_item .bl_btn a {
  position: relative;
}

main.price .section .bl_items ul li.item .bl_item .bl_btn a:before {
  content: "";
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 20px;
}

main.price .section .bl_items ul li.item._mens .bl_item .bl_btn a:before {
  background-image: url("../images/icon_vector_mens.png");
}

main.price .section .bl_items ul li.item._ladies .bl_item .bl_btn a:before {
  background-image: url("../images/icon_vector_ladies.png");
}

main.price .section .bl_items ul li.item._kids .bl_item .bl_btn a:before {
  background-image: url("../images/icon_vector_kids.png");
}

main.price .section .bl_items ul li.item._trans .bl_item .bl_btn a:before {
  background-image: url("../images/icon_vector_trans.png");
}

main.price .section .bl_items ul li.item._herbal .bl_item .bl_btn a:before {
  background-image: url("../images/icon_vector_herbal.png");
}

main.price .section .bl_items ul li.item .bl_popup {
  display: none;
}

main.price .section .bl_items ul li.item .bl_popup .bl_leadtxt {
  background-color: #dddddd;
  border-radius: 10px;
  height: 25px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

body.bk:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
  z-index: 10000;
}

main.price .section .bl_items ul li.item .bl_popup.active {
  display: block;
}

main.price .section .bl_items ul li.item .bl_popup {
  position: fixed;
  top: 20px;
  right: 0;
  bottom: 20px;
  left: 0;
  width: 360px;
  margin: auto;
  z-index: 100000;
  border-radius: 20px;
  background-color: #e8e8e8;
}

main.price .section .bl_items ul li.item .bl_popup .bl_lead {
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 15px 10px 15px;
  height: 100px;
}

main.price .section .bl_items ul li.item._mens .bl_popup .bl_lead {
  background-color: #a1d6f4;
}

main.price .section .bl_items ul li.item._ladies .bl_popup .bl_lead {
  background-color: #ffa38e;
}

main.price .section .bl_items ul li.item._kids .bl_popup .bl_lead {
  background-color: #ffdd9a;
}

main.price .section .bl_items ul li.item._trans .bl_popup .bl_lead {
  background-color: #d6c7f5;
}

main.price .section .bl_items ul li.item._herbal .bl_popup .bl_lead {
  background-color: #b4f0c5;
}

main.price .section .bl_items ul li.item .bl_popup .bl_lead .bl_img {
  width: 110px;
  margin-right: 20px;
}

main.price .section .bl_items ul li.item .bl_popup .bl_lead p {
  font-weight: 600;
  font-size: 16px;
}

main.price .section .bl_items ul li.item .bl_popup .bl_list {
  margin: 10px 30px 20px 30px;
}

main.price .section .bl_items ul li.item .bl_popup .bl_list ul {
  flex-wrap: wrap;
}

main.price .section .bl_items ul li.item .bl_popup .bl_list ul li {
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #8a94a3;
  padding: 0 15px;
}

main.price .section .bl_items ul li.item .bl_popup .bl_list ul li.recommended {
  background: rgb(242, 210, 198);
}

main.price .section .bl_items ul li.item .bl_popup .bl_list ul li p.txt_count {
  font-weight: 600;
  font-size: 14px;
  position: relative;
}

main.price
  .section
  .bl_items
  ul
  li.item
  .bl_popup
  .bl_list
  ul
  li.recommended
  p.txt_count::before {
  content: "おすすめ！";
  position: absolute;
  top: -17px;
  left: -15px;
  font-size: 10px;
  color: white;
  background: red;
  padding: 1px 4px;
  border-radius: 0;
}

main.price
  .section
  .bl_items
  ul
  li.item
  .bl_popup
  .bl_list
  ul
  li
  p.txt_count
  span {
  color: #c6300e;
}

main.price .section .bl_items ul li.item .bl_popup .bl_list ul li p.txt_price {
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
}

main.price
  .section
  .bl_items
  ul
  li.item
  .bl_popup
  .bl_list
  ul
  li
  p.txt_price
  span {
  font-size: 12px;
  color: #8a94a3;
  font-weight: 400;
}

main.price .section .bl_items ul li.item .bl_popup .bl_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  width: 240px;
  height: 40px;
  color: #333333;
  margin: 0 auto;
  font-weight: 500;
  position: relative;
  box-shadow: 0px 2px 7px 0px #cccccc;
}

main.price .section .bl_items ul li.item._mens .bl_popup .bl_btn a {
  background-color: #a1d6f4;
}

main.price .section .bl_items ul li.item._ladies .bl_popup .bl_btn a {
  background-color: #ffa38e;
}

main.price .section .bl_items ul li.item._kids .bl_popup .bl_btn a {
  background-color: #ffdd9a;
}

main.price .section .bl_items ul li.item._trans .bl_popup .bl_btn a {
  background-color: #d6c7f5;
}

main.price .section .bl_items ul li.item._herbal .bl_popup .bl_btn a {
  background-color: #b4f0c5;
}

main.price .section .bl_items ul li.item .bl_popup .bl_btn a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../images/icon_vector_bl.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 50px;
  top: 15px;
}

main.price .section .bl_items ul li.item .bl_popup .btn_close {
  position: absolute;
  right: 15px;
  top: 15px;
}

main.price .section .bl_items ul li.item .bl_popup .btn_close a {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #333333;
  color: #ffffff;
  font-size: 12px;
}

main.price .section .bl_bigimg {
  text-align: center;
}

main.price .section .bl_bigimg p {
  display: flex;
  width: 90%;
  height: 45px;
  font-weight: 600;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0 0;
  margin: 0 auto;
}

main.price .section._02 .bl_bigimg p {
  color: #1683c0;
}

main.price .section._03 .bl_bigimg p {
  color: #c6300e;
}

main.price .section._02 .bl_bigimg p {
  background-color: #a1d6f4;
}

main.price .section._03 .bl_bigimg p {
  background-color: #ffa38e;
}

main.price .section._04 .bl_bigimg p {
  background-color: #ffdd9a;
}

main.price .section._05 .bl_bigimg p {
  background-color: #d6c7f5;
}

main.price .section._06 .bl_bigimg p {
  background-color: #b4f0c5;
}

main.price .section .bl_bigimg img {
  width: 90%;
}

main.price .section._04 .bl_items > ul {
  margin-bottom: 50px;
}

main.price .section._04 .btn_download a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 350px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #be8517;
  color: #be8517;
  font-weight: 600;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 2px 7px 0px #cccccc;
}

main.price .section._04 .btn_download a:before {
  content: "";
  height: 10px;
  width: 10px;
  display: block;
  background-image: url("../images/icon_vector_kids.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 20px;
}

/* ////////////////////////
 column
//////////////////////// */
main.column .top_wrap .container {
  width: 980px;
  max-width: 100%;
}

main.column .top_wrap .bl_ttl01 {
  background-image: url("../images/column_ttl.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}

main.column .top_wrap .bl_ttl01 h2 {
  color: #ffffff;
}

main.column .top_wrap .bl_ttl01 h2 strong {
  color: #ffffff;
}

main.column .cont_wrap .page_container {
  display: flex;
  justify-content: space-between;
}

main.column .cont_wrap .main_wrap {
  width: 72%;
}

main.column .cont_wrap .side_wrap {
  width: 25%;
}

main.column .cont_wrap .main_wrap .column_list {
  margin-bottom: 60px;
}

main.column .cont_wrap .main_wrap .column_list > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

main.column .cont_wrap .main_wrap .column_list > ul > li {
  width: 32%;
  margin-right: 2%;
  display: flex;
  height: 290px;
  border-radius: 20px;
  box-shadow: 0px 2px 7px 0px #cccccc;
  margin-bottom: 20px;
}

main.column .cont_wrap .main_wrap .column_list > ul > li:nth-child(3n) {
  margin-right: 0;
}

main.column .cont_wrap .main_wrap .column_list > ul > li > a {
  display: block;
  width: 100%;
}

main.column .cont_wrap .main_wrap .column_list > ul > li .bl_img {
  position: relative;
  width: 100%;
  height: 145px;
  border-radius: 20px 20px 0 0;
  margin-bottom: 20px;
}

main.column .cont_wrap .main_wrap .column_list > ul > li .bl_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main.column .cont_wrap .main_wrap .column_list > ul > li .bl_img .category {
  position: absolute;
  bottom: 0;
  left: 0;
}

main.column .cont_wrap .main_wrap .column_list > ul > li .bl_img .category p {
  display: inline-flex;
  background-color: #e15996;
  color: #ffffff;
  padding: 0px 10px;
}

main.column .cont_wrap .main_wrap .column_list > ul > li .bl_time p {
  font-size: 12px;
  color: #333333;
  padding: 0 20px;
  margin-bottom: 0 !important;
}

main.column .cont_wrap .main_wrap .column_list > ul > li .bl_lead p {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  padding: 0 20px;
  margin-bottom: 0;
}

main.column .cont_wrap .main_wrap .pagination {
  margin-bottom: 100px;
}

main.column .cont_wrap .main_wrap .pagination ul {
  display: flex;
  justify-content: center;
}

main.column .cont_wrap .main_wrap .pagination ul li a,
main.column .cont_wrap .main_wrap .pagination ul li span {
  display: flex;
  align-items: center;
  border: 1px solid #c1c7d1;
  padding: 5px 13px;
  margin: 0 5px;
  border-radius: 20px;
  color: #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
}

main.column .cont_wrap .main_wrap .pagination ul li span.current {
  background-color: #333333;
  color: #ffffff;
  border: 1px solid #333333;
}

main.column .cont_wrap .side_wrap .sidemenu .bl_sns {
  margin-bottom: 30px;
}

main.column .cont_wrap .side_wrap .sidemenu .bl_sns ul {
  display: flex;
  justify-content: center;
}

main.column .cont_wrap .side_wrap .sidemenu .bl_sns ul li {
  width: 50px;
  margin: 0 10px;
}

main.column .cont_wrap .side_wrap .sidemenu .bl_line {
  background-color: #edeff2;
  padding: 30px;
  border-radius: 20px 20px 0 0;
  margin-bottom: 15px;
}

main.column .cont_wrap .side_wrap .sidemenu .bl_line .bl_lead p {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

main.column .cont_wrap .side_wrap .sidemenu .bl_line .bl_img {
  width: 70%;
  margin: 0 auto;
}

main.column .cont_wrap .side_wrap .sidemenu .bl_category {
  background-color: #edeff2;
  padding: 30px;
  margin-bottom: 15px;
}

main.column .cont_wrap .side_wrap .sidemenu .bl_category .bl_lead p {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

main.column .cont_wrap .side_wrap .sidemenu .bl_category .bl_list ul li {
  margin-bottom: 10px;
}

main.column .cont_wrap .side_wrap .sidemenu .bl_category .bl_list ul li a {
  color: #333333;
  display: flex;
}

main.column
  .cont_wrap
  .side_wrap
  .sidemenu
  .bl_category
  .bl_list
  ul
  li
  a:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../images/icon_vector_lfpink.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

main.column .cont_wrap .side_wrap .sidemenu .bl_topics {
  background-color: #edeff2;
  padding: 30px 20px;
  border-radius: 0 0 20px 20px;
}

main.column .cont_wrap .side_wrap .sidemenu .bl_topics .bl_lead p {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

main.column .cont_wrap .side_wrap .sidemenu .bl_topics .bl_list ul li {
  margin-bottom: 10px;
}

main.column .cont_wrap .side_wrap .sidemenu .bl_topics .bl_list ul li a {
  display: flex;
  justify-content: flex-start;
}

main.column .cont_wrap .side_wrap .sidemenu .bl_topics .bl_list ul li img {
  width: 50px;
  margin-right: 10px;
  height: 50px;
}

main.column .cont_wrap .side_wrap .sidemenu .bl_topics .bl_list ul li p {
  width: calc(100% - 50px);
  color: #333333;
  font-size: 14px;
}

/* ////////////////////////
 column-page post
//////////////////////// */
main.column .top_wrap .bl_ttl01 {
  background-color: #e15996;
  background-image: none;
  position: relative;
  justify-content: flex-start;
  align-content: center;
  padding-left: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  main.column .top_wrap .bl_ttl01 {
    padding-left: 15px;
  }
}

main.column .top_wrap .bl_ttl01:after {
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  background-image: url("../images/column_page_ttl.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  border-radius: 0 30px 0 0;
}

main.column .top_wrap .bl_ttl01 .ttl_detail {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
@media screen and (max-width: 959px) {
  main.column .top_wrap .bl_ttl01 .ttl_detail {
    width: 63%;
  }
}

main.column .top_wrap .bl_ttl01 .ttl_detail p.category {
  color: #ffffff;
}

main.column .top_wrap .bl_ttl01 .ttl_detail p.date {
  color: #ffffff;
  font-weight: 400;
}

main.column .top_wrap .bl_ttl01 h2 {
  width: 60%;
  text-align: left;
  color: #ffffff;
}
main.column .top_wrap .bl_ttl01 h2 strong {
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  main.column .top_wrap .bl_ttl01 h2 {
    width: 64.2%;
  }
}

/* ////////////////////////
 case
//////////////////////// */
main.case .top_wrap .container {
  width: 980px;
  max-width: 100%;
}

main.case .top_wrap .bl_ttl01 {
  background-image: url("../images/column_ttl.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}

main.case .top_wrap .bl_ttl01 h2 {
  color: #ffffff;
}
main.case .top_wrap .bl_ttl01 h2 strong {
  color: #ffffff;
}

main.case .cont_wrap .page_container {
  display: flex;
  justify-content: space-between;
}

main.case .cont_wrap .main_wrap {
  width: 100%;
}

main.case .cont_wrap .main_wrap .case_list {
  margin-bottom: 60px;
}

main.case .cont_wrap .main_wrap .case_list > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

main.case .cont_wrap .main_wrap .case_list > ul > li {
  width: 32%;
  margin-right: 2%;
  display: flex;
  height: 340px;
  border-radius: 20px;
  box-shadow: 0px 2px 7px 0px #cccccc;
  margin-bottom: 20px;
}

main.case .cont_wrap .main_wrap .case_list > ul > li:nth-child(3n) {
  margin-right: 0;
}

main.case .cont_wrap .main_wrap .case_list > ul > li > a {
  display: block;
  width: 100%;
}

main.case .cont_wrap .main_wrap .case_list > ul > li .bl_img {
  position: relative;
  width: 100%;
  height: 170px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

main.case .cont_wrap .main_wrap .case_list > ul > li .bl_img img {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main.case .cont_wrap .main_wrap .case_list > ul > li .bl_img .category {
  position: absolute;
  bottom: 0;
  left: 0;
}

main.case .cont_wrap .main_wrap .case_list > ul > li .bl_img .category p {
  display: inline-flex;
  background-color: #e15996;
  color: #ffffff;
  padding: 0px 10px;
}

main.case .cont_wrap .main_wrap .case_list > ul > li .bl_time p {
  font-size: 12px;
  color: #333333;
  padding: 0 20px;
  margin-bottom: 0 !important;
}

main.case .cont_wrap .main_wrap .case_list > ul > li .bl_lead p {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  padding: 0 20px;
  margin-bottom: 0;
}

main.case .cont_wrap .main_wrap .pagination {
  margin-bottom: 100px;
}

main.case .cont_wrap .main_wrap .pagination ul {
  display: flex;
  justify-content: center;
}

main.case .cont_wrap .main_wrap .pagination ul li a,
main.case .cont_wrap .main_wrap .pagination ul li span {
  display: flex;
  align-items: center;
  border: 1px solid #c1c7d1;
  padding: 5px 13px;
  margin: 0 5px;
  border-radius: 20px;
  color: #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
}

main.case .cont_wrap .main_wrap .pagination ul li span.current {
  background-color: #333333;
  color: #ffffff;
  border: 1px solid #333333;
}

main.case .cont_wrap .side_wrap .sidemenu .bl_sns {
  margin-bottom: 30px;
}

main.case .cont_wrap .side_wrap .sidemenu .bl_sns ul {
  display: flex;
  justify-content: center;
}

main.case .cont_wrap .side_wrap .sidemenu .bl_sns ul li {
  width: 50px;
  margin: 0 10px;
}

main.case .cont_wrap .side_wrap .sidemenu .bl_line {
  background-color: #edeff2;
  padding: 30px;
  border-radius: 20px 20px 0 0;
  margin-bottom: 15px;
}

main.case .cont_wrap .side_wrap .sidemenu .bl_line .bl_lead p {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

main.case .cont_wrap .side_wrap .sidemenu .bl_line .bl_img {
  width: 70%;
  margin: 0 auto;
}

main.case .cont_wrap .side_wrap .sidemenu .bl_category {
  background-color: #edeff2;
  padding: 30px;
  margin-bottom: 15px;
}

main.case .cont_wrap .side_wrap .sidemenu .bl_category .bl_lead p {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

main.case .cont_wrap .side_wrap .sidemenu .bl_category .bl_list ul li {
  margin-bottom: 10px;
}

main.case .cont_wrap .side_wrap .sidemenu .bl_category .bl_list ul li a {
  color: #333333;
  display: flex;
}

main.case .cont_wrap .side_wrap .sidemenu .bl_category .bl_list ul li a:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../images/icon_vector_lfpink.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

main.case .cont_wrap .side_wrap .sidemenu .bl_topics {
  background-color: #edeff2;
  padding: 30px 20px;
  border-radius: 0 0 20px 20px;
}

main.case .cont_wrap .side_wrap .sidemenu .bl_topics .bl_lead p {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

main.case .cont_wrap .side_wrap .sidemenu .bl_topics .bl_list ul li {
  margin-bottom: 10px;
}

main.case .cont_wrap .side_wrap .sidemenu .bl_topics .bl_list ul li a {
  display: flex;
  justify-content: flex-start;
}

main.case .cont_wrap .side_wrap .sidemenu .bl_topics .bl_list ul li img {
  width: 50px;
  margin-right: 10px;
}

main.case .cont_wrap .side_wrap .sidemenu .bl_topics .bl_list ul li p {
  width: calc(100% - 50px);
  color: #333333;
  font-size: 14px;
}

/* ////////////////////////
 case-page post
//////////////////////// */
main.case .top_wrap .bl_ttl01 {
  background-color: #e15996;
  background-image: none;
  position: relative;
  justify-content: flex-start;
  align-content: center;
  padding-left: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  main.case .top_wrap .bl_ttl01 {
    padding-left: 15px;
  }
}

main.case .top_wrap .bl_ttl01:after {
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  background-image: url("../images/column_page_ttl.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  border-radius: 0 30px 0 0;
}

main.case .top_wrap .bl_ttl01 .ttl_detail {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
@media screen and (max-width: 959px) {
  main.case .top_wrap .bl_ttl01 .ttl_detail {
    width: 63%;
  }
}

main.case .top_wrap .bl_ttl01 .ttl_detail p.category {
  color: #ffffff;
}

main.case .top_wrap .bl_ttl01 .ttl_detail p.date {
  color: #ffffff;
  font-weight: 400;
}

main.case .top_wrap .bl_ttl01 h2 {
  width: 60%;
  text-align: left;
  color: #ffffff;
}
main.case .top_wrap .bl_ttl01 h2 strong {
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  main.case .top_wrap .bl_ttl01 h2 {
    width: 64.2%;
  }
}

/* ////////////////////////
 news
//////////////////////// */
main.news .top_wrap .container {
  width: 980px;
  max-width: 100%;
}

main.news .top_wrap .bl_ttl01 {
  background-image: url("../images/column_ttl.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}

main.news .top_wrap .bl_ttl01 h2 {
  color: #ffffff;
}

main.news .top_wrap .bl_ttl01 h2 strong {
  color: #ffffff;
}

main.news .cont_wrap .page_container {
  display: flex;
  justify-content: space-between;
}

main.news .cont_wrap .main_wrap {
  width: 100%;
}

main.news .cont_wrap .main_wrap .news_list {
  margin-bottom: 60px;
}

main.news .cont_wrap .main_wrap .news_list > ul > li {
  /* margin-bottom: 20px; */
  padding: 20px 0;
  border-bottom: 1px solid #333333;
}

main.news .cont_wrap .main_wrap .news_list > ul > li:nth-child(3n) {
  margin-right: 0;
}

main.news .cont_wrap .main_wrap .news_list > ul > li > a {
  display: block;
  width: 100%;
}

main.news .cont_wrap .main_wrap .news_list > ul > li .bl_img {
  position: relative;
  width: 100%;
  height: 170px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

main.news .cont_wrap .main_wrap .news_list > ul > li .bl_img img {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10%;
  right: -10%;
  margin: auto;
  width: 120%;
}

main.news .cont_wrap .main_wrap .news_list > ul > li .bl_img .category {
  position: absolute;
  bottom: 0;
  left: 0;
}

main.news .cont_wrap .main_wrap .news_list > ul > li .bl_img .category p {
  display: inline-flex;
  background-color: #e15996;
  color: #ffffff;
  padding: 0px 10px;
}

main.news .cont_wrap .main_wrap .news_list > ul > li .bl_time p {
  font-size: 12px;
  color: #333333;
  padding: 0 20px;
  margin-bottom: 0 !important;
}

main.news .cont_wrap .main_wrap .news_list > ul > li .bl_lead p {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  padding: 0 20px;
  margin-bottom: 0;
}

main.news .cont_wrap .main_wrap .pagination {
  margin-bottom: 100px;
}

main.news .cont_wrap .main_wrap .pagination ul {
  display: flex;
  justify-content: center;
}

main.news .cont_wrap .main_wrap .pagination ul li a,
main.news .cont_wrap .main_wrap .pagination ul li span {
  display: flex;
  align-items: center;
  border: 1px solid #c1c7d1;
  padding: 5px 13px;
  margin: 0 5px;
  border-radius: 20px;
  color: #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
}

main.news .cont_wrap .main_wrap .pagination ul li span.current {
  background-color: #333333;
  color: #ffffff;
  border: 1px solid #333333;
}

/* ////////////////////////
 news-page post
//////////////////////// */
main.news .top_wrap .bl_ttl01 {
  background-color: #e15996;
  background-image: none;
  position: relative;
  justify-content: flex-start;
  align-content: center;
  padding-left: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  main.news .top_wrap .bl_ttl01 {
    padding-left: 15px;
  }
}

main.news .top_wrap .bl_ttl01:after {
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  background-image: url("../images/column_page_ttl.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  border-radius: 0 30px 0 0;
}

main.news .top_wrap .bl_ttl01 .ttl_detail {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
@media screen and (max-width: 959px) {
  main.news .top_wrap .bl_ttl01 .ttl_detail {
    width: 63%;
  }
}

main.news .top_wrap .bl_ttl01 .ttl_detail p.category {
  color: #ffffff;
}

main.news .top_wrap .bl_ttl01 .ttl_detail p.date {
  color: #ffffff;
  font-weight: 400;
}

main.news .top_wrap .bl_ttl01 h2 {
  width: 60%;
  text-align: left;
  color: #ffffff;
}
main.news .top_wrap .bl_ttl01 h2 strong {
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  main.news .top_wrap .bl_ttl01 h2 {
    width: 64.2%;
  }
}

/* ///////////////////////////////////////////
投稿
/////////////////////////////////////////// */
/* - - - - - - - - - - - - - - -
脱毛コラム
- - - - - - - - - - - - - - - */
main.column .cont_wrap .main_wrap.post_wrap h1 {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 2px solid #333333;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

main.column .cont_wrap .main_wrap.post_wrap h2 {
  border-left: 3px solid #e15996;
  padding-left: 10px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

main.column .cont_wrap .main_wrap.post_wrap h3 {
  border-bottom: 2px solid #333333;
  color: #e15996;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

main.column .cont_wrap .main_wrap.post_wrap p {
  margin-bottom: 20px;
}

main.column .cont_wrap .main_wrap.post_wrap .block {
  margin-bottom: 50px;
}

main.column .cont_wrap .main_wrap.post_wrap .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

main.column .cont_wrap .main_wrap.post_wrap img {
  margin-bottom: 20px;
}

main.column .cont_wrap .main_wrap.post_wrap img.w50 {
  width: 50%;
}

main.column .cont_wrap .main_wrap.post_wrap img.alignright {
  margin-left: 20px;
}

main.column .cont_wrap .main_wrap.post_wrap img.alignleft {
  margin-right: 20px;
}

main.column .cont_wrap .main_wrap.post_wrap ul {
  background-color: #edeff2;
  border-radius: 20px;
  padding: 30px 40px;
  margin-bottom: 20px;
}

main.column .cont_wrap .main_wrap.post_wrap ul li {
  list-style: disc;
  margin-bottom: 10px;
}

main.column .cont_wrap .main_wrap.post_wrap img {
  width: auto;
}

main.column .cont_wrap .main_wrap.post_wrap img.size-thumbnail {
  width: 200px;
}

main.column .cont_wrap .main_wrap.post_wrap img.size-medium {
  width: 50%;
}

main.column .cont_wrap .main_wrap.post_wrap img.size-large {
  width: 80%;
}

main.column .cont_wrap .main_wrap.post_wrap img.size-full {
  width: 100%;
}

main.column .cont_wrap .main_wrap.post_wrap img.alignleft {
  float: left;
  display: inline;
  padding: 4px;
  margin: 0px 15px 0 15px;
}

main.column .cont_wrap .main_wrap.post_wrap img.alignleft:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}

main.column .cont_wrap .main_wrap.post_wrap img.aligncenter {
  text-align: center;
}

main.column .cont_wrap .main_wrap.post_wrap img.alignright {
  float: right;
  display: inline;
  padding: 4px;
  margin: 0px 15px 0 15px;
}

main.column .cont_wrap .main_wrap.post_wrap img.alignright:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}

main.column .cont_wrap .main_wrap.post_wrap .pagination {
  display: flex;
  justify-content: center;
  width: 520px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

main.column .cont_wrap .main_wrap.post_wrap .pagination a[rel="prev"],
main.column .cont_wrap .main_wrap.post_wrap .pagination a[rel="next"] {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8a94a3;
  padding: 10px 0;
  color: #8a94a3;
  font-weight: 600;
}

main.column .cont_wrap .main_wrap.post_wrap .pagination a[rel="prev"] {
  border-radius: 30px 0 0 30px;
  margin-right: auto;
}

main.column .cont_wrap .main_wrap.post_wrap .pagination a[rel="next"] {
  border-radius: 0 30px 30px 0;
  margin-left: 10px;
  background-color: #e15996;
  border: 1px solid #e15996;
  color: #ffffff;
  margin-left: auto;
}

main.column .cont_wrap .main_wrap.post_wrap .totop {
  text-align: center;
  margin-bottom: 120px;
}

main.column .cont_wrap .main_wrap.post_wrap .totop a {
  color: #8a94a3;
}

.sns__container {
  display: flex;
  padding-top: 50px;
  margin-bottom: 80px;
}

.sns__container a {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0.5rem 0;
}

.sns__container a:hover {
  opacity: 0.6;
}

.sns__twitter {
  background: #55acee;
}

.sns__facebook {
  background: #3b5998;
}

.sns__pocket {
  background: #ef3f56;
}

.sns__line {
  background: #1dcd00;
}

.sns__hatena {
  background: #00a5de;
}

ul.post-categories li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}

/* - - - - - - - - - - - - - - -
事例紹介
- - - - - - - - - - - - - - - */
main.case .cont_wrap .main_wrap.post_wrap h1 {
  font-size: 20px;
  font-weight: 600;
  color: #edeff2;
  margin-bottom: 20px;
  background-color: #e15996;
  padding: 8px 20px;
  border-radius: 20px 20px 0 0;
}

main.case .cont_wrap .main_wrap.post_wrap h2 {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 2px solid #333333;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

main.case .cont_wrap .main_wrap.post_wrap h3 {
  border-left: 3px solid #e15996;
  padding-left: 10px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

main.case .cont_wrap .main_wrap.post_wrap p {
  margin-bottom: 20px;
}

main.case .cont_wrap .main_wrap.post_wrap .block {
  margin-bottom: 50px;
}

main.case .cont_wrap .main_wrap.post_wrap .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

main.case .cont_wrap .main_wrap.post_wrap img {
  margin-bottom: 20px;
}

main.case .cont_wrap .main_wrap.post_wrap img.w50 {
  width: 50%;
}

main.case .cont_wrap .main_wrap.post_wrap img.alignright {
  margin-left: 20px;
}

main.case .cont_wrap .main_wrap.post_wrap img.alignleft {
  margin-right: 20px;
}

main.case .cont_wrap .main_wrap.post_wrap ul {
  background-color: #edeff2;
  border-radius: 20px;
  padding: 30px 40px;
  margin-bottom: 20px;
}

main.case .cont_wrap .main_wrap.post_wrap ul li {
  list-style: disc;
  margin-bottom: 10px;
}

main.case .cont_wrap .main_wrap.post_wrap img {
  width: auto;
}

main.case .cont_wrap .main_wrap.post_wrap img.size-thumbnail {
  width: 200px;
}

main.case .cont_wrap .main_wrap.post_wrap img.size-medium {
  width: 50%;
}

main.case .cont_wrap .main_wrap.post_wrap img.size-large {
  width: 80%;
}

main.case .cont_wrap .main_wrap.post_wrap img.size-full {
  width: 100%;
}

main.case .cont_wrap .main_wrap.post_wrap img.alignleft {
  float: left;
  display: inline;
  padding: 4px;
  margin: 0px 15px 0 15px;
}

main.case .cont_wrap .main_wrap.post_wrap img.alignleft:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}

main.case .cont_wrap .main_wrap.post_wrap img.aligncenter {
  text-align: center;
}

main.case .cont_wrap .main_wrap.post_wrap img.alignright {
  float: right;
  display: inline;
  padding: 4px;
  margin: 0px 15px 0 15px;
}

main.case .cont_wrap .main_wrap.post_wrap img.alignright:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}

main.case .cont_wrap .main_wrap.post_wrap .pagination {
  display: flex;
  justify-content: center;
  width: 520px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

main.case .cont_wrap .main_wrap.post_wrap .pagination a[rel="prev"],
main.case .cont_wrap .main_wrap.post_wrap .pagination a[rel="next"] {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8a94a3;
  padding: 10px 0;
  color: #8a94a3;
  font-weight: 600;
}

main.case .cont_wrap .main_wrap.post_wrap .pagination a[rel="prev"] {
  border-radius: 30px 0 0 30px;
  margin-right: auto;
}

main.case .cont_wrap .main_wrap.post_wrap .pagination a[rel="next"] {
  border-radius: 0 30px 30px 0;
  margin-left: 10px;
  background-color: #e15996;
  border: 1px solid #e15996;
  color: #ffffff;
  margin-left: auto;
}

main.case .cont_wrap .main_wrap.post_wrap .totop {
  text-align: center;
  margin-bottom: 120px;
}

main.case .cont_wrap .main_wrap.post_wrap .totop a {
  color: #8a94a3;
}

/* - - - - - - - - - - - - - - -
事例紹介
- - - - - - - - - - - - - - - */
main.news .cont_wrap .main_wrap.post_wrap h1 {
  font-size: 20px;
  font-weight: 600;
  color: #edeff2;
  margin-bottom: 20px;
  background-color: #e15996;
  padding: 8px 20px;
  border-radius: 20px 20px 0 0;
}

main.news .cont_wrap .main_wrap.post_wrap h2 {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 2px solid #333333;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

main.news .cont_wrap .main_wrap.post_wrap h3 {
  border-left: 3px solid #e15996;
  padding-left: 10px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

main.news .cont_wrap .main_wrap.post_wrap p {
  margin-bottom: 20px;
}

main.news .cont_wrap .main_wrap.post_wrap .block {
  margin-bottom: 50px;
}

main.news .cont_wrap .main_wrap.post_wrap .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

main.news .cont_wrap .main_wrap.post_wrap img {
  margin-bottom: 20px;
}

main.news .cont_wrap .main_wrap.post_wrap img.w50 {
  width: 50%;
}

main.news .cont_wrap .main_wrap.post_wrap img.alignright {
  margin-left: 20px;
}

main.news .cont_wrap .main_wrap.post_wrap img.alignleft {
  margin-right: 20px;
}

main.news .cont_wrap .main_wrap.post_wrap ul {
  background-color: #edeff2;
  border-radius: 20px;
  padding: 30px 40px;
  margin-bottom: 20px;
}

main.news .cont_wrap .main_wrap.post_wrap ul li {
  list-style: disc;
  margin-bottom: 10px;
}

main.news .cont_wrap .main_wrap.post_wrap img {
  width: auto;
}

main.news .cont_wrap .main_wrap.post_wrap img.size-thumbnail {
  width: 200px;
}

main.news .cont_wrap .main_wrap.post_wrap img.size-medium {
  width: 50%;
}

main.news .cont_wrap .main_wrap.post_wrap img.size-large {
  width: 80%;
}

main.news .cont_wrap .main_wrap.post_wrap img.size-full {
  width: 100%;
}

main.news .cont_wrap .main_wrap.post_wrap img.alignleft {
  float: left;
  display: inline;
  padding: 4px;
  margin: 0px 15px 0 15px;
}

main.news .cont_wrap .main_wrap.post_wrap img.alignleft:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}

main.news .cont_wrap .main_wrap.post_wrap img.aligncenter {
  text-align: center;
}

main.news .cont_wrap .main_wrap.post_wrap img.alignright {
  float: right;
  display: inline;
  padding: 4px;
  margin: 0px 15px 0 15px;
}

main.news .cont_wrap .main_wrap.post_wrap img.alignright:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}

main.news .cont_wrap .main_wrap.post_wrap .pagination {
  display: flex;
  justify-content: center;
  width: 520px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

main.news .cont_wrap .main_wrap.post_wrap .pagination a[rel="prev"],
main.news .cont_wrap .main_wrap.post_wrap .pagination a[rel="next"] {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8a94a3;
  padding: 10px 0;
  color: #8a94a3;
  font-weight: 600;
}

main.news .cont_wrap .main_wrap.post_wrap .pagination a[rel="prev"] {
  border-radius: 30px 0 0 30px;
  margin-right: auto;
}

main.news .cont_wrap .main_wrap.post_wrap .pagination a[rel="next"] {
  border-radius: 0 30px 30px 0;
  margin-left: 10px;
  background-color: #e15996;
  border: 1px solid #e15996;
  color: #ffffff;
  margin-left: auto;
}

main.news .cont_wrap .main_wrap.post_wrap .totop {
  text-align: center;
  margin-bottom: 120px;
}

main.news .cont_wrap .main_wrap.post_wrap .totop a {
  color: #8a94a3;
}

/* 20230606 追加分 */

.p-index__sponsor {
  padding-bottom: 50px;
}

.p-index__sponsorWrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: center;
  padding-bottom: 40px;
  margin-top: -30px;
}
@media screen and (max-width: 959px) {
  .p-index__sponsorWrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.p-index__sponsor-image {
  /* width: 46%; */
}
.p-index__sponsor-imageLink {
display: block;
}

.p-index__sponsorWrap._single{
  display: block;
}

.p-index__sponsorWrap._single .p-index__sponsor-image{
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
}
.p-index__sponsor-image img {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
    /* gird 4ならこっちの比率 */
    aspect-ratio: 220 / 154;

    /* gird 3ならこっちの比率 */
    aspect-ratio: 220 / 104;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

#instagram_wrap {
  margin-bottom: 120px;
}

/* 20231204 追加分 */

#sitemap {
  padding-bottom: 80px;
}

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

.sitemap__item {
  width: 48%;
}

.sitemap__cont:not(:first-child) {
  margin-top: 40px;
}

.sitemap__cont-title {
  font-size: 18px;
  font-weight: 700;
  display: block;
  transition: 0.4s;
}
.sitemap__cont-title:hover {
  opacity: 0.7;
}

.sitemap__cont-text {
  display: block;
  margin-top: 8px;
  padding-left: 28px;
  color: #000;
  position: relative;
  transition: 0.4s;
}
.sitemap__cont-text::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 1px;
  background: #000;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sitemap__cont-text:hover {
  opacity: 0.7;
}

.footer__link {
  font-size: 12px;
  display: inline-block;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 6px;
  transition: 0.4s;
  color: #fff;
}

.footer__link:hover {
  opacity: 0.7;
}

/* 2023/12/26追加分 */
/* バナー追加 */

.top-swiper {
  width: 350px;
  margin-inline: auto;
  padding-bottom: 100px;
}

/* メディアクエリー */
@media screen and (max-width: 959px) {
  .top-swiper {
    width: 85%;
    padding-block: 40px;
  }
}

.top-swiper__img-block {
  aspect-ratio: 350 / 350;
  overflow: hidden;
  display: block;
}

.top-swiper__img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-swiper__link:hover {
  opacity: 1;
}

.top-swiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: relative;
  bottom: -10px !important;
}

.swiper-pagination-bullet {
  background: transparent !important;
  border: 2px solid #0c347a !important;
  opacity: 1 !important;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px) !important;
}

@media screen and (max-width: 959px) {
  .swiper-pagination-bullet {
    border: 1px solid #0c347a !important;
  }
}

.swiper-pagination-bullet-active {
  background: #0c347a !important;
}

.swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
}

@media screen and (max-width: 959px) {
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }
}

.section-banner__title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333333;
  margin-bottom: 50px;
}

@media screen and (max-width: 959px) {
  .section-banner__title {
    margin-top: 80px;
    margin-bottom: 10px;
  }
}

/* youtubeセクション */
.youtube {
  margin-block: 80px;
}

.youtube__container {
}

.youtube__imgBlock {
  width: 100%;
  max-width: 740px;
  height: 400px;
  margin-inline: auto;
}

.sec_ttl__youtube {
  word-break: auto-phrase;
}

@media screen and (max-width: 959px) {
  .youtube__imgBlock {
    height: initial;
    padding-inline: 25px;
  }
}

.youtube__img {
  aspect-ratio: 740 / 400;
  overflow: hidden;
  display: block;
}
.youtube__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 959px) {
  .youtube__img {
    max-width: 100%;
    margin-inline: auto;
  }
}

.footer__sisterLogo{
  width: 300px;
  margin-inline: auto;
  margin-top: 20px;
}

@media screen and (max-width: 959px) {
  .footer__sisterLogo{
    width: min(300px, calc((240/375)*100vw));
  }
}

@media (any-hover: hover) {
  .top-swiper__link {
    transition: opacity 0.3s;
  }
  
  .top-swiper__link:hover,
  .top-swiper__link:focus {
    opacity: 0.8;
  }
}

main.reserve .cont_wrap .reserve_items ul li.item._01 .bl_btn a{
background-color: #E69EBE;
}

main.reserve .cont_wrap .reserve_items ul li.item._01 .bl_lead p, main.reserve .cont_wrap .reserve_items ul li.item._01 .bl_detail p{
  color: #E69EBE;
}

main.reserve .cont_wrap .reserve_items ul li.item._02 .bl_lead p {
  height: 81px;
  line-height: 1.6;
}

.reserve-content__item {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05), inset 0px 0px 16px rgba(219, 34, 115, 0.08);
}

.reserve-content__item-text {
  font-weight: bold;
}

.reserve-content__item-accent {
  position: relative;
  color: #DB2273;
}

.reserve-content__item-accent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 2px;
  background: #333;
}

.bl_btn__reserve a {
  position: relative;
  padding-right: 31px;
}

.bl_btn__reserve a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(50% - 63px);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.page_container__text {
  text-align: center;
  color: #777777;
  margin-bottom: 30px;
}

main.price .section .page_container__mens {
  margin-bottom: 8px;
}

.reserve-content__item--3rd {
  padding: 0 !important;
}

main.reserve .cont_wrap .reserve_items ul .reserve-content__item--3rd {
  display: none;
}

/* 20240902 */
.about__content{
  position: relative;
}

.about__content::before {
  content: "";
  position: absolute;
  background-image: url("../images/about-text.png");
  height: 347px;
  width: 158px;
  height: calc(347 / 852 * 100%);
  width: calc(158 / 852 * 100%);
  left: 0;
  top: 47px;
  top: calc(47 / 347 * 100%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.about__title{
  position: relative;
}

.about__title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50% ;
  width: 429px;
  height: 1px;
  background: #E15996;
  transform: translateX(-50%);
}

.about__contents {
  display: flex;
  justify-content: space-between;
  padding-inline: 25px;
}

.about__content {
  padding-top: 34px;
  width: 78%;
  background: #EDEFF2;
  border-radius: 25px;
}

.about__righrImg {
  width: 20%;
}

.about__sec_ttl {
  text-align: center;
}

.about__title {
  display: inline-block;
  text-align: center;
}

.about__title-accent {
  color: #E15996;
  vertical-align: baseline;
  position: relative;
  top: 0.5px;
}

.about__texts {
  padding-right: 20px;
  padding-left: min(192px, calc(192 / 852 * 100%));
}

.about__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
}

.about__text:nth-child(n+2) {
  margin-top: 24px;
}

.about__img {
  aspect-ratio: 852 / 293;
  overflow: hidden;
  display: block;
}

.about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.competitors {
  margin-bottom: 124px;
}

.competitors__content._flex {
  width: 100%;
  max-width: 916px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  gap: min(156px, calc(156 / 1440 * 100%));
}

.competitors__leftImg {
  aspect-ratio: 380 / 548;
  overflow: hidden;
  display: block;
  width: 380px;
}
.competitors__rightImg {
  width: 380px;
  aspect-ratio: 380 / 548;
  overflow: hidden;
  display: block;
}

.competitors__leftImg img,
.competitors__rightImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.competitors__img._2 {
  width: 100%;
  max-width: 695px;
  margin-inline: auto;
  aspect-ratio: 695 / 246;
  overflow: hidden;
  display: block;
}
.competitors__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.competitors__img {
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  display: block;
}

.competitors__img._3 {
  max-width: 695px;
  aspect-ratio: 695 / 246;
}

.competitors__img._4 {
  max-width: 695px;
  aspect-ratio: 855 / 363;
}

.competitors__img._5 {
  max-width: 695px;
  aspect-ratio: 695 / 363;
}

.competitors__img._6 {
  max-width: 695px;
  aspect-ratio: 695 / 246;
}

.competitors__img._3._top42,
.competitors__img._5._top42 {
  margin-top: 42px;
}

.competitors__img._4._top64,
.competitors__img._6._top64 {
  margin-top: 64px;
}

/* popup maker用 css */
.pum-theme-643 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
  box-shadow: none !important;
  text-shadow: none !important;
  background-color: unset !important;
}

/* 2025 1/14 追加 */
.p-index__sponsorWrap-button {
  text-align: center;
}

.p-index__sponsorWrap-button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  height: 50px;
  border-radius: 50px;
  margin: 0 auto;
  color: #333333;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  background: #fff;
  flex-direction: row-reverse;
}

.p-index__sponsorWrap-button a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../images/icon_vector_bl.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 20px;
}

.p-sponsor {
  padding-bottom: 380px;
  /* スポンサー数が少ないためフッターとの余白調整 */
}
@media screen and (max-width: 959px) {
  .p-sponsor {
    padding-bottom: 240px;
  }
}

.p-sponsor__inner.container {
  max-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-sponsor__inner.container {
    width: 95%;
    width: 90%;
  }
}

.p-sponsor__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .p-sponsor__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}


/* 2025 1/20 追加 */
.p-index__supportWrap-button {
  text-align: center;
}

.p-index__support._top {
  margin-top: 30px;
}

.p-index__supportText,
.p-sponsor__text {
  width: 100%;
  max-width: 452px;
  margin-inline: auto;
  font-size: 14px;
  margin-top: -20px;
  text-align: center;
}

.p-index__supportWrap-button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  height: 50px;
  border-radius: 50px;
  margin: 0 auto;
  color: #333333;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  background: #fff;
  flex-direction: row-reverse;
}

.p-index__supportWrap-button a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../images/icon_vector_bl.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 20px;
}

.p-support {
  padding-bottom: 380px;
  /* スポンサー数が少ないためフッターとの余白調整 */
}
@media screen and (max-width: 959px) {
  .p-support {
    padding-bottom: 240px;
  }
}

/* .p-support__inner.container {
  max-width: 1080px;
}
@media screen and (max-width: 959px) {
  .p-support__inner {
    width: 95%;
  }
} */

.p-support__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .p-support__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}


.p-index__support {
  padding-bottom: 50px;
}

.p-index__supportWrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: center;
  padding-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .p-index__supportWrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.p-index__support-image {
  /* width: 46%; */
}

.p-index__supportWrap._single{
  display: block;
}

.p-index__supportWrap._single .p-index__support-image{
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
}
.p-index__support-image img {
  width: 100%;
  height: auto;
}

/* ページネーション用 */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ee3d8c;
  height: 40px;
  width: 40px;
  margin: 0 5px;
  border-radius: 4px;
  color:  #ee3d8c;
}

.current {
  background-color:  #ee3d8c;
  color: #fff;
}

.p-index__support-imageLink {
  display: block;
}

.p-index__supportWrap._single{
  display: block;
}

.p-index__supportWrap._single .p-index__support-image{
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
}
.p-index__support-image img {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  /* gird 4ならこっちの比率 */
  aspect-ratio: 220 / 154;

  /* gird 3ならこっちの比率 */
  aspect-ratio: 220 / 104;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.price._background {
  position: relative;
}
.price._background:before {
  content: "";
  width: 92%;
  height: calc(100% + 40px);
  display: block;
  background-color: #edeff2;
  position: absolute;
  z-index: -1;
  border-radius: 50px 0 0 0;
  right: 0;
  bottom: 0;
}

.visual_wrap__link {
  transition: opacity 0.3s ease;
  display: block;
}

section#visual_wrap .visual_wrap__link:hover {
  opacity: 0.7 !important;
}

/* TOPページスライダー用のカスタマイズ */
.your-class .slick-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  transition: transform 0.3s ease;
  padding: 0 20px;
}

.your-class .slick-slide img {
  width: 100%;
  aspect-ratio: 1400/650;
  object-fit: cover;
}

.your-class .slick-center {
  opacity: 1;
  transform: scale(1);
}

/* .your-class .slick-prev,
.your-class .slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
} */

.your-class .slick-prev {
  left: 10px;
}

.your-class .slick-next {
  right: 10px;
}

.your-class .slick-prev:before,
.your-class .slick-next:before {
  font-size: 40px;
  color: #0c347a;
  opacity: 0.8;
  display: none;
}

@media screen and (max-width: 959px) {
  .your-class {
    /* margin: 0 -20px; */
  }
  
  .your-class .slick-slide {
    transform: scale(1);
    padding: 0 10px;
  }

  .your-class .slick-slide img {
    width: 100%;
    aspect-ratio: 375/550;
    object-fit: cover;
  }
  
  .your-class .slick-center {
    transform: scale(0.95);
    transform: scale(1);
  }
  
  .your-class .slick-prev,
  .your-class .slick-next {
    width: 30px;
    height: 30px;
  }
  
  .your-class .slick-prev:before,
  .your-class .slick-next:before {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .your-class {
    /* margin: 0 -20px; */
  }
  
  .your-class .slick-slide {
    transform: scale(1);
    padding: 0;
  }

  .your-class .slick-slide img {
    width: 100%;
    aspect-ratio: 375/600;
    object-fit: cover;
  }
  
  .your-class .slick-center {
    transform: scale(0.95);
    transform: scale(1);
  }
  
  .your-class .slick-prev,
  .your-class .slick-next {
    width: 30px;
    height: 30px;
  }
  
  .your-class .slick-prev:before,
  .your-class .slick-next:before {
    font-size: 30px;
  }
}


/* FVのドットの表示 */
.slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
 }
 
 /* ドットのボタン */
 .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #ccc;
  border: none;
  border-radius: 50%;
  font-size: 0; /* 数字非表示 */
 }
 
 /* アクティブなドット */
 .slick-dots li.slick-active button {
  background: #0c347a;
 }
 
 main.reserve .cont_wrap .reserve_items ul .reserve-content__item._01 {
  width: 32%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
};



main.reserve .cont_wrap .reserve_items ul li.item._01 .bl_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dddddd;
  border-radius: 30px;
  height: 45px;
  height: 60px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  box-shadow: 0px 4px 10px rgba(62, 62, 62, 0.2);
}
.bl_btn__reserve .bl_btn__reserve-button {
  position: relative;
  padding-right: 16px !important;
}

.bl_btn__reserve .bl_btn__reserve-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(50% - 50px);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.cont_wrap__button-text {
  font-size: 14px;
  font-weight: 500;
  color: #E69EBE;
  margin-bottom: 4px;
  text-align: center;
}

main.reserve .cont_wrap .reserve_items ul li .bl_detail {
  flex: 1 auto;
  flex-grow: 1;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  main.reserve .cont_wrap .reserve_items ul .reserve-content__item._01 {
    width: 100% !important;
  }
}

/* 20250807 */
/* main.reserve .cont_wrap .reserve_items ul li.item._02 .bl_lead p,
main.reserve .cont_wrap .reserve_items ul li.item._03 .bl_lead p {
  line-height: 81px;
} */

.bl_btnsLv2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bl_btn__text {
  font-size: 14px !important;
  font-weight: 500;
  text-align: center;
}

.bl_btnsLv2__text {
  font-size: 14px !important;
  font-weight: 500;
  text-align: center;
}


main.reserve .cont_wrap .reserve_items ul li .bl_detail {
  flex: 1 auto;
  flex-grow: 1;
  margin-bottom: 4px;
}

.buttons-tel {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.tel-button {
  width: 100px;
  display: inline-flex;
}
.item_tel._flex {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tel-button {
    width: 80px;
  }
}
@media screen and (max-width: 430px) {
  .tel-button {
    width: 70px;
    column-gap: 10px;
  }
}

.commision__contents {

}

.commision__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 40px;
}
@media screen and (max-width: 959px) {
  .commision__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(80 / 959 * 100vw) calc(40 / 959 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .commision__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(80 / 768 * 100vw) calc(40 / 768 * 100vw);
  }
}

.commision__list {
  aspect-ratio: 380 / 475;
  overflow: hidden;
  display: block;
  width: 100%;
}

.commision__list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.p-access {
  padding-bottom: 100px;
}

.p-access__inner.container{
  padding-inline: 25px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 100px;
}
@media screen and (max-width: 1190px) {
  .p-access__inner.container {
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-access__inner.container {
    gap: 40px;
  }
}



.p-access__content {
  display: grid;
  grid-template-columns: 1fr 560px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1190px) {
  .p-access__content {
    grid-template-columns: 1fr min(560px, calc(560 / 1190 * 100vw));
    gap: 20px;
  }
}
@media screen and (max-width: 959px) {
  .p-access__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-access__title {
  color: #777;
  font-family: "Zen Maru Gothic";
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-access__title {
    font-size: 20px;
  }
}

.p-access__dl {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  color: #777;
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-access__dl {
    font-size: 16px;
    gap: 8px;
    margin-top: 20px;
  }
}

.p-access__item {
  display: grid;
  grid-template-columns: 100px 1fr;
}
@media screen and (max-width: 767px) {
  .p-access__item {
    grid-template-columns: 88px 1fr;
  }
}

.p-access__description {
  word-break: auto-phrase;
}

.p-access__map {
  aspect-ratio: 651 / 343;
  overflow: hidden;
  display: block;
  width: 100%;
}

.p-access__map iframe {
  width: 100%;
  height: 100%;
}
.access._background {
  background-color: #EDEFF2;
}

.p-privacy {
  padding-bottom: 100px;
}
.p-privacy__inner.container {
  padding-inline: 25px;
}
.p-privacy__wrapper {
  margin-top: 32px;
}
.p-privacy__headText,
.p-privacy__text,
.p-privacy__listItem {
  font-size: 16px;
  font-weight: 500;
  color: #777;
  font-family: "Zen Maru Gothic";
  line-height: 2;
}
.p-privacy__text._indent {
  margin-left: 1.5em;
}
.p-privacy__title {
  font-size: 24px;
  font-weight: 500;
  color: #777;
  font-family: "Zen Maru Gothic";
  line-height: 2;
}
.p-privacy__listItem {
  list-style: disc;
  text-indent: 0;
  margin-left: 1.5em;
}

.container_full-list {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding-bottom: 8px;
}
.btn_sns {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding-bottom: 60px;
  }
  .p-privacy__inner.container {
    padding-inline: 20px;
  }
  .p-privacy__wrapper {
    margin-top: 32px;
  }
  .p-privacy__title {
    font-size: 20px;
  }
  .btn_sns {
    display: block;
  }
}

