html {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 16px;
}

body {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

.item {
    display: flex;
    flex-direction: row;
}

h1 {
    font-size: 2rem;
}

/* header */
header {
    width: 100%;
    margin: 0 0 0.5% 0;
    background-color: white;
    margin-bottom: 15px;
}

.header {
    width: 80%;
    margin: auto;
    margin-top:20px;
    display: flex;
}

.header_company {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    text-decoration-line: none;
}

.header_company>p {
    font-size: 0.75rem;
    margin: 0;
    padding: 0;
}

.header_coment{
    white-space: nowrap;
}

.title_img {
    object-fit: cover;
    height: auto;
    width: 140px;
}

.menu_bar_open,
.menu_bar_close{
    display: none;
}

.header_nav {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-left: auto;
    justify-content: flex-end;
    align-items: end;
    padding:0;
    font-size: 0.87rem;
    width: 600px;
}

.header_nav_link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    text-decoration: none;
    width: 90px;
}

.header_nav_link p{
    margin:0px;
}

.header_nav_icon {
    width: 36px;
}

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

.top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.eye_catch{
    position:relative;
    width:90%;
    height: 66vh;
    margin:auto;
    overflow: hidden;
    font-weight: bold;
}

.slide_images {
    object-fit: cover;
    height:500px;
    width: 100%;
    opacity: 0.8;
    border-radius: 40px;
}

.top_page_message{
    position:absolute;
    font-weight:bold;
    color:white;
    top: 20%;
    left: 10%; 
    z-index: 1;
}

.top_page_message1{
    font-size:1.8rem;
    font-weight: bold;
}

.top_page_message2{
    font-size:1rem;
    margin:0;
}


.news * {
    width:100%;
    margin: 0;
    padding: 0;
}

.news {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding:0px 20px 50px 20px;
    font-size: 1.12rem;
    background-color: #f4f4f4;
    border-radius: 20px;
}

.news>div{
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}

.news_top{
    font-size:1.5rem;
    text-align: center;
    margin-top:20px;
    margin-bottom:10px;
    font-weight: bold;
}

.news>div>ul{
    list-style-type: none;
    background-color: white;
    border-radius: 20px;
    padding:10px 20px 10px 20px;
    margin:5px 0px 3px 0px;
    width:50%;
}

.news li{
    display:flex;
    flex-direction: column;
}

.news_date,
.news_cat
{
    font-size:0.81rem;
    color: #444444;
    margin-right: 5px;
}

.news_content{
    font-size: 0.9rem;
}



.introduction {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 770px;
    font-size: 1.12rem;
}

.infomation_title {
    width: 100%;
    border-bottom: 2px solid;
    border-width: bold;
    margin-bottom: 10px;
}

.infomation_top_image{
    display:flex;
    flex-direction: row;
    justify-content:space-between;
}

.infomation_top_image img{
    width:30%;
    border-radius: 15px;
}

.intro_about{
    display:flex;
    flex-direction: row;
    justify-content:space-around;
    margin-top:40px;
}

.intro_title{
    width:50%;
}
.intro_title > div{
    font-size:2.81rem;
}

.intro_title > p{
    font-size:1rem;
}

.intro_link{
    width:50%;
}

.intro_link > div {
    font-size:22px;
    border-top: solid 1px rgba(0, 0, 0, 0.5);
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10%;
}

.intro_link > div:last-child{
    border-bottom: solid 1px rgba(0, 0, 0, 0.5) !important;
}


/* footer */
footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width:100%;
}

footer * {
    margin: 0;
    padding: 0;
    font-size: 0.87rem
}

.footer_company {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer_company li {
    margin: 1% 1% 0% 1%;
    list-style-type: none;
}

.footer_nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
}

.footer_nav li {
    margin: 1% 1% 0% 1%;
}

.footer_sns {
    margin: 20px 1% 0% 1%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
}

.footer_sns li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer_sns li:first-child {
    margin-right: 20px;
}

.footer_sns * {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 20px;
    text-align: center;
}

.copyright {
    display: flex;
    justify-content: center;
    margin-top: 1%;
    scroll-snap-align: end;
}

/* contact */
.contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
}

.contact_table {
    font-size: 1.25rem;
    border-spacing: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact_table * {
    margin: 0px;
    padding: 0px;
}

.contact_table td:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 300px;
}

.contact_table input,
.contact_table textarea {
    border: 0.5px #969696 solid;
    background-color: #f2fcf6;
    font-size: 1.125rem;
    width: 400px;
    height: 40px;
    border-radius: 6px;
}

.contact_table textarea {
    height: 120px;
}

.contact_table p {
    font-size: 0.75rem;
    width: auto;
}

.hissu {
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
    border: 1px solid red;
    border-radius: 20px;
    padding: 1px;
    align-items: center;
    justify-content: center;
    color: red;
}

input.contact_confirm,
button#contact_submit  {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0);
    color: white;
    border: 1px solid black;
    height: 60px;
    width: 300px;
    font-size: 1.25rem;
    font-weight: 900;
}

