@charset "UTF-8";

html {
    scroll-behavior: smooth
}

body {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: #333;
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    opacity: 0.8;
}

img {
    display: block;
    width: 100%;
}

li {
    list-style: none;
}

.rela {
    position: relative;
}

.abso {
    position: absolute;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/*font*/
/*width*/
.w_50 {
    width: 50%;
}

.w_60 {
    width: 60%;
}

.w_70 {
    width: 70%;
}

.w_80 {
    width: 80%;
}

.w_90 {
    width: 90%;
}

.w_100 {
    width: 100%;
}

/*padding.margin*/
.m_auto {
    margin: auto;
}

/*flex*/
.flex {
    display: flex;
}

.justify_center {
    justify-content: center;
}

.justify_base {
    justify-content: baseline;
}

.justify_between {
    justify-content: space-between;
}

.justify_around {
    justify-content: space-around;
}

.align_center {
    align-items: center;
}

.align_start {
    align-items: start;
}

.align_end {
    align-items: flex-end;
}

.align_base {
    align-items: baseline;
}

.flex_column {
    flex-direction: column;
}

.weight {
    font-weight: 700;
}

.t_center {
    text-align: center;
}

/*
*
* header
****************************************************/
.pc_head {
    background: rgba(255, 255, 255, .8);
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.pc_head_img {
    width: 197px;
    top: 10px;
    left: 3%;
}

.pc_menu {}

.pc_menu ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: auto;
}

.pc_menu ul li {
    margin: 0 20px;
}

/*
*
* common
****************************************************/
.usu_left {
    width: 50%;
    padding: 30px 30px 30px 0;
}

.usu_right {
    width: 50%;
    padding: 30px 0 30px 30px;
}

.head_line {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2em;
}

.usu_comment {
    line-height: 1.5;
}

#page-top {
    position: fixed;
    bottom: 2%;
    right: 2%;
    width: 70px;
    height: 70px;
    z-index: 20;
}

#page-top a {
    border-radius: 50%;
    color: #f7931e;
    line-height: 70px;
    text-decoration: none;
    height: 70px;
    display: block;
    border: 3px solid #f7931e;
    text-align: center;
    transition: .4s;
}

#page-top a:hover {
    background-color: #f7931e;
    color: #fff;
}

/*
*
* news
****************************************************/
.news {
    padding: 8em 0px 4em;
}

.news_inner {
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
    margin: 1rem 0;
}

.top_news_link {}

.top_news_link a {
    transition: letter-spacing 0.3s;
}

.top_news_link a:hover {
    opacity: 1;
    letter-spacing: 0.05em;
}

.news_col {
    line-height: 2;
    border-bottom: 1px solid #ccc;
    margin: 1.5rem 0;
    padding-bottom: .5rem;
    align-items: center;
}

.news_date {
    width: 15%;
    text-align: center;
}

.top_news_inner {
    width: 85%;
}

.news_category {
    background-color: #f7931e;
    color: #fff;
    padding: 0 10px;
    margin-right: 30px;
}

.news_title {}

.more_news {
    text-align: right;
    margin: 2rem 0 1rem;
}

.more_news a {
    display: inline-block;
    transition: letter-spacing 0.3s;
}

.more_news a:hover {
    opacity: 1;
    letter-spacing: 0.05em;
}

/*
*
* news_index
****************************************************/
.news_container {
    padding: 12rem 0;
}

.sub_title {}

.sub_title p {
    font-size: 23px;
    text-align: center;
    margin-bottom: 2rem;
}

.news_main {}

.news_link:hover {
    opacity: 1;
    color: #f7931e;
}

.news_box {
    width: 80%;
    margin: 2rem auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: .8rem;
}

.news_formal {}

.user_news_date {
    width: 20%;
}

.user_news_category {
    width: 80%;
}

.user_news_title {
    margin-top: .5rem;
}

.user_news_inner {}

.pagination_link {}

.pagination_link nav ul {
    display: flex;
    justify-content: center;
}

.pagination_link nav ul li {
    margin: 3px;
    width: 40px;
    height: 40px;
    line-height: 2.5;
    text-align: center;
}

.pagination_link nav ul li a {
    display: block;
}

.pagination_link nav ul li a:hover {
    background-color: #ddd;
    opacity: 1;
}

/*
*
* news_detail
****************************************************/
.news_detail {}

.f_cm {}

.news_detail_img {
    width: 50%;
    margin: 0 auto;
}

.news_detail_date {
    width: 80%;
    margin: 1rem auto;
}

.news_detail_main {
    width: 80%;
    margin: 1rem auto;
    line-height: 1.5;
}

.news_detail_link {
    text-align: center;
    margin-top: 3rem;
}

.news_detail_link a {}

/*
*
* usumasa
****************************************************/
.eye_catch {
    width: 100%;
}

.eye_movie {
    width: 100%;
}

.usumasa {
    padding: 8em 0px 4em;
}

.usu_img {}

/*
*
* komeko
****************************************************/
.komeko {
    padding-bottom: 4em;
}

.komeko_img {}

.komeko_02 {
    padding-bottom: 4em;
}

