/* CSSプロパティはa~z順になっています */
@charset "UTF-8";
@media screen and (max-width: 1190px) {
body {
    background-color: #F9F9F9;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #000;
}
/* header */
.header_container {
    align-items: center;
    display: flex;
    position: fixed;
}
.header_text {
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 34px;
    margin-top: 50px;
    margin-left: 40px;
}
.header_menu {
    align-items: center;
    background-color: #fff;
    border-radius: 35px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    display: flex;
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    margin-top: 50px;
    margin-right: 50px;
    position: fixed;
    padding: 27px;
    right: 0;
    z-index: 1000;
}
.header_menu .menu_text {
    padding-right: 20px;
    padding-left: 5px;
}
.menu_contact {
    align-items: center;
    display: flex;
    margin-right: 60px;
    position: relative;
}
.header_menu img {
    border-radius: 100%;
    height: 60px;
    margin-right: 40px;
    position: absolute;
    right: 0;
    width: 60px;
}
/* main */
.header_top_text {
    text-align: right;
}
.header_top_text p {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 35px;
    text-align: right;
    padding-top: 15%;
    margin-right: 5%;
}
.header_top_text span {
    display: flex;
    color: #BABABA;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 1.5px;
    margin-left: 50%;
}
.page_down p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 1.56px;
    margin-left: 50px;
}
.page_down span {
    color: #BABABA;
}
.price_top_img {
    text-align: center;
    margin: 0 auto;
}
.price_top_img img {
    margin-top: 30px;
    width: 90%;
}
.flow_rotation_right_1 {
    display: flex;
    justify-content: flex-end;
}
.flow_rotation_right_1 img {
    width: 8%;
}
.flow_rotation_left_1 {
    display: flex;
    justify-content: flex-start;
    margin-top: 100px;
}
.flow_rotation_left_1 img {
    width: 8%;
}
.price_container {
    margin-top: -70%;
    text-align: center;
}
.price {
    margin-top: 0px;
    text-align: center;
}
.price p {
    color: #222222;
    font-size: 45px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
}
.price span {
    color: #BABABA;
    display: block;
    font-size: 17px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 1%;
}
.price_card_container {
    display: flex;
    gap: 40px; /* カード間のスペース */
    justify-content: center; /* カードを中央揃え */
    margin-top: 60px;
}
.price_card {
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    overflow: hidden;
    width: 70%;
}
.price_card_left .header {
    background-color: #ffbd93; /* カスタムカラー */
    color: black;
    font-size: 20px;
    height: 55px;
    padding: 10px 0;
    padding-top: 17px;
    text-align: center;
    width: 100%;
}
.price_card_right .header {
    background-color: #d7ef7f; /* カスタムカラー */
    color: black;
    font-size: 20px;
    height: 55px;
    padding: 10px 0;
    padding-top: 17px;
    text-align: center;
    width: 100%;
}
.price_sub {
    font-size: 16px;
}
.price_card .body {
    background-color: white;
    height: 150px;
    padding: 20px 0;
    text-align: center;
    padding-top: 45px;
}
.price_card .body .price_text {
    font-size: 52px;
    font-weight: bold;
}
.price_card .body .unit {
   font-size: 33px;
   margin-left: 5px;
}
.price_img img {
    margin-top: 30%;
    width: 75%;
}
.price_text {
    margin-top: 60px;
}
.price_text a {
    text-decoration: underline;
    color: red;
}
.price_text p {
    color: #666;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.5;
    margin-left: 12%;
}
.price_table {
    width: 80%;
    margin:  0 auto;
    margin-top: 100px;
    border-collapse: collapse;
    font-size: 16px;
}
.price_table table {
    width: 100%;
}
.price_table th, .price_table td {
    padding: 12px;
    border: 2px solid #ccc;
    text-align: center;
}
.price_table th {
    background-color: #FFBD93;
    font-weight: bold;
}
.price_note p {
    color: #333;
    font-size: 16px;
    margin-top: 20px;
    margin-right: 18%;
    text-align: right;
    line-height: 20px;
}
.price_img_2 img {
    margin-top: 40%;
    width: 80%;
}
price {
    display: block;
}
.price_text_2 {
    margin-top: 100px;
}
.price_text_2 a {
    text-decoration: underline;
    color: red;
}
.price_text_2 p {
    color: #666;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.5;
    margin-left: 12%;
}
.price_table_2 {
    width: 80%;
    margin:  0 auto;
    margin-top: 100px;
    border-collapse: collapse;
    font-size: 16px;
}
.price_table_2 table {
    width: 100%;
}
.price_table_2 th, .price_table_2 td {
    padding: 12px;
    border: 2px solid #ccc;
    text-align: center;
}
.price_table_2 th {
    background-color: #FFBD93;
    font-weight: bold;
}
price {
    display: block;
}
.price_note_2 p {
    color: #333;
    font-size: 16px;
    margin-top: 20px;
    margin-right: 18%;
    text-align: right;
    line-height: 20px;
}
.price_price {
    font-size: 40px;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 60%;
}
.price_text_3 {
    margin-top: 100px;
}
.price_text_3 a {
    text-decoration: underline;
    color: red;
}
.price_text_3 p {
    color: #666;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.5;
    margin-left: 12%;
}
.price_3 {
    font-size: 12px;
}
.price_table_3 table {
    width: 100%;
}
.price_table_3 th, .price_table_2 td {
    padding: 12px;
    border: 2px solid #ccc;
    text-align: center;
}
.price_table_3 th {
    background-color: #FFBD93;
    font-weight: bold;
}
.price_note_3 p {
    color: #333;
    font-size: 16px;
    margin-top: 20px;
    margin-right: 18%;
    text-align: right;
    line-height: 20px;
}
.qa_rotation_left_1 {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}
.qa_rotation_left_1 img {
    width: 15%;
}
.qa {
    margin-top: 0px;
    text-align: center;
}
.qa p {
    color: #222222;
    font-size: 43px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin-top: -16%;
}
.qa span {
    color: #BABABA;
    display: block;
    font-size: 15px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 1%;
}
o {
    color: #7cdbdc;
}
.qa_box {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 20px 20px 0px 0px;
    cursor: pointer;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    height: auto;
    margin: 0 auto;
    margin-top: 90px;
    padding: 20px;
    width: 900px;
}
.qa_box0 {
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    height: auto;
    margin: 0 auto;
    margin-top: -1px;
    padding: 20px;
    width: 900px;
}
.qa_box1 {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px 0px 20px 20px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    height: auto;
    margin: 0 auto;
    margin-top: -1px;
    padding: 20px;
    width: 900px;
}
.area {
    background-color: #fff;
    border-radius: 5px;
    color: #666;
    display: none;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.16px;
    margin-top: -20px;
    margin-left: 66px;
    padding: 10px;
}
.title::after {
    content: "＋";
    float: right;
}
.title.active::after {
    content: "ー";
}
.qa_box .title {
    font-size: 18px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
}
.qa_box0 .title {
    font-size: 18px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
}
.qa_box1 .title {
    font-size: 18px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
}
.qa_rotation_right_1 {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}
.qa_rotation_right_1 img {
    width: 10%;
}
.qa_add {
    align-items: center;
    display: flex;
    flex-direction: column; /* 要素を列方向に並べる */
    justify-content: center;
    margin-top: -150px;
}
.qa_add p {
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 50px;
    margin: 0 0 10px 0;
}
.qa_add img {
    border-radius: 100%;
    height: 50px;
    margin-left: -0px;
    width: 50px;
}
.contact_rotation_right_1 {
    display: flex;
    justify-content: flex-end;
    margin-top: 250px;
}
.contact_rotation_right_1 img {
    width: 15%;
}
.contact{
    margin-top: -500px;
    text-align: center;
}
.contact p {
    color: #222222;
    font-size: 43px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
}
.contact span {
    color: #BABABA;
    display: block;
    font-size: 15px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 1%;
}
.contact_text {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 31px;
    margin-top: 50px;
    text-align: center;
}
.web_box {
    margin-top: 60px;
}
.web_box p {
    color: #fff;
    background-color: #FFBD93;
    border-radius: 30px;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 2px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    width: 382px;
}
.contact_add {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 60px;
}
.contact_add p {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 35px;
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    height: 71px;
    line-height: 50px;
    margin: 0 10px;
    padding-left: 110px;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 400px;
}
.contact_add img {
    border-radius: 100%;
    height: 50px;
    margin-left: 0;
    margin-right: 10px;
    width: 50px;
}
.contact_rotation_left_1 {
    display: flex;
    justify-content: flex-start;
    margin-top: -350px;
}
.contact_rotation_left_1 img {
    width: 8%;
}
footer img {
    margin-top: 00px;
    position: relative;
    width: 100%;
}
.footer_img {
    margin-top: 10%;
}
.footer_header {
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 4px;
    margin-left: 80px;
    margin-top: -330px;
    position: absolute;
}
.footer_address {
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 4px;
    margin-left: 80px;
    margin-top: -250px;
    position: absolute;
}
.site_map {
    display: flex;
    justify-content: space-between; /* 2つの列を左右に配置 */
    line-height: 30px;
    letter-spacing: 1px;
    margin-left: 550px;
    margin-top: -280px;
    position: absolute;
    padding: 10px;
    width: 600px;
}
.column {
    border-left: 1px solid #fff;
    flex: 1;
    margin: 0 10px;
    padding-left: 20px;
}
.column p {
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 16px; 
    margin-bottom: 20px;
}
.site_map a {
    color: #fff;
    text-decoration: none;
}
.copy {
    background-color: #FFBD93;
    height: 50px;
    margin-top: 2px;
    position: absolute;
    width: 100%;
}
.copy_text {
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 1.12px;
    margin-right: 50px;
    margin-top: 12px;
    text-align: right;
}
.footer_top_right_1 {
    display: flex;
    justify-content: flex-end;
    margin-top: -250px;
    margin-right: 30px;
}
.footer_top_right_1 img {
    width: 8%;
}
footer img {
    margin-top: 00px;
    position: relative;
    width: 100%;
}
.footer_img {
    margin-top: 10%;
}
.footer_header {
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 4px;
    margin-left: 80px;
    margin-top: -330px;
    position: absolute;
}
.footer_address {
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 4px;
    margin-left: 80px;
    margin-top: -250px;
    position: absolute;
}
.site_map {
    display: flex;
    justify-content: space-between; /* 2つの列を左右に配置 */
    line-height: 30px;
    letter-spacing: 1px;
    margin-left: 550px;
    margin-top: -280px;
    position: absolute;
    padding: 10px;
    width: 600px;
}
.column {
    border-left: 1px solid #fff;
    flex: 1;
    margin: 0 10px;
    padding-left: 20px;
}
.column p {
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 16px; 
    margin-bottom: 20px;
}
.site_map a {
    color: #fff;
    text-decoration: none;
}
.copy {
    background-color: #FFBD93;
    height: 50px;
    margin-top: 2px;
    position: absolute;
    width: 100%;
}
.copy_text {
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 1.12px;
    margin-right: 50px;
    margin-top: 12px;
    text-align: right;
}
.footer_top_right_1 {
    display: flex;
    justify-content: flex-end;
    margin-top: -250px;
    margin-right: 30px;
}
.footer_top_right_1 img {
    width: 8%;
}
}