.contact_table_confirm input,
.contact_table_confirm textarea {
    border: 0.5px #969696 solid;
    background-color: #f4f4f4;
    font-size: 1.125rem;
    width: 400px;
    height: 40px;
    border-radius: 6px;
}

.contact_table_confirm textarea {
    height: 120px;
}

/* farm */
.farm_infomation {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin: auto;
}

.farm_infomation h1 {
    font-size: 2rem;
    text-align: center;
    margin: 0;
}

.farm_infomation h1 {
    width: 100%;
}

.farm_infomation p {
    text-align: center;
    padding: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.shinano_img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    height: 350px;
}

.farm_info_1 p, .farm_info_2 p, .farm_info_3 p, .farm_info_4 p {
    margin-left: 20%;
    margin-top:0px;
    margin-bottom: 50px;
    text-align: start;
    justify-content: flex-start;
}

.farm_info_1 p{
    margin:30px 0 30px 0;
    text-align: center;
}

.farm_info_5 {
    margin:0px 20px 40px 20px;
}

.tokutei_syou_torishiki{
    width:100%;
}

/* annouce */
.annouce_page{
    display:flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:50px;
}

.annouce_list li{
    list-style-type: none;
    margin-bottom:10px;
    text-decoration-line:underline;
}

/* article */
.article_page{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:20px;
}

#artcile_date{
    width: 80%;
    text-align: left;
    margin: 0px;
    padding:0px;
}

.article_title{
    width: 80%;
    background-color: #e7e7e7;
    margin-bottom:20px;
}

.article_title h1{
    text-align: center;
    font-size:1.5rem;
}

.annouce_article{
    font-size: 1rem;
    margin-bottom:40px;
    width:60%;
}



/* items */
.farm_items>h1 {
    text-align: center;
}

.farm_items {
    width: 70%;
    margin: auto;
}

.farm_item {
    margin: 50px 0 80px 0;
}

.farm_item_details {
    display: flex;
    flex-direction: row;
}

.farm_item_details p {
    width: 50%;
    padding: 20px;
    padding-top: 0px;
    margin-top: 0px;
}

.farm_items_img {
    width: 50%;
    border-radius: 30px;
}

/* store_top */
.page_title {
    font-size: 1.37rem;
}

.page_annaunce {
    padding-bottom: 20px;
    border-bottom: 1px #777777 solid;
    font-size: 0.87rem
}

.store {
    width: 1400px;
    padding-top: 90px;
}

.store_main {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.store_items_list {
    display: flex;
    flex-direction: row;
    width:80%;
    margin:auto;
    flex-wrap: wrap;
    justify-content: center;
}

.store_item {
    /* flex-basis: 25%; */
    width: 300px;
    margin-left: 20px;
    margin-bottom: 10px;
    position: relative;
}

.store_item:first-child,
.store_item:nth-child(n+5):nth-child(4n+1) {
    margin-left: 0px;
}

.store_item:hover {
    transform: translate(1px, 1px);
    cursor: pointer;
}

/* .store_item>a:link {
    color: black;
    text-decoration: none;
}

.store_item>a:visited {
    color: black;
    text-decoration: none;
}

.store_item>a:active {
    color: black;
    text-decoration: none;
}

.store_item>a:hover {
    color: black;
    text-decoration: none;
    border-radius: 0 0 30px 30px;
    box-shadow: 3px 3px 3px rgba(48, 48, 48);
} */

.item_img {
    display: flex;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
}

.store_items_details {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-weight: 900;
    padding: 5px 5px 5px 5px;
    border-bottom: 2px solid black;
}

.store_items_details>* {
    font-size: 1rem;
}

.store_item_name {
    padding-right: 10px;
}

.store_item_discription {
    padding: 10px 15px 0 15px;
    padding-bottom: 10px;
    font-size: 0.85rem;
}

/* item_details */
.store_belt {
    display:flex;
    flex-direction: row;
    justify-content: end;
    background-color: rgba(69, 65, 65);
    color: white;
    font-weight: 200;
    font-size: 1rem;
    text-align: center;
    padding: 10px 5px 10px 0;
}

.store_belt_menu a{
    color:white;
    font-weight:bold;
}

.store_belt_menu{
    color:white;
    font-weight:bold;
    margin-right:20px;
}

.item_detail_sub1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    width:auto;
    margin-top: 20px;
}

.item_detail_introduction {
    display: flex;
    flex-direction: row;
    padding: 0;
}

.item_detail_images_small {
    display: flex;
    flex-direction: column;
    padding: 0px 20px 0px 20px;
}

.item_detail_image_small {
    padding: 0;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.item_detail_image_small:hover {
    transform: translate(1px, 1px);
    cursor: pointer;
}

.item_detail_images_big {
    position: relative;
}

.item_detail_image_big {
    padding: 0;
    width: 600px;
    height: 600px;
}

#item_detail_sns_share {
    display: flex;
    position: absolute;
    color:#d14646;
    top: 10px;
    right: 10px;
    font-size: 2.5rem;
    border: 1px solid rgba(226, 225, 225);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255);
    z-index: 1;
    background: linear-gradient(145deg, #f0f0f0, #cacaca);
    box-shadow:  8px 8px 16px #696969,
                 -8px -8px 16px #ffffff;
    cursor: pointer;
}

