@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
.zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

.cormorant {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.lora {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main section .page_head .sv_flex {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 350px;
}

@media screen and (max-width: 1280px) {
  main section .page_head .sv_flex {
    display: block;
    height: auto;
  }
}

main section .page_head .sv_flex .ttlarea {
  width: 40%;
}

@media screen and (max-width: 1380px) {
  main section .page_head .sv_flex .ttlarea {
    width: 30%;
  }
}

@media screen and (max-width: 1280px) {
  main section .page_head .sv_flex .ttlarea {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

main section .page_head .sv_flex .sv_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  height: 350px;
}

@media screen and (max-width: 1280px) {
  main section .page_head .sv_flex .sv_img {
    margin-right: 0;
    width: auto;
    height: 300px;
  }
}

main section .page_head {
  position: relative;
  background-color: #F7F8F9;
  height: 30dvw;
  max-height: 350px;
}

@media screen and (max-width: 1280px) {
  main section .page_head {
    max-height: inherit;
  }
}

main section .page_title {
  position: absolute;
  z-index: 2;
  top: calc(50%);
  left: calc(50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

main section .page_title .sv_ttl {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main section .page_title .sv_ttl .eng_ttl {
  font-size: 22px;
  font-family: "Cormorant", serif;
  text-transform: uppercase;
  color: #333;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .eng_ttl {
    font-size: 14px;
  }
}

main section .page_title .sv_ttl .jp_ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  color: #333;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .jp_ttl {
    font-size: 20px;
  }
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}

#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: dotted 1px #5B6264;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.news_text_block .category_c a {
  background-color: #5B6264;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
#works_content.works-single_page .contents_wrap {
  max-width: 1000px;
}

#works_content.works-single_page .works_gallery_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex {
    display: block;
  }
}

#works_content.works-single_page .works_gallery_flex .ttl {
  background-color: #000;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

#works_content.works-single_page .works_gallery_flex .works_before_gallery {
  width: 40%;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_before_gallery {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery {
  width: calc(60% - 20px);
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_after_gallery {
    width: 100%;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery .ttl {
  background-color: #5B6264;
}

.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 20px;
}

.single-gallery_post h2.jp {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

/******************************/
/* 金・プラチナ・銀*/
/******************************/
.item_gold_platinum .box {
  margin-bottom: 40px;
}

.item_gold_platinum .box:last-child {
  margin-bottom: 0;
}

.item_gold_platinum .sec02 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .item_gold_platinum .sec02 {
    padding: 0 0 50px;
  }
}

.item_gold_platinum .sec02 .price_date {
  background-color: #333333;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 25px;
  border-radius: 100px;
}

/******************************/
/* 宅配買取 */
/******************************/
.collection-service .sec01,
.method .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .collection-service .sec01,
  .method .sec01 {
    padding-bottom: 0 0 50px;
  }
}

.collection-service .sec02,
.method .sec02 {
  position: relative;
  padding: 100px 0;
  background-color: #F7F8F9;
}

@media screen and (max-width: 1024px) {
  .collection-service .sec02,
  .method .sec02 {
    padding-bottom: 50px 0;
  }
}

.collection-service .sec02 .sub_images_ul li figure,
.method .sec02 .sub_images_ul li figure {
  text-align: center;
}

.collection-service .sec02 .sub_images_ul li figure img,
.method .sec02 .sub_images_ul li figure img {
  width: 80%;
}

.collection-service .sec03,
.method .sec03 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .collection-service .sec03,
  .method .sec03 {
    padding-bottom: 50px 0;
  }
}

.collection-service .sec03 .layout_a,
.method .sec03 .layout_a {
  border-bottom: solid 2px #879FAA;
}

.collection-service .sec03 .layout_a .imgbox,
.method .sec03 .layout_a .imgbox {
  width: 30%;
}

.collection-service .sec03 .dl_type01 dt span,
.method .sec03 .dl_type01 dt span {
  background-color: #C5161B;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 25px;
  border-radius: 100px;
  margin-bottom: 5px;
  display: inline-block;
}

.collection-service .sec03 .dl_type01 dt .dl_type01_ttl,
.method .sec03 .dl_type01 dt .dl_type01_ttl {
  border-bottom: dotted 2px #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.collection-service .sec03 .dl_type01 dd span,
.method .sec03 .dl_type01 dd span {
  color: #C5161B;
}

.collection-service .sec04,
.method .sec04 {
  position: relative;
  padding: 100px 0;
  background-color: #F7F8F9;
}

@media screen and (max-width: 1024px) {
  .collection-service .sec04,
  .method .sec04 {
    padding-bottom: 50px 0;
  }
}

/******************************/
/* 初めての方へ */
/******************************/
.guide .sec01 {
  position: relative;
  padding: 100px 0 0;
}

@media screen and (max-width: 1024px) {
  .guide .sec01 {
    padding: 50px 0 0;
  }
}

.guide .sec02 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .guide .sec02 {
    padding: 0 0 50px;
  }
}

