@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* ol, ul {
    list-style: none;
} */

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 896px) {
    .img-responsive {
        display: block;
        width: 100%;
        height: auto;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Ryumin Regular KL', 'リュウミン R-KL', "A-OTF Ryumin Pro", a-otf-ryumin-pr6n, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", メイリオ, Meiryo, serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
    background: white;
    height: 100%;
    font-size: 1.6rem;
    letter-spacing: 2px;
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #000;
    outline: none;
    vertical-align: baseline;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.sp {
    display: none;
}

@media only screen and (max-width: 896px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    html {
        font-size: 55%;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.section {


    padding-bottom: 130px;
}

/*
heading******************************/

.title_x_large {
    font-size: 5.0rem;
    font-weight: normal;
}

.title_large {
    font-size: 3.2rem;
    font-weight: normal;
}

.title_medium {
    font-size: 2.6rem;
    font-weight: normal;
}

.title_small {
    font-size: 1 .6rem;
    font-weight: normal;
}

/*
grid******************************/

.grid {
    letter-spacing: -.35em;
    margin: 0 -15px 0;
}

.col {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 15px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
column******************************/

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
reverse******************************/

.box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and ( max-width: 768px) {
    .box {
        flex-direction: column;
    }
    .box:nth-child(even) {
        display: flex;
        flex-direction: column-reverse;
    }
}

.box_cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and ( max-width: 768px) {
    .box_cont {
        flex-direction: column-reverse;
    }
}

/*
width******************************/

.width1 {
    width: 8.33333333333%;
}

@media only screen and (max-width: 896px) {
    .width1 {
        width: 100%;
    }
}

.width2 {
    width: 16.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width2 {
        width: 100%;
    }
}

.width3 {
    width: 25.0%;
}

@media only screen and (max-width: 896px) {
    .width3 {
        width: 100%;
    }
}

.width4 {
    width: 33.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width4 {
        width: 100%;
    }
}

.width5 {
    width: 41.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width5 {
        width: 100%;
    }
}

.width6 {
    width: 50.0%;
}

@media only screen and (max-width: 896px) {
    .width6 {
        width: 100%;
    }
}

.width7 {
    width: 58.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width7 {
        width: 100%;
    }
}

.width8 {
    width: 66.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width8 {
        width: 100%;
    }
}

.width9 {
    width: 75.0%;
}

@media only screen and (max-width: 896px) {
    .width9 {
        width: 100%;
    }
}

.width10 {
    width: 83.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width10 {
        width: 100%;
    }
}

.width11 {
    width: 91.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width11 {
        width: 100%;
    }
}

.width12 {
    width: 100%;
}

/*
追加******************************/

.set_center {
    text-align: center;
}

.set_left {
    text-align: left;
}

.set_right {
    text-align: right;
}

.cursor {
    cursor: pointer;
}

.text {
    font-size: 1.8rem;
    line-height: 1.6;
}

.bg_black {
    background: #000;
}

.bg_pattern {
    background: url(../images/bg_pattern.jpg) repeat;
    background-size: contain;
}

.mb_50 {
    margin-bottom: 5.0rem;
}

.fw_b {
    font-weight: bold;
}

/*
header******************************/

.masthead {
    display: none;
    top: 70px;
    position: fixed;
    padding: 44px;
    width: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
    right: -3px;
    width: 55px;
    height: 55px;
    background-color:  #fff;
    border-radius: 10px 0px 0px 10px;
    border: 3px solid #602A2A;
    
}

@media only screen and (max-width: 896px) {
    .masthead {
        padding: 40px 30px;
    }
}
@media only screen and (max-width: 480px) {
    .masthead {
        display: block;
    }
}


.masthead.scrolled {

    position: fixed;

    z-index: 100;
}

@media only screen and (max-width: 896px) {
    .masthead.scrolled {
        padding: 40px 30px;
    }
}

#container {
    z-index: 900;
}

#gloval-nav {
    background: #fff;
    ;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2.9rem;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    width: 48.0rem;
    text-align: left;
    font-size: 1.8rem;
    overflow-y: auto;
    overflow-x: hidden;
}

#gloval-nav>nav {
    position: absolute;
    top: 100px;
}

#gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    /*padding: 3.0rem 0;*/
    transition: color .6s ease;
}

#gloval-nav a:hover {
    color: #666;
}

#gloval-nav ul {
    list-style: none;
    text-align: center;
}

#gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    line-height: 2.0;
}