#item_detail_sns_share:hover {
    display: flex;
    position: absolute;
    color:#d45a5a;
    top: 10px;
    right: 10px;
    font-size: 2.5rem;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255);
    z-index: 1;
    background: #e0e0e0;
    cursor: pointer;
}

.item_detail_discription {
    margin: 0px 1px 0px 30px;
}

.item_detail_discription_name {
    font-size: 1.87rem;
    font-weight: 900;
}

.item_detail_discription_product_area {
    font-size: 1.5rem;
}

.item_detail_discription_product_point {
    color: blue;
    font-size: 1rem;
}

.item_detail_discription_discription {
    margin: 20px 0px 20px 0px;
    font-size: 1.125rem;
}

.item_detail_discription_price {
    color: rgba(221, 2, 2);
    font-size: 1.87rem;
    font-weight: 900;
    font-family: 'Meiryo';
}

.item_detail_discription_shipping{
    color: rgba(0, 0, 0);
    font-size: 1.06rem;
    font-weight: 900;
    font-family: 'Meiryo';
}

.item_detail_discription_price_onepoints {
    font-size: 0.87rem;
    color: rgba(79, 77, 77);
    padding:0;
    width:300px;
}

.item_detail_buy_count_titile {
    margin-top: 20px;
}

.item_detail_buy_count,
.item_detail_buy_count_option {
    height: 40px;
    width: 200px;
    font-size: 1.25rem;
    border: 1px solid black;
    border-radius: 0px;
    background-color: white;
    padding: 3px 3px 3px 10px;
}

.item_detail_stocks_situation {
    font-size: 0.87rem;
    color: rgba(79, 77, 77)
}

.item_detail_cart {
    display: flex;
    flex-direction: row;
    height: 60px;
    margin-top: 20px;
}

.item_detail_cart_in {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(221, 2, 2);
    color: white;
    width: 300px;
    font-size: 1rem;
}


.item_detail_cart_in:hover {
    cursor: pointer;
    transform: translate(1px, 1px);
}

.item_detail_cart_in_not{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    color: #999;
    width: 300px;
    font-size: 1rem;
}

.item_detail_category_how_to {
    margin-top: 40px;
    font-size: 1.87rem;
    width: 100%;
    text-align: center;

}

.item_detail_category_how_to_enjoys {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.item_detail_category_how_to_enjoy {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    flex-basis: 25%;
}

.item_detail_category_how_to_enjoy1 {
    height: 400px;
    width: 400px;
}

.item_detail_customer_reviews {
    margin-top: 40px;
    font-size: 1.87rem;
    width: 100%;
    text-align: center;
}

.item_detail_customer_review {
    width: 800px;
    margin: 20px auto auto auto;
}

.item_detail_customer_review_title_date {
    display: flex;
    flex-direction: row;
}

.item_detail_customer_review_title {
    font-size: 1.25rem;
    font-weight: 900;
}

.item_detail_customer_review_icon_mark_item {
    display: flex;
    flex-direction: row;
    margin: 10px;
}

.item_detail_customer_review_icon {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0px;
}

.item_detail_customer_review_mark_item {
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item_detail_customer_review_comment {
    margin: 10px auto auto 30px;
    width: 700px;
}

/* login or regist */
.login_main {
    display: flex;
    flex-direction: row;
    border: 1px solid rgba(180, 180, 180);
    margin: auto;
}

.login_login_menu,
.login_regist_menu {
    font-size: 1.37rem;
    font-weight: 900;
}

.login_login {
    width: 50%;
    padding: 30px;
    margin: 20px 0 20px 0;
    border-right: 1px solid rgba(180, 180, 180);
}

.login_login_annaunce {
    font-size: 0.87rem
}

.login_login_form {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.login_login_form>label {
    font-size: 1.125rem;
    font-weight: 900;
    margin-top: 10px;
}

.login_email,
.login_password {
    border: none;
    border-bottom: 1px black solid;
    background-color: #f7f7f7;
    height: 40px;
    font-size: 1.125rem;
}

.login_password_visible {
    margin-top: 10px;
}

.login_password_visible_checkbox {
    height: 16px;
    width: 16px;
}

.login_password_visible_label {
    font-size: 1rem;
}

.login_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0);
    color: white;
    border: 1px solid black;
    height: 60px;
    width: 300px;
    font-size: 1.25rem;
    font-weight: 900;
    margin-top: 40px;
}


.login_submit:hover {
    cursor: pointer;
    transform: translate(1px, 1px);
}

.login_password_forget {
    text-decoration: underline black;
    font-size: 1rem;
    margin-top: 10px;
}

.login_regist {
    width: 50%;
    padding: 30px;
    margin: 20px 0 20px 0;
}

.login_regist_annaunce {
    font-size: 0.87rem
}

.login_regist_regist {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0);
    color: white;
    border: 1px solid black;
    height: 60px;
    width: 300px;
    font-size: 1.25rem;
    font-weight: 900;
    margin-top: 40px;
}