/******************************/
/* 買取できない商品 */
/******************************/
.not_purchase .sec02 .sub_images_ul.cul2 li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: solid 2px #5B6264;
  padding: 30px 50px;
}

@media screen and (max-width: 1024px) {
  .not_purchase .sec02 .sub_images_ul.cul2 li {
    padding: 20px 5%;
  }
}

.not_purchase .sec02 .sub_images_ul.cul2 li .num {
  color: #EF7F0F;
}

.not_purchase .sec03 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .not_purchase .sec03 {
    padding: 0 0 50px;
  }
}

/******************************/
/* 金・プラチナ・銀 */
/******************************/
.item_gold_platinum .sub_images_ul.cul2 {
  gap: 5px;
}

@media screen and (max-width: 1024px) {
  .item_gold_platinum .sub_images_ul.cul2 {
    display: block;
  }
}

.item_gold_platinum .sub_images_ul.cul2 li {
  width: calc(100% / 2 - 5px);
}

@media screen and (max-width: 1024px) {
  .item_gold_platinum .sub_images_ul.cul2 li {
    width: 100%;
  }
}

.item_gold_platinum .sub_images_ul.cul2 li .tbl_list01_dl {
  margin-bottom: 0;
}

/******************************/
/* 店舗情報 */
/******************************/
.about-us .sec01 {
  position: relative;
}

/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* その他 */
/******************************/
.item_others .sec02 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .item_others .sec02 {
    padding: 0 0 50px;
  }
}

.item_others .sec03 {
  position: relative;
  padding: 100px 0;
  background-color: #F7F8F9;
}

@media screen and (max-width: 1024px) {
  .item_others .sec03 {
    padding: 50px 0;
  }
}

.item_others .sec04 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .item_others .sec04 {
    padding: 50px 0;
  }
}

.item_others .sec05 {
  position: relative;
  padding: 100px 0;
  background-color: #F7F8F9;
}

@media screen and (max-width: 1024px) {
  .item_others .sec05 {
    padding: 50px 0;
  }
}

/******************************/
/* ジュエリー */
/******************************/
.item_jewelry .sec02 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .item_jewelry .sec02 {
    padding: 0 0 50px;
  }
}

/******************************/
/* 買取品目（ブランド）テンプレート */
/******************************/
.page-template-tmpl_purchases_items .sec01 {
  position: relative;
  background-color: #fff;
  padding: 0 0 50px;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_purchases_items .sec01 {
    padding: 0 0 30px;
  }
}

.page-template-tmpl_purchases_items .sec02 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_purchases_items .sec02 {
    padding: 0 0 50px;
  }
}

/******************************/
/* ブランドテンプレート */
/******************************/
.page-template-tmpl_purchases_brand .sub_images_ul li img {
  aspect-ratio: 1/1;
}

.page-template-tmpl_purchases_brand .txt_brand01 {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 44px;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_purchases_brand .txt_brand01 {
    font-size: 22px;
  }
}

.page-template-tmpl_purchases_brand .txt_brand01 span {
  font-size: 68px;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_purchases_brand .txt_brand01 span {
    font-size: 42px;
  }
}

.page-template-tmpl_purchases_brand .lead {
  position: relative;
  background-image: url(../images/common/brand_lead_bg01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
  max-height: 540px;
  color: #fff;
}

.page-template-tmpl_purchases_brand .lead .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_purchases_brand .lead .box {
    width: 80%;
  }
}

.page-template-tmpl_purchases_brand .lead .box .txt_brand01 {
  color: #fff;
}

.page-template-tmpl_purchases_brand .sec01 {
  position: relative;
  background-color: #fff;
  padding: 0 0 50px;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_purchases_brand .sec01 {
    padding: 0 0 30px;
  }
}

.page-template-tmpl_purchases_brand .sec01 .h3 {
  font-size: 32px;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_purchases_brand .sec01 .h3 {
    font-size: 24px;
  }
}

.page-template-tmpl_purchases_brand .sec01 .sec01_brand {
  position: relative;
  background-image: url(../images/common/brand_sec01_bg01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.page-template-tmpl_purchases_brand .sec01 .sec01_brand .sec01_brand_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_purchases_brand .sec01 .sec01_brand .sec01_brand_flex {
    display: block;
  }
}

.page-template-tmpl_purchases_brand .sec01 .sec01_brand .sec01_brand_flex .imgbox {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_purchases_brand .sec01 .sec01_brand .sec01_brand_flex .imgbox {
    width: 100%;
    margin-bottom: 25px;
  }
}

.page-template-tmpl_purchases_brand .sec01 .sec01_brand .sec01_brand_flex .imgbox figure {
  text-align: center;
}

.page-template-tmpl_purchases_brand .sec01 .sec01_brand .sec01_brand_flex .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 365px;
  height: auto;
}

.page-template-tmpl_purchases_brand .sec01 .sec01_brand .sec01_brand_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-template-tmpl_purchases_brand .sec02 {
  position: relative;
  padding: 0 0 50px;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_purchases_brand .sec02 {
    padding: 0 0 30px;
  }
}