#gloval-nav .list_item_01 {
    padding-bottom: 5.0rem;
}

@media only screen and (max-width: 480px) {
    #gloval-nav .list_item_01 {
        padding-left: 15px;
    }
}

#gloval-nav .list_item_01>li {
    margin-top: 5.0rem;
}

#gloval-nav .list_item_01>li:first-child {
    margin-top: 0;
    text-align: center;
}

#gloval-nav .list_item_01>li:nth-child(2) {
    margin-top: 9.0rem;
}

#gloval-nav .list_item_02 {
    padding-top: 2.0rem;
}

#gloval-nav .list_item_03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 2.0rem;
}

#gloval-nav .list_item_03 li {
    padding: 0 0.8rem;
}

/* open */

.open {
    overflow: hidden;
}

.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}

.open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/* nav-toggle */

#nav-toggle {
    position: fixed;
    top: 90px;
    right: 25px;
    height: 32px;
    cursor: pointer;
}

@media only screen and (max-width: 896px) and (min-width:319px) {
    #nav-toggle {
        position: fixed;
        right: 12px;
    }
}

#nav-toggle>div {
    position: relative;
    width: 36px;
}

#nav-toggle span {
    width: 100%;
    height: 4px;
    left: 0;
    display: block;
    background: #602A2A;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 14px;
}

#nav-toggle span:nth-child(3) {
    top: 28px;
}

#nav-toggle:hover span:nth-child(1) {
    top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
    top: 23px;
}

.open #nav-toggle span {
    background: #602A2A;
}

.open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* z-index */

#nav-toggle {
    z-index: 1000;
}


.key_visual {
    position: relative;
}



.key_visual .img_title {
    left: 60px;
    position: absolute;
    top: 90px;
}



@media only screen and (max-width: 480px) {
    .key_visual .img_title img{
    width: 50vw;
}
}

.sp_video {
    display: none;
}

@media only screen and (max-width: 896px) and (min-width:319px) {
    .sp_video {
    display: block;
}
}

.sp_video video {
    width: 100%;
}


@media only screen and (max-width: 896px) and (min-width:319px) {
    .pc_video {
    display: none;
}
}

.key_visual .navi_list {
    position: absolute;
    background-color: #fff;
    right: -3px;
    top: 10%;
    width: 280px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 20px 0px 0px 20px;
    border:3px solid #602A2A;
}


@media only screen and (max-width: 480px) {
    .key_visual .navi_list {
    display: none;
}
}

@media only screen and (max-width: 480px) {
    .key_visual .navi_list02 {
    display: none;
}
}

@media only screen and (max-width: 480px) {
    .key_visual .navi_list03 {
    display: none;
}
}

@media only screen and (max-width: 480px) {
    .key_visual .navi_list04 {
    display: none;
}
}


.key_visual .navi_list02 {
    position: absolute;
    background-color: #fff;
    right: -3px;
    top: 56%;
    width: 280px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 20px 0px 0px 20px;
    border:3px solid #602A2A;
}

.key_visual .navi_list03 {
    position: absolute;
    background-color: #fff;
    right: -3px;
    top: 66%;
    width: 280px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 20px 0px 0px 20px;
    border:3px solid #602A2A;
}

.key_visual .navi_list04 {
    position: absolute;
    right: -3px;
    top: 76%;
}

.key_visual .navi_list04 .inst {
    padding-bottom: 10px;
}

.key_visual .navi_list .navi {
    padding-bottom: 20px;
}

.key_visual .navi_logo {
    padding-bottom: 25px;
}



/* top_about */