.login_regist_regist:hover {
    cursor: pointer;
    transform: translate(1px, 1px);
}

.account_regist_submit {
    margin:auto;
    background-color: rgba(0, 0, 0);
    color: white;
    border: 1px solid black;
    height: 60px;
    width: 300px;
    font-size: 1.25rem;
    font-weight: 900;
    margin-top: 40px;
}

.account_regist_submit:hover {
    cursor: pointer;
    transform: translate(1px, 1px);
}


/* new regist */
.new_regist{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.new_regist_form {
    /* width: 70%; */
    margin: auto;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
}

.new_regist_form>label,
.new_regist_mail_magazine {
    font-size: 1.125rem;
    font-weight: 900;
    margin-top: 20px;
}

.new_regist_password_visible_checkbox {
    height: 16px;
    width: 16px;
}

.new_regist_password_visible>.new_regist_password_visible_label {
    font-size: 1rem;
    margin-top: 0px;
}

.new_regist_births {
    display: flex;
    flex-direction: row;
}

.new_regist_births>span {
    margin-right: 10px;
}


.new_regist_mail_magazine_raddio_button {
    display: flex;
    flex-direction: row;
}

.new_regist_mail_magazine_raddio_button label {
    width: 150px;
}

.new_regist_rule_title {
    margin-top: 50px;
    margin-bottom: 10px;
}

.new_regist_rule_contents_title {
    font-weight: 900;
    margin-bottom: 20px;
}

.new_regist_rule_contents {
    border: 0.5px #969696 solid;
    overflow: scroll;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    height: 300px;
    width: 700px;
}

.new_regist_rule_contents * {
    margin: 0px;
    padding: 0px;
    font-size: 1rem;
}

.new_regist_rule_contents_contents {
    margin-top: 10px;
}

.new_regist_rule_contents_contents_chapter {
    font-weight: 900;
}

.new_regist_rule_contents_contents_content {
    padding-left: 30px;
}

.new_regist_rule_confirm_checkbox_label {
    font-size: 1rem;
}

.new_regist_family_name,
.new_regist_first_name,
.new_regist_family_ruby,
.new_regist_first_ruby,
.new_regist_company,
.new_regist_email1,
.new_regist_email2,
.new_regist_password,
.new_regist_postcode,
.new_regist_pref,
.new_regist_city,
.new_regist_tel,
.new_regist_birth {
    border: 0.5px #969696 solid;
    background-color: #f2fcf6;
    font-size: 1.125rem;
    margin: 0px;
    padding: 0px;
    width: 600px;
    height: 40px;
    border-radius: 6px;
    padding-left: 15px;
}

.new_regist_family_name,
.new_regist_first_name,
.new_regist_family_ruby,
.new_regist_first_ruby,
.new_regist_postcode,
.new_regist_pref {
    width: 300px;
}

.new_regist_birth {
    width: 100px;
    text-align: right;
    padding-right: 23px;
}

.new_regist_required {
    font-size: 0.75rem;
    color: rgba(255, 94, 94);
}

#regist_confirm_result,
#regist_result,
#login_error_msg{
    color:red;
    text-align: center;
}

/* regist confirm */
.regist_confirm{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.regist_confirm_form {
    /* width: 70%; */
    margin: auto;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
}

.regist_confirm_postcode_to_address {
    display: flex;
    flex-direction: row;
}

.regist_confirm_form>label {
    font-size: 1.125rem;
    font-weight: 900;
    margin-top: 20px;
}

.regist_confirm_births {
    display: flex;
    flex-direction: row;
}

.regist_confirm_births>span {
    margin-right: 10px;
}

.regist_confirm_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:auto;
    background-color: rgba(0, 0, 0);
    color: white;
    border: 1px solid black;
    height: 60px;
    width: 300px;
    font-size: 1.25rem;
    font-weight: 900;
    margin-top: 40px;
}

.regist_confirm_submit:hover {
    cursor: pointer;
    transform: translate(1px, 1px);
}

.regist_confirm_family_name,
.regist_confirm_first_name,
.regist_confirm_family_ruby,
.regist_confirm_first_ruby,
.regist_confirm_company,
.regist_confirm_email,
.regist_confirm_password,
.regist_confirm_postcode,
.regist_confirm_pref,
.regist_confirm_city,
.regist_confirm_tel,
.regist_confirm_birth,
.regist_confirm_mail_magazine,
.regist_confirm_rule_confirm {
    border: 0.5px #969696 solid;
    background-color: #f4f4f4;
    font-size: 1.125rem;
    margin: 0px;
    padding: 0px;
    width: 600px;
    height: 40px;
    border-radius: 6px;
    padding-left: 15px;
}

.regist_confirm_family_name,
.regist_confirm_first_name,
.regist_confirm_family_ruby,
.regist_confirm_first_ruby,
.regist_confirm_postcode {
    width: 300px;
}