.page-template-tmpl_purchases_brand .sec03 {
  position: relative;
  background-color: #F7F8F9;
  padding: 100px 0px;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_purchases_brand .sec03 {
    padding: 50px 0;
  }
}

.page-template-tmpl_purchases_brand .sec03 .bland_point_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #879FAA;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_purchases_brand .sec03 .bland_point_dl {
    display: block;
  }
}

.page-template-tmpl_purchases_brand .sec03 .bland_point_dl dt {
  width: 20%;
  font-family: "Cormorant", serif;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_purchases_brand .sec03 .bland_point_dl dt {
    width: 100%;
    margin-bottom: 15px;
  }
}

.page-template-tmpl_purchases_brand .sec03 .bland_point_dl dt .num_sec03_txt {
  text-align: center;
}

.page-template-tmpl_purchases_brand .sec03 .bland_point_dl dt .num_sec03_txt p {
  font-size: 20px;
  line-height: 1;
}

.page-template-tmpl_purchases_brand .sec03 .bland_point_dl dt .num_sec03_txt span {
  font-size: 60px;
  line-height: 40px;
}

.page-template-tmpl_purchases_brand .sec03 .bland_point_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-template-tmpl_purchases_brand .sec04 {
  position: relative;
  background-color: #F7F8F9;
  padding: 100px 0px;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_purchases_brand .sec04 {
    padding: 50px 0;
  }
}

/******************************/
/* お問い合わせ共通上部 */
/******************************/
.contact_infoarea a.tel_link02 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact_infoarea a.tel_link02:before {
  background-image: url(../images/icon/tel_icon03.svg);
}

/******************************/
/* オンライン査定 */
/******************************/
.online-assessment .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .online-assessment .sec01 {
    padding: 0 0 50px;
  }
}

/******************************/
/* 会社案内 */
/******************************/
#company_content .greeting_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #company_content .greeting_flex {
    display: block;
  }
}

#company_content .greeting_flex .imgbox {
  width: 460px;
}

@media screen and (max-width: 767px) {
  #company_content .greeting_flex .imgbox {
    width: 100%;
  }
}

#company_content .greeting_flex .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

#company_content .greeting_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  #company_content .greeting_flex .txtbox {
    margin-right: 0;
  }
}

#company_content .greeting_flex .txtbox p {
  line-height: 1.5;
}

#company_content .greeting_flex .txtbox .named {
  margin-top: 30px;
}

#company_content .greeting_flex .txtbox .named .name_ttl {
  font-weight: bold;
  font-size: 20px;
}

#company_content .maker_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#company_content .maker_list li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li {
    width: calc((100% - 20px) / 2);
  }
}

#company_content .maker_list li:nth-child(1) {
  margin-top: 0;
}

#company_content .maker_list li:nth-child(2) {
  margin-top: 0;
}

#company_content .maker_list li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li:nth-child(3) {
    margin-top: 20px;
  }
}

#company_content .maker_list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li:nth-child(3n) {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li:nth-child(2n) {
    margin-right: 0;
  }
}

#company_content .maker_list li a {
  display: block;
}

#company_content .maker_list li a:hover {
  opacity: 0.7;
}

#company_content .maker_list li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 320 / 92;
}

#company_content .maker_list li a p {
  margin-top: 3px;
}

/******************************/
/* リンク集 */
/******************************/
.link .link_flex .linkbox {
  margin-bottom: 80px;
}

.link .link_contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link .link_contents_flex .contents_flex_li {
  width: calc((100% - 60px)/ 3);
  margin-right: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li {
    width: calc((100% - 20px)/ 2);
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(2n) {
    margin-right: 0;
  }
}

.link .link_contents_flex .contents_flex_li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(3n) {
    margin-right: 20px;
  }
}

.link .link_contents_flex .contents_flex_li:nth-child(1), .link .link_contents_flex .contents_flex_li:nth-child(2) {
  margin-top: 0;
}

.link .link_contents_flex .contents_flex_li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(3) {
    margin-top: 30px;
  }
}

.link .link_contents_flex .contents_flex_li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/260;
}

.link .link_contents_flex .contents_flex_li .txtbox p {
  font-size: 13px;
}

/******************************/
/* 会社案内 */
/******************************/
.company .add_company {
  background-color: #fff;
  padding: 0;
}

.company .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .company .sec01 {
    padding: 0 0 50px;
  }
}

/******************************/
/* コンタクト */
/******************************/
.contact .ttl04 {
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .contact .ttl04 {
    font-size: 16px;
  }
}

.contact .line_link {
  border-radius: 100px;
  border: solid 2px #00B900;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  /* line-height: 80px; */
  height: 80px;
  max-width: 350px;
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/******************************/
/* 治療費用 */
/******************************/
/******************************/
/* 404 */
/******************************/

/*# sourceMappingURL=css_map/style_page.css.map */