.top_about {
    background: url(../images/top_about.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.top_about .wrap {
    padding-top: 400px;
    display: flex;
}

@media only screen and (max-width: 480px) {
    .top_about .wrap {
    padding-top: 400px;
    display: block;
}
}

.top_about .txt_box {
    text-align: left;
    padding-left: 50px;
}

@media only screen and (max-width: 480px) {
    .top_about .txt_box {
    padding-top: 28px;
    text-align: left;
    padding-left: unset;
}
}

.top_about .about_title {
    font-size: 36px;
    padding-bottom: 36px;
}

@media only screen and (max-width: 480px) {
    .top_about .about_title {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}
}

.top_about .about_txt {
    font-size: 20px;
    padding-bottom: 26px;
    line-height : 2;
}

@media only screen and (max-width: 480px) {
    .top_about .about_txt {
    font-size: 14px;
    padding-bottom: 15px;
    line-height : 2;
}
}


.top_about .about_btn {
    text-align: right;
    padding-right: 60px;
}


@media only screen and (max-width: 480px) {
    .top_about .about_btn {
    text-align: center;
    padding-right: unset;
}
}

.top_intro {
    background: url(../images/top_intro.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}



@media only screen and (max-width: 480px) {
    .top_intro {
    background: url(../images/sptop_intro.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
}


.top_intro .wrap {
    padding-top: 480px;
    padding-bottom: 260px;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    .top_intro .wrap {
    padding-top: 120px;
    padding-bottom: 170px;
    
}
}

/* cat_band */


.cat_band {
    width: 100%;
    overflow: hidden;
}

.band_track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.band_track img {
    display: block;
    flex-shrink: 0;
    width: 220px;
    height: auto;
}



/* common_menu */

.common_menu {
    background: url(../images/bg.jpg) repeat;
    padding-top: 70px;
}

.common_menu .txt_box{
    text-align: center;
    padding-bottom: 40px;
}

.common_menu .common_menu_title {
    font-size: 36px;
    padding-bottom: 25px;
}

@media only screen and (max-width: 480px) {
    .common_menu .common_menu_title {
    font-size: 22px;
}
}

.common_menu .common_menu_txt {
    font-size: 18px;
    text-align: left;
    width: 670px;
    margin: auto;
}

@media only screen and (max-width: 480px) {
    .common_menu .common_menu_txt {
    width: auto;
    font-size: 14px;
}
}

.common_menu .wrap {
    display: flex;
    padding-bottom: 40px;
}

@media only screen and (max-width: 480px) {
    .common_menu .wrap {
    display: block;
}
}


.common_menu .menu_box {
    margin: 10px;
    padding-top: 20px;
    text-align: center;
    background: #fff;
        box-shadow: 12px 12px 2px -6px rgb(0 0 0 / 0.2);
}

@media only screen and (max-width: 480px) {
    .common_menu .menu_box {
        margin-bottom: 30px;
}
}

.common_menu .menu_title {
    font-size: 26px;
}

.common_menu .menu_txt {
    font-size: 16px;
    padding-bottom: 20px;
}

.common_menu .menu_btn {
    text-align: center;
}

/* footer */

.footer {
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.footer .logo {
    padding-bottom: 20px;
}

.footer .wrap {
    padding-top: 100px;
    padding-bottom: 30px;
    text-align: center;
}

.footer .btn_box {
    display: flex;
    justify-content: center;
}

.footer .btn_box {
    padding-bottom: 30px;
}

.footer .footer_address {
    line-height: 2;
}

.footer .sns_box {
    display: flex;
    justify-content: center;
}

.footer .copyright .icon {
    padding-left: 20px;
    padding-right: 20px;
}


.footer .copyright {
    padding-top: 27px;
    padding-bottom: 15px;
    text-align: center;
    background: #6C5D48;
    color: #fff;
}

.footer .copyright_txt {
    padding-top: 25px;
}

/* top_news */

.top_news .news_title {
    font-size: 36px;
    text-align: center;
}

.top_news .event_list {
    display: flex;
    padding-bottom: 50px;
}

@media only screen and (max-width: 480px) {
    .top_news .event_list {
    flex-wrap: wrap;
}
}

.top_news .event_list_item {
    margin-left: 7px;
    margin-right: 7px;
    width: 25.0%;
    box-shadow: rgba(0, 0, 0, 0.2) 12px 12px 2px -6px; 
}

@media only screen and (max-width: 480px) {
    .top_news .event_list_item {
    margin-left: 2%;
    margin-right: 2%;
    width: 46.0%;
    margin-bottom: 20px;
}
}

.top_news .text_area  {
    padding: 25px;
}

.top_news .card img {
    width: 100%;
}

.top_news {
   padding-bottom: 80px;
   margin-top: -150px;
}

.top_news .right_btn {
    text-align: center;
}

.top_news .news_title {
    padding-bottom: 20px;
    color: #fff;
    font-weight: bold;
}


.navi_txt {
    font-size: 8px;
    color: #602A2A;
    padding-top: 40px;
}

.sub_keyvisual {
     background: url(../images/bg.jpg) repeat;
     padding-top: 90px;
     position: relative;
     height: 320px;
}

@media only screen and (max-width: 480px) {
    .sub_keyvisual {

     height: auto;
}
}


.sub_keyvisual_img {
    padding-bottom: 35px;
    text-align: center;
    font-size: 2.0rem;
}


.sub_keyvisual .about_txt {
    font-size: 20px;
    width: 760px;
    margin: auto;
    padding-bottom: 40px;
}

@media only screen and (max-width: 480px) {
    .sub_keyvisual .about_txt {
    font-size: 16px;
    width: auto;

}
}




.sub_keyvisual .navi_list {
    position: absolute;
    background-color: #fff;
    right: -3px;
    top: 10%;
    width: 280px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 20px 0px 0px 20px;
    border:3px solid #602A2A;
}


@media only screen and (max-width: 480px) {
    .sub_keyvisual .navi_list {
    display: none;
}
}

@media only screen and (max-width: 480px) {
    .sub_keyvisual .navi_list02 {
    display: none;
}
}

@media only screen and (max-width: 480px) {
    .sub_keyvisual .navi_list03 {
    display: none;
}
}

@media only screen and (max-width: 480px) {
    .sub_keyvisual .navi_list04 {
    display: none;
}
}


.sub_keyvisual .navi_list02 {
    position: absolute;
    background-color: #fff;
    right: -3px;
    top: 167%;
    width: 280px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 20px 0px 0px 20px;
    border:3px solid #602A2A;
}

.sub_keyvisual .navi_list03 {
    position: absolute;
    background-color: #fff;
    right: -3px;
    top: 202%;
    width: 280px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 20px 0px 0px 20px;
    border:3px solid #602A2A;
}

.sub_keyvisual .navi_list04 {
    position: absolute;
    right: 0px;
    top: 237%;
}

.sub_keyvisual .navi_list04 .inst {
    padding-bottom: 10px;
}

.sub_keyvisual .navi_list .navi {
    padding-bottom: 20px;
}

.sub_keyvisual .navi_logo {
    padding-bottom: 25px;
}

/* about */

.about {
    background: url(../images/bg.jpg) repeat;
}

.about .about_img {
    text-align: center;
    padding-bottom: 60px;
}

.about .about_txt {
    font-size: 20px;
    width: 760px;
    margin: auto;
    padding-bottom: 90px;
}

@media only screen and (max-width: 480px) {
    .about .about_txt {
    font-size: 16px;
    width: auto;
}
}


.about .info-table {
    border-top: 1px dotted #D3851B;
}

.about .info-table td {
    border-bottom: 1px dotted #D3851B;
    padding-bottom: 25px;
    padding-top: 20px;
    padding-left: 20px;
}

.about .info-table th {
    border-bottom: 1px dotted #D3851B;
    padding-bottom: 25px;
    padding-top: 20px;
}



.about .shop-info {
    margin: auto;
    width: 612px;
    padding-bottom: 60px;
}


@media only screen and (max-width: 480px) {
    .about .shop-info {
    width: auto;
}

}

.about .info_title {
    font-size: 26px;
    padding-bottom: 20px;
}

.about .info_title span {
    font-size: 16px;
}

.about .shop-title {
    font-size: 26px;
    padding-bottom: 19px;
}

.about .shop-title span {
    font-size: 16px;
}


/* cat_list  */

.cat_list {
    background: url(../images/bg.jpg) repeat;
    padding-bottom: 130px;
}

.cat_list .cat_wrap {
    display: flex;
    flex-wrap: wrap;
}

.cat_list .cat_box {
    margin-top: 6.0rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-size: 2px 8px;
    background-position: right top;
    background-repeat: repeat-y;

}



@media only screen and (max-width: 480px) {
    .cat_list .cat_box {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.cat_list .cat_box:nth-child(4n) {
    background: none;
}

@media only screen and (max-width: 896px) {
    .cat_list .cat_box:nth-child(2n) {
        background: none;
    }
}

.cat_list .txt_wrap {
    display: flex;
    flex-wrap: wrap;
}

.cat_list .txt_box {
    padding: 2.0rem;
}

.cat_list .title_medium span {
    vertical-align: middle;
}

.cat_list .age {
    padding-bottom: 0.5rem;
}

.cat_list .age {
    padding-bottom: 0.5rem;
}

@media only screen and (max-width: 896px) {
    .cat_list .width3 {
        width: 50%;
    }
}

@media only screen and (max-width: 896px) {
    .cat_list .width3 .width3 {
        width: 25%;
    }
}

@media only screen and (max-width: 480px) {
    .cat_list .width3 .width3 {
        display: none;
    }
}



@media only screen and (max-width: 896px) {
    .cat_list .width9 {
        width: 75%;
    }
}

@media only screen and (max-width: 480px) {
    .cat_list .width9 {
        width: 100%;
    }
}

@media only screen and (max-width: 896px) {
    .cat_list .cat_img img {
        width: 100%;
    }
}

.cat_list .title_img {
    text-align: center;
}

.cat_list .title_img .title_small {
    padding-top: 3.5rem;
}

.cat_list .btn_01 {
    padding-top: 7.5rem;
    text-align: center;
}


@media only screen and (max-width: 480px) {
    .cat_list .title_img img {
        width: 150px;
    }
}

    .cat_list .cat_img img {
        width: 100%;
    }


    .cat_list .cat_box01 {
        box-shadow: rgba(0, 0, 0, 0.2) 12px 12px 2px -6px;
    }

    .cat_list .cat_imge {
        text-align: center;
    }


    @media only screen and (max-width: 896px) {
      .cat_list .width4 {
        width: 100%;
    }
}



    /* rule */

    .rule {
        background: url(../images/bg.jpg) repeat;
        padding-bottom: 130px;
    }

    .rule .rule_img {
        text-align: center;
        padding-bottom: 72px;
    }

    .rules-list {
        width: 930px;
        margin: auto;
        font-size: 18px;
        padding-left: 40px;
    }

    @media only screen and (max-width: 480px) {
        .rules-list {
        width: auto;
        margin: auto;
        font-size: 18px;
    }

}


    .rules-list li {
        padding-bottom: 25px;
    }




    
/* top_news */

.common_news .news_title {
    font-size: 36px;
    text-align: center;
}

.common_news .event_list {
    display: flex;
    padding-bottom: 50px;
}

@media only screen and (max-width: 480px) {
    .common_news .event_list {
    flex-wrap: wrap;
}
}

.common_news .event_list_item {
    margin-left: 7px;
    margin-right: 7px;
    width: 25.0%;
    box-shadow: rgba(0, 0, 0, 0.2) 12px 12px 2px -6px; 
}

@media only screen and (max-width: 480px) {
    .common_news .event_list_item {
    margin-left: 2%;
    margin-right: 2%;
    width: 46.0%;
    margin-bottom: 20px;
}
}

.common_news .text_area  {
    padding: 25px;
}

.common_news .card img {
    width: 100%;
}

.common_news {
            background: url(../images/bg.jpg) repeat;
padding-top: 90px;
   padding-bottom: 80px;
}

.common_news .right_btn {
    text-align: center;
}

.common_news .news_title {
    padding-bottom: 20px;
    color: #000;
    font-weight: bold;
}



/*
news_single
***************************************************** */

.single {
                background: url(../images/bg.jpg) repeat;
}

.single_inner {
    background: #fff;
    padding: 7.5rem 7% 10.0rem;
}

.news_date_wrap {
    overflow: hidden;
}

.news_date {
    display: block;
    font-size: 1.2rem;
    padding-bottom: 0.8rem;
}

.news_title {
    font-size: 2.8rem;
    font-weight: bold;
    display: block;
    padding-bottom: 3.0rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_text {
    font-size: 1.6rem;
    display: block;
    line-height: 2.0;
}

.news_text img {
    padding: 2.4rem 0;
}


.space {
    padding-bottom: 250px;
}

@media only screen and (max-width: 480px) {
    .space {
    padding-bottom: 90px;
}
}


.gallery {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 140px;
                    background: url(../images/bg.jpg) repeat;
}


div#contact {
                      background: url(../images/bg.jpg) repeat;  
}

div#contact .grid {
    width: 715px;
    margin: auto;
}

@media only screen and (max-width: 480px) {
    div#contact .grid {
    width: auto;
    margin: auto;
}
}


div#contact .col {
    box-shadow: rgba(0, 0, 0, 0.2) 12px 12px 2px -6px;
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 50px;
    background: #fff;
    padding-top: 40px;

}

div#contact .title_medium {
    text-align: center;
    font-size: 18px;
}

div#contact .text {
    text-align: center;
}

div#contact .col img {

    width: 291.73px;
    height: 112.51px;

}
div#contact .btn_contact_tel {
    text-align: center;
}

div#contact .tel_txt {
    font-size: 29px;
    text-align: center;
}