.regist_confirm_pref {
    width: 316px;
    height: 41px;
}

.regist_confirm_birth {
    width: 100px;
    text-align: right;
    padding-right: 23px;
}

/* store_faq */
.store_faqs {
    margin-top: 20px;
    margin-left: 50px;
}

.store_faq {
    font-size: 1.125rem;
    margin: 0;
    margin-top: 10px;
    margin-left: 20px;
}

.store_faq_question {
    font-weight: 900;
}

.store_faq_answer {
    padding-left: 1rem;
    margin-bottom: 20px;
}

/* mypage */

/* mypage - order_history */



/* mypage - account_infomation */

/* order_details */
.order_details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* order_details LEFT */
.order_details {
    display: flex;
    flex-direction: row;
}

.order_details_left {
    width: 900px;
    margin-right: 50px;
}

.order_details_chapter {
    font-size: 1.25rem;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 10px;
}

.order_details_left_sip_vendor,
.order_details_left_sip_delivery {
    font-size: 0.87rem
}


.order_details_left_sip_delivery a {
    text-decoration: none;
}

.order_details_left_date_number {
    margin-top: 16px;
}

.order_details_left_order_date,
.order_details_left_order_number {
    display: flex;
    flex: row;
    height: 50px;
    border-top: 1px solid #777777;
}

.order_details_left_order_number {
    border-bottom: 1px solid #777777;
}

.order_details_left_order_date_title,
.order_details_left_order_number_title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e0e0e0;
    height: 100%;
    width: 200px;
}

.order_details_left_order_date_content,
.order_details_left_order_number_content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.order_details_left_item_items {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
    margin: auto auto 30px auto;
    border-bottom: 1px solid #e4e3e3;
}

.order_details_left_item_detail {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 20px;
    margin-right: 40px;
}

.order_details_left_item_itempic {
    width: 130px;
    height: 100px;
    object-fit: cover;
}

.order_details_left_item_name {
    font-size: 1.25rem;
    font-weight: 900;
    display: inline-block;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
}

.order_details_left_item_price {
    display: flex;
    justify-content: end;
    color: rgba(221, 2, 2);
    font-size: 1.5rem;
    font-weight: 900;
    font-family: 'Meiryo';
}

.order_details_left_item_repurchase_review {
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.order_details_left_item_re_purchase,
.order_details_left_item_review {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 200px;
    margin: auto 10px auto 10px;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 900;
}

.order_details_left_item_re_purchase:hover,
.order_details_left_item_review:hover {
    transform: translate(1px, 1px);
}

.order_details_left_item_re_purchase {
    background-color: #fcaa1c;
    color: white;
}

.order_details_left_item_review {
    background-color: #d6d6d6;
}

.order_details_left_customer_chapter {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid #777777;
    font-size: 1rem;
    height: 100px;
}

.order_details_left_other,
.order_details_left_payment {
    border-bottom: 1px solid #777777;
}

.order_details_left_buyer_title,
.order_details_left_deliver_title,
.order_details_left_request_title,
.order_details_left_payment_title,
.order_details_left_delivery_method_title,
.order_details_left_consent_title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e0e0e0;
    width: 200px;
    height: 100%;
}

.order_details_left_buyer_address,
.order_details_left_deliver_address,
.order_details_left_request_contents,
.order_details_left_deliver_payment,
.order_details_left_delivery_methods,
.order_details_left_consent_contents {
    margin-left: 20px;
}

/* order_details RIGHT */
.order_details_right {
    width: 300px;
}

.order_details_right_announce {
    font-size: 0.87rem;
    margin: 10px;
    text-align: center;
}

.order_details_right_prices {
    border: 1px solid #777777;
    width: 300px;
    padding: 10px;
}

.order_details_right_bill_title {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 5px;
}

.order_details_right_prices_title {
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 10px;
    border-top: 1px solid #cecece;
    padding-top: 15px;
    margin-top: 15px;
}

.order_price_table {
    font-size: 0.87rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5px;
}

.order_details_right_prices_sum_title,
.order_details_right_prices_sum_price,
.order_details_right_point_details_title {
    margin-top: 5px;
    font-weight: 900;
    font-size: 1rem;
}

.order_details_right_point_sum {
    border-bottom: 1px solid #cecece;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.order_details_right_point_limited {
    font-size: 0.75rem;
    margin: 1px 0 1px 0;
    width: 100%;
}

.order_details_right_reciept,
.order_details_right_inquire {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 280px;
    background-color: #777777;
    margin: 10px auto 10px auto;
    height: 60px;
    color: white;
}


.order_details_right_reciept:hover,
.order_details_right_inquire:hover {
    cursor: pointer;
}

