@media screen and (max-width:1280px) {
/* CSSプロパティはa~z順になっています */
@charset "UTF-8";
body {
    background-color: #F9F9F9;
    overflow-x: hidden;
}
a {
    color: #000;
    text-decoration: none;
}
/* 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: 36px;
    margin-top: 50px;
    margin-left: 50px;
}
.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: 18px;
    margin-top: 50px;
    margin-right: 50px;
    position: fixed;
    padding: 27px;
    right: 0;
    z-index: 1000;
}
.header_menu .menu_text {
    padding-right: 35px;
    padding-left: 20px;
}
.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 */
.main_left img {
    margin-top: 10%;
    width: 45%;
}
.main_center {
    display: flex;
    justify-content: center;
    margin-top: -55%;
    margin-right: 5%;
}
.main_center img {
    margin-left: 45%;
    width: 50%;
}
.main_right {
    justify-content: center;
}
.main_right img {
    margin-left: 70%;
    width: 30%;
}
.main_rotation_right_1 {
    display: flex;
    justify-content: flex-end;
}
.main_rotation_right_1 img {
    width: 6%;
}
.doll {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto;
    margin-top: -15%;
    text-orientation: upright;
    writing-mode: vertical-rl;
}
.doll_text_title {
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 10px;
    padding-left: 90px;
}
.doll_text_main {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 3px;
    padding-left: 10px;
}

.doll_text_main_line {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 3px;
    padding-left: 60px;
}
.news h2 {
    font-size: 45px;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 200px;
    text-align: center;
}
.news span {
    color: #BABAB8;
    display: block;
    font-size: 17px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 20px;
}
.news_container {
    display: flex;
    justify-content: center;
}
.news_box {
    background-color: #FFF;
    border-radius: 20px;
    color: #222222;
    height: 165px;
    margin-right: 10px;
    margin-top: 70px;
    width: 285px;
}
.news_box .time {
    font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 23px;
    padding-left: 15px;
}
.news_box .title_text {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;;
    line-height: 28px;
    padding-top: 5px;
    padding-left: 34px
}
.news_box .add {
    border-bottom: 2px dashed;
    border-color: #BABABA;
    color: #BABABA;
    display: inline-block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 27px;
    margin-left: 34px;
    padding-top: 20px;
}
.news_rotation_right_2 {
    display: flex;
    justify-content: flex-end;
    margin-top: -150px;
}
.news_rotation_right_2 img {
    width: 15%;
}
.news_add {
    align-items: center;
    display: flex;
    flex-direction: column; /* 要素を列方向に並べる */
    justify-content: center;
    margin-top: 50px;
}
.news_add p {
    font-size: 18px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 60px;
    margin: 0 0 10px 0;
}
.news_add img {
    border-radius: 100%;
    height: 60px;
    margin-left: -0px;
    width: 60px;
}
.other {
    margin-top: -150px;
}
.other p {
    color: #222222;
    font-size: 45px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-left: 120px;
}
.other span {
    color: #BABABA;
    display: block;
    font-size: 17px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 1%;
}
.boll {
    align-items: center;
    display: flex;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    justify-content: center;
    margin-left: 230px;
}
.boll span {
    display: block;
    font-size: 34px;
    line-height: 72px;
    letter-spacing: 4px;
    margin-bottom: 40px;
    margin-top: 0px;
    width: 442px;
}
.boll p {
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 1px;
    width: 397px;
}
.boll img {
    margin-top: 0%;
    margin-left: 100px;
    width: 45%;
}
.boll_img {
    display: none;
}
.net {
    align-items: center;
    display: flex;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    justify-content: center;
}
.net span {
    display: block;
    font-size: 34px;
    line-height: 72px;
    letter-spacing: 4px;
    margin-bottom: 40px;
    margin-top: 0px;
    width: 442px;
}
.net p {
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 1px;
    width: 397px;
}
.net img {
    margin-top: 0%;
    margin-right: 100px;
    margin-left: -250px;
    width: 40%;
}
.net_img {
    display: none;
}
.price_rotation_left_1 {
    display: flex;
    justify-content: flex-start;
    margin-top: 100px;
}
.price_rotation_left_1 img {
    width: 13%;
}
.price {
    margin-top: -330px;
    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: 436px;
}
.price_card_left .header {
    background-color: #ffbd93; /* カスタムカラー */
    color: black;
    font-size: 20px;
    height: 55px;
    padding: 10px 0;
    padding-top: 17px;
    text-align: center;
    width: 436px;
}
.price_card_right .header {
    background-color: #d7ef7f; /* カスタムカラー */
    color: black;
    font-size: 20px;
    height: 55px;
    padding: 10px 0;
    padding-top: 17px;
    text-align: center;
    width: 436px;
}
.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_rotation_right_1 {
    display: flex;
    justify-content: flex-end;
    margin-top: -400px;
}
.price_rotation_right_1 img {
    width: 12%;
}
.section_container {
    height: 10px;
    margin: 0 auto;
    max-width: 950px;
    padding: 20px;
}
.section-header {
    background-color: #9be0dc;
    border-radius: 10px 10px 0 0;
    color: white;
    font-size: 20px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
}
.item-list {
    background-color: white;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 40px;
    text-align: center;
}
.item-list_sp {
    display: none;
}
.item-list .note {
    box-sizing: border-box;
    color: #555;
    grid-column: span 4;
    font-size: 14px;
    margin-top: 10px;
    padding: 0 10px;
    text-align: center;
}
.note_text span {
    color: #666;
    display: inline-block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    line-height: 28px;
    text-align: left;
}
.item-list::after {
    content: "";
    clear: both;
    display: block;
}
.item-column {
    border-left: 1px solid #a6e3df;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-style: normal;
    height: 110px;
    line-height: 13px;
    letter-spacing: 1px;
    padding: 0 10px;
}
.item-column p {
    font-size: 18px;
    margin-left: 10px;
    margin-top: 5px;
    padding-top: 10px;
    text-align: left;
}
.pran_add {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 330px;
}
.pran_add p {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 35px;
    font-size: 18px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    height: 71px;
    line-height: 60px;
    margin: 0 10px;
    padding-left: 110px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 432px;
}
.pran_add img {
    border-radius: 100%;
    height: 60px;
    margin-left: 0;
    margin-right: 10px;
    width: 60px;
}
.flow_container {
    background-color: #fff;
}
.flow_title {
    margin-top: 150px;
}
.flow_title p {
    color: #222222;
    font-size: 45px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin-left: 120px;
    padding-top: 100px;
}
.flow_title span {
    color: #BABABA;
    display: block;
    font-size: 17px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 1%;
}
.flow_box {
    margin-top: -15px;
    margin-left: 30%;
    padding-bottom: 100px;
}
.flow {
    align-items: center;
    border-bottom: 1px solid #ffbd93;
    display: flex;
    padding-bottom: 30px;
    width: 800px;
}
.flow .flow_namber {
    color: #ffbd93;
    font-size: 50px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 30px;
    
}
.flow .flow_content {
    color: #222;
    font-size: 20px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 4px;
    padding-left: 60px;
    padding-top: 30px;
}
.flow .flow_content span {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1.5;
}
.qa_rotation_left_1 {
    display: flex;
    justify-content: flex-start;
    margin-top: 100px;
}
.qa_rotation_left_1 img {
    width: 15%;
}
.qa {
    margin-top: -200px;
    text-align: center;
}
.qa p {
    color: #222222;
    font-size: 45px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
}
.qa span {
    color: #BABABA;
    display: block;
    font-size: 17px;
    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: 18px;
    line-height: 40px;
    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: 20px;
    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: 20px;
    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: 20px;
    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: 15%;
}
.qa_add {
    align-items: center;
    display: flex;
    flex-direction: column; /* 要素を列方向に並べる */
    justify-content: center;
    margin-top: -300px;
}
.qa_add p {
    font-size: 18px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 60px;
    margin: 0 0 10px 0;
}
.qa_add img {
    border-radius: 100%;
    height: 60px;
    margin-left: -0px;
    width: 60px;
}
.flow__box_sp {
    display: none;
}
.flow__box {
    display: block;
}
.flow__title {
    margin-top: 150px;
}
.flow__title p {
    color: #222222;
    font-size: 45px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin-left: 120px;
    padding-top: 100px;
}
.flow__title span {
    color: #BABABA;
    display: block;
    font-size: 17px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 1%;
}
.flow__box {
    background-color: #fff;
    height: 550px;
    margin-top: 200px;
}
.flow__content {
    align-items: center;
    border-bottom: 1px solid #FFBD93;
    display: flex;
    margin-left: 120px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 65%;
}
.flow_content_box {
    margin-top: 45px;
}
.flow__content .day .time .where {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
}
.time {
    margin-left: 20px;
}
.where {
    background-color: #FFBD93;
    border-radius: 20px;
    color: #fff;
    margin-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
.flow__content .content {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    padding-left: 30px;
}
.contact_rotation_right_1 {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}
.contact_rotation_right_1 img {
    width: 15%;
}
.contact{
    margin-top: -400px;
    text-align: center;
}
.contact p {
    color: #222222;
    font-size: 45px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
}
.contact span {
    color: #BABABA;
    display: block;
    font-size: 17px;
    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: 18px;
    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: 20px;
    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: 400px;
}
.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: 18px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    height: 71px;
    line-height: 60px;
    margin: 0 10px;
    padding-left: 110px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 432px;
}
.contact_add img {
    border-radius: 100%;
    height: 60px;
    margin-left: 0;
    margin-right: 10px;
    width: 60px;
}
.contact_rotation_left_1 {
    display: flex;
    justify-content: flex-start;
    margin-top: -400px;
}
.contact_rotation_left_1 img {
    width: 10%;
}
footer img {
    margin-top: 00px;
    position: relative;
    width: 100%;
}
.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: -300px;
    position: absolute;
    padding: 20px;
    width: 600px;
}
.column {
    border-left: 1px solid #fff;
    flex: 1;
    margin: 0 20px;
    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: 60px;
    margin-top: 2px;
    position: absolute;
    width: 100%;
}
.copy_text {
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.12px;
    margin-right: 50px;
    margin-top: 15px;
    text-align: right;
}
.footer_top_right_1 {
    display: flex;
    justify-content: flex-end;
    margin-top: -300px;
    margin-right: 10px;
}
.footer_top_right_1 img {
    width: 10%;
}
}