@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

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

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  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 {
  position: relative;
  background-image: url(../images/common/sv.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/420;
  border-bottom: solid 10px #F2C616;
}
@media (max-width: 767px) {
  main section .page_head {
    aspect-ratio: 16/6;
  }
}
main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
  text-align: center;
}
main section .page_title .sv_ttl {
  position: relative;
  color: #fff;
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5019607843);
}
@media (max-width: 1024px) {
  main section .page_title .sv_ttl .jp_ttl {
    font-size: 20px;
  }
}

/*
#news_c_content {

	.doted {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 50px;

		li {
			margin-top: 0;
			margin-right: 1em;

			&:last-child {
				margin-right: 0;
			}
		}
	}
}*/
/******************************/
/* プライバシーポリシー
 */
/******************************/
.privacy-policy .indent01 {
  padding-left: 1.5em;
}
.privacy-policy .sec {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .privacy-policy .sec {
    padding: 0 0 50px;
  }
}

/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: solid 2px #0C0C0C;
  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: #CD002C;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}
.news_text_block .category_c.type01 a {
  background-color: #0B378F;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* 車両 */
/******************************/
.car .sec01 .carbox {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .car .sec01 .carbox {
    padding: 50px 0;
  }
}
.car .sec01 .carbox:nth-child(odd) {
  background-color: #F1EEEE;
}
.car .sec01 .carbox:nth-child(even) {
  background-color: #F8F8F8;
}
.car .sec01 .carbox .layout_b .txtbox .car_specbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 12px #747A92;
  padding: 5% 10%;
  background-color: #FFFFFF;
}
.car .sec01 .carbox .sub_images_ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/254;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #0C0C0C;
}

/******************************/
/* 会社案内 */
/******************************/
.link_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 0;
}
.link_area a {
  color: #FF0000;
  border-bottom: solid 1px #FF0000;
  display: inline-block;
}

.contactbox01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 50px #E8E6E5;
  background-color: #fff;
  padding: 50px 80px;
}
@media (max-width: 1024px) {
  .contactbox01 {
    padding: 30px 5%;
    border: solid 10px #E8E6E5;
  }
}

/******************************/
/* リンク集 */
/******************************/
.flow .sec01 .layout_c {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  .flow .sec01 .layout_c {
    gap: 10px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.flow .sec02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #F6F6CA;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .flow .sec02 {
    padding: 50px 0;
  }
}
.flow .sec02 .ttl_a .h_ttl span {
  background-color: #F6F6CA;
}
.flow .sec03 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .flow .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* コンタクト */
/******************************/
.trouble .sec02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #F2F1E7;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .trouble .sec02 {
    padding: 50px 0;
  }
}
.trouble .sec02 .ttl_a .h_ttl span {
  background-color: #F2F1E7;
}
.trouble .sec03 {
  position: relative;
  background-image: url(../images/trouble/bg001.jpg);
  background-size: cover;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .trouble .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* 治療費用 */
/******************************/
.purchase_grand_piano .sec02,
.purchase_upright_piano .sec02,
.purchase_electronic_piano .sec02 {
  position: relative;
  background-image: url(../images/common/bg_001.jpg);
  background-size: cover;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .purchase_grand_piano .sec02,
  .purchase_upright_piano .sec02,
  .purchase_electronic_piano .sec02 {
    padding: 50px 0;
  }
}
.purchase_grand_piano .sec03,
.purchase_upright_piano .sec03,
.purchase_electronic_piano .sec03 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .purchase_grand_piano .sec03,
  .purchase_upright_piano .sec03,
  .purchase_electronic_piano .sec03 {
    padding: 50px 0;
  }
}

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