/* cart */
.cart form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.cart_body{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cart_list {
    margin: 20px auto 20px auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.cart_list th,
.cart_list td {
    border: solid 1px #777777;
}


.cart_list_items tr {
    height: 140px;
}

.cart_list th {
    background-color: #ececec;
    color: rgba(0, 0, 0);
}

.cart_list td {
    padding: 15px;
}

.cart_list_header {
    text-align: center;
}

.cart_item_detail {
    display: flex;
    flex-direction: row;
}

.cart_item_detail_img {
    width: 130px;
    height: 130px;
    border: solid 1px #e7e7e7;
}

.cart_item_detail_detail {
    display: flex;
    flex-direction: column;
    width: 500px;
    padding: 10px;
}

.cart_item_detail_detail_name {
    font-size: 1.125rem;
    font-weight: 900;
    display: inline-block;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart_item_caution {
    display: flex;
    flex-direction: column;
    margin: 10px;
    font-size: 0.87rem
}

.cart_item_caution_title,
.cart_item_caution_content {
    margin: 0px;
    font-size: 0.87rem
}

.cart_item_price {
    padding: auto 40px auto 40px;
    width: 150px;
    text-align: center;
}

.cart_item_amount_change {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100px;
}

.cart_item_amount_change>input {
    width: 30px;
    height: 25px;
    text-align: right;
    font-size: 1rem;
    text-align: center;
}

.cart_item_update {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    color: blue;
    font-weight: 900;
    text-decoration: underline;
    font-size: 0.9rem
}

.cart_item_update:hover {
    cursor: pointer;
}

#cart_other{
    width:40%;
    height:100px;
    font-size: 0.9rem;
}

#item_order,
#login_after_order {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 121, 81);
    color: rgba(255, 255, 255);
    border: 0px solid rgba(255, 255, 255);
    height: 60px;
    width: 300px;
    font-size: 1.25rem;
    font-weight: 900;
    margin: 10px auto 40px auto;
    box-shadow: 1px 1px 1px rgba(130, 130, 130);
}

#item_order:hover,
#login_after_order:hover {
    cursor: pointer;
    transform: translate(1px, 1px);
    box-shadow: 0 0 0;
}

.modal_background {
    z-index: 1;
    display: none;
    width: 100%;
    height: 1000%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}

/* 注文画面 */

/* order */
.order {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    font-size: 14px;
}

.order_left {
    display: flex;
    flex-direction: column;
    width: 800px;
}

.order_topic {
    display: flex;
    flex-direction: row;
    margin: 30px 30px 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #adadad;
}

.order_confirm_title {
    font-size: 18px;
    font-weight: 900;
    width: 200px;
}

.order_payment_coupon {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    margin-top: 5px;
}

.order_payment_coupon input[type="submit"] {
    height: 26px;
    width: 30px;
    margin: 0;
    padding: 0;
    font-size: 10px;
}

.order_payment_coupon input[type="text"] {
    height: 26px;
    width: 80px;
    margin: 0;
    padding: 0;
    margin-right: 3px;
}

.order_confirm_contents {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    width:100%;
}

.order_confirm_contents input {
    width:70%;
}

.order_confirm_contents>p {
    margin: 0;
    padding: 0;
}

.order_shipping_change,
.order_payment_change {
    display: flex;
    margin-left: auto;
    color: blue;
    width:40px;
}

.order_shipping_change:hover,
.order_payment_change:hover,
.store_modal_close {
    cursor: pointer;
}

.order_confirm_items {
    display: flex;
    flex-direction: column;
}

