@charset "utf-8";
/*ここでは
	TOPページ
	などを記述します
*/
.main-slider picture {
    display: block;
    overflow: hidden;
}
.main-slider picture > img {
    height: 100vh;
    min-height: 700px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: none;
}
@media screen and (max-width: 990px) {
    .main-slider picture > img {
        min-height: auto;
        height: auto;
    }
}
@media screen and (max-width:680px) {
    .main-slider picture > img {
        height: 100vh;
    }
}
/* プログレスバー
------------------------*/
@media screen and (min-width: 1981px), print {
    .slider-dots {
        right: 34.5rem;
    }
}
.slider-dots {
    position: absolute;
    text-align: center;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    right: 10vw;
    bottom: 9rem;
}
.slider-dots li {
    width: 4rem;
    margin: 0 2px;
    z-index: 10;
}
.slider-dots button {
    position: relative;
    width: 100%;
    height: 30px;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
.slider-dots button:after {
    position: absolute;
    top: 50%;
    transform: translate(-0%, -50%);
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #bfbfbf;
}
.slider-dots .slick-active button:after {
    background-color: #FFF;
}
/* 停止・再生 */
@media screen and (min-width: 1981px), print {
    .pause-btn {
        right: calc(34.5rem + 24rem);
    }
}
.pause-btn {
    /*display: inline-block;*/
    position: absolute;
    bottom: 9rem;
    z-index: 10;
    right: calc(10vw + 20rem);
}
.slick_pause {
    aspect-ratio: 1;
    height: 14px;
    background: url("../img/icon/icon-pause.svg") no-repeat center center / contain;
    cursor: pointer;
}
.slick_pause.paused {
    background-image: url("../img/icon/icon-replay.svg");
}
@media screen and (max-width: 990px) {
    .pause-btn {
        bottom: 6vw;
    }
    .slider-dots {
        bottom: 6vw;
    }
}
@media screen and (max-width: 680px) {
    .slider-dots {
        right: inherit;
        left: calc(6vw + 5rem);
        width: auto;
        bottom: 3em;
    }
    .slider-dots li {
        width: 4rem;
        margin: 0 3px;
    }
    .pause-btn {
        right: inherit;
        left: 6vw;
        bottom: 3em;
    }
    .slick_pause {
        width: 1.5rem;
    }
}
/*h3_t_title
---------------------------------------------------*/
.h3_t_title {
    padding: 0 0 2em;
    font-size: 5.2rem;
    line-height: 1.3;
}
.h3_t_title > img {
    max-height: 3rem;
    margin-bottom: 0.8em;
}
.h3_t_title > b {
    font-size: 1em;
    font-family: "Spinnaker", sans-serif;
    font-weight: 550;
    letter-spacing: 2px;
    display: block;
}
.h3_t_title > span {
    display: block;
    font-size: 0.35em;
    letter-spacing: 1px;
    margin-top: 0.2em;
}
@media screen and (max-width: 990px) {
    .h3_t_title {
        padding: 0 0 1em;
    }
}
@media screen and (max-width: 768px) {
    .h3_t_title {
        font-size: 4.0rem;
        padding: 0 0 0em 0;
        padding: 0 0 1em 0;
    }
}
@media screen and (max-width: 375px) {
    .h3_t_title > b {
        font-size: 4rem;
    }
}
#main_view {
    position: relative;
    width: 100%;
}
.h-read {
    display: inline-block;
    position: absolute;
    bottom: 9rem;
    left: 5vw;
    line-height: 1.33;
    z-index: 5;
    /*	text-shadow: 0px 0px 8px rgba(255, 255, 255, 1.0);*/
    color: #fff;
    font-size: 6rem;
}
.h-read b {
    display: block;
    margin-bottom: 1.55rem;
    font-weight: 500;
}
.h-read span {
    font-size: 0.35em;
    display: block;
    letter-spacing: 1px;
    font-weight: 550;
    color: #fff;
}
@media screen and (max-width: 990px) {
    .h-read {
        font-size: 5vw;
        left: 6vw;
        bottom: 6vw;
    }
}
@media screen and (max-width: 680px) {
    .h-read {
        bottom: 10rem;
        font-size: 4rem;
    }
}
/*.osusume-osaka
------------------------------------------------------*/
.osusume-osaka {
    position: relative;
}
.osusume-osaka .img-pancake {
    position: absolute;
    background: url("../img/top/img-pancake.svg") no-repeat top left / cover;
    /*left: 14%;*/
    top: -41vh;
    z-index: 5;
}
.osusume-osaka .h3_t_title {
    max-width: 1010px;
    margin: 0 auto;
    text-align: right;
    /*padding: 5.3em 0 3.75rem;*/
}
.osusume-osaka .h3_t_title > img {}
@media (min-width: 1280px) { /* 1280px以上*/
}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1344px) {
    .osusume-osaka .img-pancake {
        top: -38vh;
        max-width: 705px;
    }
}
@media screen and (max-width: 990px) {
    .osusume-osaka {
        padding-bottom: 5em;
    }
    .osusume-osaka .img-pancake {
        top: -34vh;
        max-width: 655px;
    }
    .osusume-osaka .h3_t_title {
        max-width: 65%;
        padding: 18.7em 0 3.6em;
    }
}
@media screen and (max-width: 375px) {
    .h3_t_title > span {
        font-size: 1.8rem;
    }
}
.area-news {
    position: relative;
    padding-top: 19rem;
    padding-bottom: 10.6rem;
}
.area-news .cont-w {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.area-news .btn-area {
    width: 326px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.news-midashi {
    padding-bottom: 2em;
}
.news-midashi .h3_t_title > span {
    line-height: 1.55;
    margin-top: 0.2em;
}
.area-news .news-list {
    width: 58%;
}
@media screen and (max-width: 1100px) {
    .area-news .btn-area {
        width: 33%;
    }
    .area-news {
        padding-top: 10rem;
        padding-bottom: 5rem;
    }
}
@media screen and (max-width: 768px) {
    .area-news {
        padding-top: 8em;
    }
    .area-news .cont-w {
        display: block;
    }
    .area-news .btn-area {
        width: auto;
        position: static;
        bottom: 0;
        margin: auto !important;
    }
    .area-news .btn-area > * {
        margin: auto !important;
    }
    .area-news .news-list {
        width: 100%;
        margin-bottom: 3em;
    }
}
@media screen and (max-width: 768px) { /* 768px以下*/
    .news-midashi .h3_t_title > span {
        margin-top: 0.35em;
    }
}
@media screen and (max-width: 414px) {
    .area-news .news-list {
        margin-bottom: 2.5em;
    }
}
@media screen and (max-width: 375px) {
    .area-news {
        padding-top: 11.5rem;
        padding-bottom: 6rem;
    }
}
.menu-osaka {
    position: relative;
    padding-bottom: 7.5rem;
    overflow: hidden;
}
.menu-osaka .h3_t_title {
    text-align: center;
}
.menu-osaka ul.menu {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menu-osaka ul.menu li {
    flex-basis: 48%;
    position: relative;
    margin-bottom: 4.1rem;
}
.menu-osaka ul.menu li .obi {
    position: absolute;
    z-index: 1;
    top: 62%;
    left: -7px;
    font-size: 2rem;
    line-height: 1.95;
}
.menu-osaka ul.menu li .obi > span {
    background: #FFF;
    color: #6b3c30;
    padding: 0.2em 0.45em;
    letter-spacing: -2.5px;
}
.menu-osaka ul.menu li .obi > span:nth-child(1) {
    font-family: "Spinnaker", sans-serif;
    letter-spacing: 0;
}
.menu-osaka ul.menu li span.img {
    border-radius: 75px 75px 10px 10px;
    -webkit-border-radius: 75px 75px 10px 10px;
    -moz-border-radius: 75px 75px 10px 10px;
}
@media (min-width: 1280px) { /* 1280px以上*/
}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1280px) {
    .menu-osaka ul.menu {
        width: 78%;
    }
}
@media screen and (max-width: 990px) {
    .menu-osaka {
        padding-bottom: 9em;
        width: 100%;
    }
    .menu-osaka ul.menu {
        width: 66%;
    }
    .menu-osaka ul.menu li {
        flex-basis: 100%;
        margin-bottom: 3.8em;
    }
    .menu-osaka ul.menu li .obi {
        font-size: 2.4em;
        left: -0.75em;
        top: 54%;
    }
    .menu-osaka ul.menu li span.img {
        border-radius: 50px 50px 8px 8px;
        -webkit-border-radius: 50px 50px 8px 8px;
        -moz-border-radius: 50px 50px 8px 8px;
    }
}
@media screen and (max-width: 414px) {
    .menu-osaka {
        padding-bottom: 5em;
    }
    .menu-osaka ul.menu {
        width: 84%;
    }
    .menu-osaka ul.menu li {
        margin-bottom: 2.3em;
    }
    .menu-osaka ul.menu li .obi {
        font-size: 1.35em;
    }
    .menu-osaka .btn-area {
        width: 85%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 375px) {
    .menu-osaka {
        padding-bottom: 4.6em;
    }
}
/*.area-shop
------------------------------------------*/
.area-shop {
    padding-top: 17rem;
    padding-bottom: 13.8rem;
}
.area-shop ul.shop {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.area-shop ul.shop li {
    flex-basis: 48.1%;
    margin-bottom: 4.5rem;
}
.area-shop ul.shop li a {
    position: relative;
    display: block;
}
.area-shop ul.shop li .photo-img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
ul.shop li .btn-area {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    z-index: 1;
    text-align: center;
    bottom: 2rem;
}
ul.shop li .btn-area .btn_kadomaru {
    text-align: left;
    border: none;
    width: 78%;
    margin: auto;
}
.area-shop ul.shop li .name {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    margin-bottom: 0.7rem;
    line-height: 1.4;
}
.area-shop ul.shop li .text {
    display: block;
    font-size: 1.3rem;
    letter-spacing: -1px;
     letter-spacing: 0;
    line-height: 1.8;
}
@media screen and (max-width: 990px) {
    .area-shop {
        padding-top: 6em;
        padding-bottom: 6em;
    }
    .area-shop ul.shop li .name {
        font-size: 2.2vw;
    }
    ul.shop li .btn-area .btn_kadomaru {
        font-size: 1.2vw;
    }
}
@media screen and (max-width: 680px) {
    .area-shop ul.shop li {
        flex-basis: 100%;
        margin-bottom: 7rem;
    }
    ul.shop li .btn-area .btn_kadomaru {
        width: 77%;
        font-size: 3.2vw;
    }
    .area-shop ul.shop li .photo-img {
        margin-bottom: 2.3rem;
    }
    .area-shop ul.shop li .name {
        font-size: 3.2vw;
    }
}
@media screen and (max-width: 375px) {
    .area-shop {
        padding-top: 12rem;
        padding-bottom: 9rem;
    }
    .area-shop .h3_t_title {
        padding: 0 0 3rem;
    }
    ul.shop li .btn-area {
        bottom: 1.4rem;
    }
    .area-shop ul.shop li {
        margin-bottom: 3.5rem;
    }
    .area-shop ul.shop li .name {
        font-size: 1.55rem;
        letter-spacing: 0;
        margin-bottom: 0.5em;
    }
    .area-shop ul.shop li .photo-img {
        margin-bottom: 0.5rem;
    }
}
/*.area-service
------------------------------------------*/
.area-service {
    padding-bottom: 13.8rem;
}
.area-service-w {
    max-width: 1000px;
    margin: 0 auto;
}
.top_service_img {
    margin-top: 2em;
}
.top_service_img img {
    width: 100%;
}
.area-service_title {
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    margin-bottom: 0.7rem;
    line-height: 1.4;
}
@media screen and (max-width: 1050px) {
    .area-service-w {
        width: 95%;
    }
}
@media screen and (max-width: 990px) {
    .area-service_title {
        font-size: 2.2vw;
    }
}
@media screen and (max-width: 680px) {
      .area-service_title {
        font-size: 3vw;
    }
    .area-service-w {
        max-width: 90%;
        margin: 0 auto;
    }
    .top_service_img {
       margin-top: 1em;
        overflow-x: scroll;
    }
    .top_service_img img{
        width: 600px;
        max-width: inherit;
    }
    
     /* 
    .top_service_img::-webkit-scrollbar, .top_service_img::-webkit-scrollbar-thumb, .top_service_img::-webkit-scrollbar-track {
        border-radius: 3em;
    }
    .top_service_img::-webkit-scrollbar {
        width: 15px;
        height: 15px;
        background: #f2f2f2;
    }
    .top_service_img::-webkit-scrollbar-thumb {
        background: #008742;
    }
    .top_service_img::-webkit-scrollbar-track {
        background: #f2f2f2;
    }
    .top_service_img::-webkit-scrollbar, .top_service_img::-webkit-scrollbar-thumb, .top_service_img::-webkit-scrollbar-track {
        display: none !important;
    }*/
}
@media screen and (max-width: 375px) {
    .area-service_title {
        font-size: 1.55rem;
    }
}
/*お知らせ部分(TOPのみのあしらい)
-------------------------------------------*/
.news-list ul li a {
    min-height: 7.8em;
}
/* ビューポート幅 376px 以上 767px 以下に有効 */
@media screen and (min-width: 376px) and (max-width: 767px) {}
@media screen and (max-width: 768px) { /* 768px以下*/
}
@media screen and (max-width: 414px) {}
@media screen and (max-width: 375px) {}