div#contact .text {
    font-size: 16px;
}


/* banner */

.banner {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(../images/bg.jpg) repeat;
}

.banner .wrap{
    display: flex;
    justify-content: center;
}

.banner_title {
    font-size: 36px;
    padding-bottom: 30px;
}

.banner .banner01 {
    padding-right: 10px;
}

.banner .banner02 {
    padding-left: 10px;
}

/* media */


.media {
    text-align: center;
    padding-bottom: 50px;
    background: url(../images/bg.jpg) repeat;
}

.media_title {
    font-size: 36px; 
    padding-bottom: 30px;
}

.media_txt {
    font-size: 16px;
    padding-bottom: 30px;
}







/*インスタnews

***************************************************** */


.home_news {
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 896px) {

    .home_news {
  position: absolute;
  top: 90%;
  left: unset;
  transform: unset;
}


}


.home_news .inst_wrap {

    display: flex;

}







.home_news .instagram_img img {

    width: 100%;

    height: 310px;

    object-fit: cover;

}



.home_news .insta_box {

    background: #fff;

    margin-left: 8px;

    margin-right: 8px;

    padding-bottom: 25px;

}



@media only screen and (max-width: 480px) {

    .home_news .insta_box {

    margin-left: 5px;
    margin-right: 5px;


}

}