.order_confirm_items_item,
.order_notice {
    border: 1px solid #adadad;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}

.order_confirm_items_item {
    border: 2px solid #adadad;
    margin-top: 10px;
}

.order_confirm_item {
    display: flex;
    flex-direction: row;
    margin: 0 auto 0 auto;
    margin-top: 10px;
}

.order_confirm_item * {
    margin-right: 5px;
}

.order_confirm_date {
    color: #236a49;
    font-size: 18px;
    font-weight: 900;
}

.order_confirm_item_img {
    width: 150px;
    height: 150px;
}

.order_confirm_details {
    width: 400px;
    margin-left:20px;
}

.order_confirm_details_name {
    font-size: 14px;
    font-weight: 900;
}

.order_confirm_caution {
    font-size: 12px;
}

.order_confirm_details_price,
.order_confirm_details_ship {
    color: rgb(221, 2, 2);
    font-weight: 900;
    font-family: 'Meiryo';
}

.order_confirm_details_point {
    color: rgb(0, 0, 0);
    font-weight: 900;
    font-family: 'Meiryo';
}

.order_confirm_amount {
    background-color: #f4f3f3;
    border: 1px solid #cecece;
    border-radius: 10px;
    box-shadow: 0.6px 0.6px 0.6px rgb(48, 48, 48);
}

.order_conform_total_title,
.order_confirm_price_sum {
    color: rgb(172, 0, 0);
    font-size: 20px;
    font-weight: 600;
    font-family: 'Meiryo';
}

.order_confirm_details_gift {
    font-size: 12px;
}

.order_gift_confirm {
    display: inline-block;
    border: 1px solid rgb(0, 0, 0);
    margin-top: 5px;
    margin-bottom: 2px;
    padding: 1px 3px 1px 3px;
    box-shadow: 0.4px 0.4px 0.4px rgb(48, 48, 48);
}


.order_gift_confirm:hover {
    cursor: pointer;
    transform: translate(0.4px, 0.4px);
    box-shadow: none;
}

.order_notice p,
.order_notice h6 {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.order_notice h6 {
    margin-top: 5px;
}


.order_right1 {
    display: flex;
    flex-direction: column;
    width: 260px;
    border: 1px solid #777777;
    border-radius: 10px;
    margin-top: 10px;
    padding: 20px;

}

.order_submit_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #facf10;
    border: 0px solid rgb(255, 255, 255);
    height: 50px;
    width: 100%;
    font-size: 18px;
    margin: auto;
    margin-bottom: 20px;
    box-shadow: 1px 1px 1px rgb(232, 232, 232);
    border-radius: 10px;
}

.order_submit_submit:hover {
    cursor: pointer;
    box-shadow: none;
    background-color: #ecc30d;
}

.order_submit_caution {
    font-size: 12px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e6e3e3;
}



.order_total {
    color: rgb(172, 0, 0);
    font-size: 20px;
    font-weight: 900;
    font-family: 'Meiryo';
    margin-top: 20px;
}

.order_points {
    border-bottom: solid 1px #e6e3e3;
    padding-bottom: 20px
}

.order_points * {
    margin-left: auto;
}

.order_submit_topic {
    display: flex;
    flex-direction: row;
}

.order_submit_prices1 .order_submit_topic {
    margin: 5px auto 5px auto;
}

.order_submit_prices1 {
    border-bottom: solid 1px #e6e3e3;
    padding: 10px 0 10px 0
}

.order_submit_topic div:last-child {
    display: flex;
    margin-left: auto;
}

.order_submit_prices {
    font-family: 'Meiryo';
}

.order_submit_title {
    font-size: 16px;
    font-weight: 900;
}

/* 注文後の御礼 */
.order_thanks_message{
    display:flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin:50px;
}

/* privacy_policy */
.privacy_policy {
    width: 70%;
    margin: auto;
}
.privacy_policy p {
    margin-bottom:20px;
}



/* スマートフォン用のスタイル（最大幅が600pxの場合） */
@media (max-width: 600px) {
    * {
        margin:0px;
        padding:0px;
        box-sizing: border-box; /* これが重要 */
    }

    html{
        font-size:14px;
    }
    body {
        width:100%;
        padding-left:10px;
        padding-right:10px;
    }

    .header{
        display: flex;
        flex-direction: column;
        width:100%;
        position:relative;
    }

    .menu_bar_open{
        display: block;
        position: absolute;
        top: -20px;
        right: 10px; 
        font-size:4rem;
        cursor: pointer;
        transition: opacity 0.5s ease;
    }

    .header_nav{
        display: none;
        position: fixed;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        z-index: 2;
        top:0px;
        left:0px;
        width: 100%;
        height:100vh;
        margin: 0px;
        padding: 0px;
        background-color: white;
    }
    .menu_bar_close{
        width:100%;
        height:auto;
        display: flex;
        flex-direction: column;
        align-items: end;
        padding-right:20px;
        cursor: pointer;
        font-size:4rem;
        transition: opacity 0.5s ease;      
    }

    .header_nav_icon{
        width: 30px;
    }

    .header_nav_link{
        width:100%;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items:center;
        font-size:1.6rem;
        margin-left:10px;
        margin-bottom:10px;
        font-weight: bold;
    }

    .header_nav_link p{
        margin-left:10px;
    }

    /* top */
    .eye_catch{
        width:auto;
        height:70%;
        margin:0px;
        padding:0px;
    }

    .top_page_message{
        position:absolute;
        font-weight:bold;
        color:white;
        top: 3%;
        left: 5%; 
        z-index: 1;
    }
    .top_page_message2{
        font-size:1rem;
    }

    .introduction{
        width:100%;
    }
    .infomation_title h1{
        font-size:1.25rem;
    }
    .introduction p{
        font-size:1rem;
    }
    .news{
        margin:auto;
        padding-bottom:10px;
    }
    .news_top{
        font-size:1.25rem;
    }
    .news > div > ul{
        width:95%;
    }
    .intro_about{
        display:flex;
        flex-direction: column;
        padding:0px;
        margin:0px;
        margin-top:15px;
        padding-left:40px;
        margin-bottom:20px;
    }
    .intro_about *{
        width:100%;
    }
    .intro_title{
        margin-bottom:10px;
    }
    .intro_title > div{
        font-size:1.25rem;
    }
    .intro_title > p{
        font-size:1rem;
    }
    .intro_link div{
        padding:0px;
        padding-left:15px;
        margin-left:30px;
        width:60%;
    }
    .intro_link a{
        font-size:1rem;
    }

    /* farm */
    .farm_infomation{
        margin:0px;
        width:100%;
    }
    
    .farm_info_1 > p{
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    /* news */
    .annouce_page{
        margin-left:0px;
        margin-right:0px;
        width:100%;
    }
    .article_page{
        margin:0px;
        width:100%;
    }
    .article_title{
        width:100%;
    }
    .article_title h1{
        font-size:1.2rem;
    }
    .annouce_article{
        width:100%;
        font-size:0.9rem;
    }

    /* items */
    .farm_items{
        width: 100%;
        margin:0px;
    }
    .farm_item{
        margin:20px 0 20px 0;
    }
    .farm_item_details{
        display: flex;
        flex-direction: column;
        width:100%;
    }
    .farm_items_img{
        width:100%;
    }
    .farm_item_details > p{
        width:100%;
    }

    /* contact */
    .contact{
        margin:0px;
        width:100%;
    }
    .contact table, .contact tbody, .contact tr, .contact td {
        display: block;
        width: 100%;
    }
    .contact tr {
        margin-bottom: 10px;
    }
    .contact td {
        display: flex;
        justify-content: space-between;
    }
    .contact td:nth-child(odd) {
        order: 1; /* タイトルを奇数行に */
    }
    .contact td:nth-child(even) {
        order: 2; /* フォームを偶数行に */
    }
    .contact_table td:first-child {
        display: flex;
        flex-direction: row;
        width: auto;
    }

    /* store_header */
    .store_belt{
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    /* store_detail */
    .item_detail_sub1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0;
        width:auto;
        margin-top: 10px;
    }
    .item_detail_introduction{
        display:flex;
        flex-direction: column;
        width:100%;
    }
    .item_detail_image_big{
        width:100%;
        height: auto;
    }
    .item_detail_images_big{
        order: 1;
    }
    .item_detail_images_small{
        order: 2;
        margin:auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .item_detail_category_how_to_enjoys{
        width:100%;
        margin:0px;
        padding:0px;
        display: flex;
        flex-direction: column;
    }
    .item_detail_category_how_to_enjoy{
        width:100%;
        height:auto;
        margin:0px;
        padding:0px;
    }
    .item_detail_category_how_to_enjoy1{
        width:100%;
    }
    .item_detail_customer_review{
        width:100%;
    }
    .item_detail_customer_review_icon_mark_item{
        margin:0px;
        padding:0px;
    }
    .item_detail_customer_review_comment{
        width:100%;
        margin:0px;
        padding:0px;
    }

    /* cart */
    .cart_list_header{
        margin:0px;
    }
    .cart_list{
        margin:20px auto 10px auto;
    }
    .cart_list th,
    .cart_list td  {
        padding:5px;
    }
    .cart_item_details{
        width:auto !important;
    }
    .cart_item_detail{
        display:flex;
        flex-direction: column;
    }
    .cart_item_caution{
        padding:0px;
        margin:0px;
    }
    .cart_item_caution_content{
        list-style-type: none;
    }
    .cart_item_detail_detail{
        width:100%;
        padding:0px;
        margin:0px;
    }
    .cart_item_detail_img{
        width:100%;
        height: auto;
    }
    .cart_item_amount{
        width:auto !important;
        padding:2px;
        margin:0px;
    }
    .cart_item_price{
        width:auto !important;
        white-space: nowrap;
        justify-content: center;
        align-items: center;
        padding:0px;
        margin:0px;
    }
    .cart_item_amount_change{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding:0px;
        margin:0px;
        width:auto !important;
    }
    .cart_item_update{
        padding:0px;
        margin:0px;
    }
    #cart_other{
        width:100%;
        height:100px;
    }
    .login_main{
        display: flex;
        flex-direction: column;
    }
    .login_login{
        border-bottom: 1px solid rgba(180, 180, 180);
        width:100%;
        border-right: none;
        padding-top:10px;
        padding-bottom:10px;
    }
    .login_regist{
        width:100%;
        padding-top:10px;
        padding-bottom:10px;
    }
    .login_submit,
    .login_regist_regist{
        margin-top: 10px;
    }

    /* account_regist */
    .new_regist_form,
    .regist_confirm_form{
        width:100%;
    }
    .new_regist_form input,
    .regist_confirm_form input{
        width:100%;
    }
    .new_regist_family_names input,
    .regist_confirm_family_names input{
        width:45%;
    }
    .new_regist_family_rubys input,
    .regist_confirm_family_rubys input{
        width:45%;
    }
    .new_regist_password_visible_label input,
    .new_regist_mail_magazine_raddio_button input,
    .new_regist_rule_confirm input{
        width:auto;
    }
    .new_regist_births span
    .regist_confirm_births span{
        width: 30%;
    }
    .new_regist_births select,
    .regist_confirm_births input{
        width: 80% !important;
    }
    .new_regist_rule_contents,
    .new_regist_rule_contents{
        width: 100%;
    }
    .new_regist_rule_title{
        margin-top:20px;
        margin-bottom:0px;
    }

    /* privacy_policy */
    .privacy_policy{
        width: 100%;
    }
}

/* タブレット用のスタイル（601pxから1024pxの場合） */
@media (min-width: 601px) and (max-width: 1024px) {
}

/* デスクトップ用のスタイル（1025px以上の場合） */
@media (min-width: 1025px) {
}