.under_orange {
    display: inline-block;
    background-image: linear-gradient(to right, #f7931e, #f7931e 6px, transparent 6px, transparent 4px);
    background-size: 12px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-bottom: 6px;
}

.komeko_img_02 {}

/*
*
* online_shop
****************************************************/
.online_shop {
    padding-bottom: 4em;
}

.shop_comment {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 80;
}

.online_img {}

.online_comment {
    margin-bottom: 5em;
    font-size: 22px;
}

.online_btn {
    padding: 20px;
    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    background: #f7931e;
    font-size: 20px;
}

/*
*
* contact
****************************************************/
.contact {
    padding-top: 8em;
    padding-bottom: 8em;
}

.con_logo {
    width: 65%;
    margin: 1em auto;
}

.about_container {}

.ab_con {}

.ab_main {
    font-size: 18px;
    line-height: 3;
}

.ab_indent {
    margin-left: 30px;
    line-height: 1.5;
}

.con_container {}

.con_inner {
    margin-bottom: 1em;
}

.required {}

.required::after {}

.c_main {
    font-size: 18px;
}

.c_input {}

.c_input input {
    border: 1px solid #333;
    width: 100%;
    padding: 10px;
    margin: 7px 0px;
    font-size: 18px;
}

.c_input textarea {
    border: 1px solid #333;
    width: 100%;
    padding: 10px;
    margin: 7px 0px;
    font-size: 18px;
}

.error_msg {}

.btn_box {}

.form_btn {
    width: 100%;
    background: #f7931e;
    text-align: center;
    padding: 14px 0;
    font-size: 18px;
}

.confirm_container {}

.conf_container {
    margin: 3em 0;
    font-size: 17px;
}

.conf_inner {
    margin: 1em 0;
}

.conf_title {
    line-height: 1.5;
}

.conf_detail {
    line-height: 1.5;
}

.confirm_test {}

.back_btn {
    width: 100%;
    text-align: center;
    padding: 14px 0;
    font-size: 18px;
    background: #ddd;
    margin-bottom: 20px;
}

.conf_form_btn {
    width: 100%;
    background: #f7931e;
    text-align: center;
    padding: 14px 0;
    font-size: 18px;
}

.thanks {
    margin-bottom: 4em;
}

/*
*
* footer
****************************************************/
.footer {}

.footer_img {}

.footer_menu {
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: auto;
}

.footer_menu ul {}

.footer_menu ul li {
    margin: 0 20px;
}

/*
*
* カスタムアラート
*****************************************************/
#custom-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-alert-box {
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 90%;
    max-width: 400px;
    /*animation: fadeIn 0.2s ease;*/
}

.custom-alert-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #333;
}

.custom-alert-message {
    font-size: 1rem;
    color: #555;
    margin-top: 1em;
}

.custom-alert-close {
    margin-top: 15px;
    padding: 8px 16px;
    background: #007bff;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 560px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .sp_col {
        flex-direction: column;
    }

    .sp_recol {
        flex-direction: column-reverse;
    }

    .sp_align_start {
        align-items: flex-start;
    }

    /* header */
    .pc_head {
        display: none;
    }

    .sp_head {
        width: 100%;
        position: fixed;
        z-index: 100;
    }

    .sp_head_logo {
        width: 200px;
        padding: 5px;
    }

    .menu-btn {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 100;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #333;
        border: none;
        font-size: 21px;
        background: rgba(255, 255, 255, .8);
        border-radius: 50%;
    }

    .sp_menu {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: rgba(26, 26, 26, .8);
    }

    .menu__item {
        width: 100%;
        height: auto;
        padding: 15px 0;
        text-align: center;
        color: #1a1a1a;
        box-sizing: border-box;
        font-size: 20px;
    }

    .menu__item a {
        color: #fff;
        text-shadow: #1a1a1a 0px 0px 6px;
    }

    /* アニメーション前のメニューの状態 */
    .sp_menu {
        transform: translateX(100vw);
        transition: all .3s linear;
    }

    /* アニメーション後のメニューの状態 */
    .sp_menu.is-active {
        transform: translateX(0);
    }

    /*usumasa*/
    .usumasa {
        padding: 0em 0px 4em;
    }

    .w_60 {
        width: 95%;
    }

    .usu_left,
    .usu_right {
        width: 100%;
        padding: 20px 0;
    }

    .shop_comment {
        width: 95%;
    }

    .online_comment {
        margin-bottom: 3em;
        font-size: 13px;
    }

    .online_btn {
        width: 70%;
        font-size: 14px;
    }

    .contact {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .con_inner {
        margin-bottom: 5px;
    }

    .c_main {
        font-size: 16px;
    }

    .c_input input,
    .c_input textarea {
        font-size: 16px;
    }

    /*news*/
    .news {
        padding: 4em 0px 4em;
    }

    .news_inner {
        padding: 1rem;
    }

    .news_col {
        flex-direction: column;
        align-items: baseline;
        margin: 1rem 0;
    }

    .top_news_inner {
        flex-direction: column;
    }

    .news_date {
        width: 100%;
        text-align: left;
    }

    .top_news_inner {
        width: 100%;
        flex-direction: column;
    }

    .news_category {
        margin-right: 0;
        width: 35%;
        text-align: center;
    }

    .news_container {
        padding: 6rem 0;
    }

    .sp_al_center {
        align-items: center;
        margin-bottom: 1rem;
    }

    .user_news_date {
        width: 50%;
    }

    .user_news_category {
        width: 40%;
        background-color: #f7931e;
        color: #fff;
        padding: 6px 10px;
        text-align: center;
    }

    .footer_img {
        height: 30vh;
        object-fit: cover;
    }

    .footer_menu {
        top: 50%;
    }
}