.home_news .caption {

    display: -webkit-box;

    overflow: hidden;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

}



.home_news .instagram_day {

    padding-left: 10px;

    padding-right: 10px;

}



.home_news .like {

    padding-left: 10px;

    padding-right: 10px;

}



.home_news .caption {

    padding-left: 10px;

    padding-right: 10px;

}





.ns_title .svg_title {

    text-align: center;

    padding-top: 8.5rem;

}


.home_news  video {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

@media only screen and (max-width: 480px) {

    .home_news  video {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

}


/* スマホでは3個目以降を非表示 */
@media screen and (max-width: 896px) {
    .insta_box:nth-child(n+3) {
        display: none;
    }
}







.gallery .slider {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.gallery .slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery .slide {
    display: none;
    width: 100%;
}

.gallery .slide.active {
    display: block;
}

.gallery .slide img {
    width: 100%;
    display: block;
}

/* 左右ボタン */
.gallery .slider-prev,
.gallery .slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    border: none;
    background: none;

    font-size: 60px;
    color: #8d2929;

    cursor: pointer;
    z-index: 10;
    padding: 10px;
}

.gallery .slider-prev {
    left: -25px;
}

.gallery .slider-next {
    right: -25px;
}

/* ドット */
.gallery .slider-dots {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 35px;
}

.gallery .slider-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f5d4a5;
    cursor: pointer;
}

.gallery .slider-dot.active {
    background: #d98b1c;
}

/* スマホ */
@media screen and (max-width: 767px) {

    .gallery .slider-prev,
    .gallery .slider-next {
        font-size: 40px;
    }

    .gallery .slider-prev {
        left: 0;
    }

    .gallery .slider-next {
        right: 0;
    }

    .gallery .slider-dots {
        gap: 10px;
        margin-top: 20px;
    }

    .gallery .slider-dot {
        width: 10px;
        height: 10px;
    }
}


.price {
    text-align: center;
        background: url(../images/bg.jpg) repeat;
}

.price .txt_box {
    padding-top: 70px;
}

.price .txt_box {
    padding-bottom: 75px;
}

.price .price_title {
    font-size: 36px;
    padding-bottom: 35px;
}

.price .price_txt {
    font-size: 18px;
  
}

 .price_txt {
      text-align: center;
      padding-bottom: 50px;
 }

.price .price_img {
    padding-bottom: 75px;
}

.price .wrap {
    padding-bottom: 75px;
}

.price .oyatu_img01 {
    padding-bottom: 35px;
}

.food {
    background: url(../images/bg.jpg) repeat;
    padding-bottom: 200px;
    text-align: center;
}

.food .wrap {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 480px) {

    .food .wrap {
    display: block;
}

    .food .food01 {
        padding-bottom: 30px;
    }


}

.food .cat_img {
   padding-bottom: 80px; 
}

.rule_img {
    padding-bottom: 60px;
    text-align: center;
}

.adopt {
    background: url(../images/bg.jpg) repeat; 
    padding-bottom: 200px;
}

.adopt li {
    padding-bottom: 30px;
}

.adopt-list {
    width: 930px;
    margin: auto;
    font-size: 18px;
    padding-left: 40px;
    }

@media screen and (max-width: 896px) {
    .adopt-list {
    width: auto;
    margin: auto;
    font-size: 18px;
    }
}


@media screen and (max-width: 896px) {
    .rules-list {
    width: auto;
    margin: auto;
    font-size: 18px;
    }
}
