@charset "utf-8";
@import url("../font/load.css");


/* CSS Document */

body {
    min-width: 375px;
    font-size: 1.5rem;
    line-height: 1.8;
}

/*========================================
headerの設定
==========================================*/



/*========================================
footerの設定
==========================================*/

footer{
    background: url(../images/common/f_bg.png) no-repeat center / cover;
}

.f_boxs{
    flex-direction: column;
    align-items: center;
    padding: 40px 0 20px;
}

.f_group{
    text-align: center;
    margin-bottom: 20px;
}

.f_logo{
    display: inline-block;
    width: 210px;
    margin-bottom: 13px;
}

.f_ads{
    font-size: 1.4rem;
}

.f_info{
    margin-bottom: 25px;
    flex-direction: column;
    align-items: center;
}

.f_info .tel_num{
    margin-bottom: 20px;
}

#copyright{
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    letter-spacing: 0.08em;
    background: #9e8c7b;
}

/*========================================
メインビジュアルの設定
==========================================*/

.main_visual{
    position: relative;
    height: 400px;
    margin-top: 50px;
}

.main_visual::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 150px;
    background: url(../images/top/main_visual_deco.png) no-repeat center top / contain;
    z-index: 100;
}

.main_visual .slider img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.catch{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 340px;
    z-index: 100;
}

/*========================================
TOPページ
==========================================*/


/*---------------------
top_greeting
----------------------*/

.top_greeting{
    background: url(../images/top/top_greeting_bg_.jpg) no-repeat center / cover;
}

.top_greeting_boxs{
    padding: 60px 0;
}

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

.top_greeting_group{
    width: 100%;
    order: 2;
}

.top_greeting_ttl{
    position: relative;
    display: flex;
    font-family: 'Hannari','Noto Serif JP', serif;
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
    padding-bottom: 15px;
    background: url(../images/common/ttl_line.png) repeat-x center bottom;
}

.top_greeting_ttl::before{
    content: '';
    display: inline-block;
    width: 35px;
    height: 25px;
    margin-right: 10px;
    background: url(../images/common/ttl_illust01.png) no-repeat center / contain;
}

.top_greeting_ttl_in span{
    display: flex;
    margin-top: 10px;
    line-height: 1;
}

.top_greeting_txt p:not(:last-child){
    margin-bottom: 30px;
}

.top_greeting_img{
    margin: 0 auto 30px;
}

/*---------------------
top_feature
----------------------*/

.top_feature{
    background: url(../images/top/top_feature_deco.png) no-repeat left top / 150px,url(../images/top/top_feature_bg.png) no-repeat left center / cover;
}

.top_feature_boxs{
    padding: 60px 0;
}

.top_feature_ttl{
    position: relative;
    font-size: 2.6rem;
    line-height: 1;
    font-family: 'Hannari','Noto Serif JP', serif;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 50px;
}

.top_feature_ttl span{
    color: #eca4ba;
}

.top_feature_ttl::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 30px;
    background: url(../images/top/top_feature_ttl_icon.png) no-repeat center / contain;
}

.top_feature_ttl_en{
    display: block;
}

.top_feature_ttl_en img{
    height: 10px;
}

.top_feature_list{
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.top_feature_list li{
    display: inline-block;
    position: relative;
    padding: 50px 0 0 0;
    width: 260px;
    height: 260px;
    vertical-align: bottom;
    text-align: center;
    scroll-snap-align: center;
    background: url(../images/top/top_feature_list_bg.png) no-repeat center / contain;
    counter-increment: top_feature_list;
}

.top_feature_list li::before{
    content: counter(top_feature_list);
    position: absolute;
    top: 0;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    border: 3px solid #f6e7e6;
    font-family: 'Hannari','Noto Serif JP', serif;
    font-size: 2.0rem;
    background-image: linear-gradient( to bottom, #ddb9c1 0%, #eaa0b6 99%);
}


.top_feature_list li:not(:last-child){
    margin-right: 20px;
}

.top_feature_list_ttl{
    font-size: 1.9rem;
    color: #ec7a9d;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 15px;
    letter-spacing: 0.03em;
}

.top_feature_list_ttl_min{
    font-size: 1.7rem;
    padding-top: 5px;
}

.top_feature_list_ttl span{
    font-size: 1.2rem;
}

.top_feature_list_txt{
    padding: 0 15px;
    line-height: 1.46;
    white-space: initial;
}

/*---------------------
top_menu
----------------------*/

.top_menu{
    background: url(../images/top/top_menu_bg.png) no-repeat center / cover;
    border-top: 3px solid #eca4ba;
}

.top_menu_boxs{
    padding: 90px 0;
}

.top_menu_list li{
    width: 100%;
}

.top_menu_list li:not(:last-child){
    margin-bottom: 30px;
}

.top_menu_list li:nth-last-child(n+3){
    margin-bottom: 30px;
}

.top_menu_list li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    border: 1px solid #ececec;
    transition: .3s;
    background: #fff;
}

.top_menu_list li a:hover{
    transform: translate(-7px,-7px);
    box-shadow: 7px 7px 0 #eca4ba;
}

.top_menu_list li a::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: linear-gradient(to right top,rgba(255,255,255,0) 50%, #eca4ba 50%);
}

.top_menu_img{
    width: 160px;
    height: 160px;
    margin-bottom: 15px;
}

.top_menu_list_ttl{
    display: flex;
    font-size: 2.0rem;
    line-height: 1.2;
    letter-spacing: 0;
    order: 2;
    font-family: 'Hannari','Noto Serif JP', serif;
}

.top_menu_list_ttl::before{
    content: '';
    display: inline-block;
    width: 26px;
    height: 24px;
    margin: 3px 10px 0 0;
    background: url(../images/top/top_menu_list_ttl_illust.png) no-repeat center / contain;
}

/*---------------------
top_intro
----------------------*/

.top_intro{
    background: url(../images/common/pattern01.png);
}

.top_intro_boxs{
    padding: 60px 0;
    flex-direction: column;
    align-items: center;
}

.top_intro_block{
    width: 90%;
    max-width: 450px;
    overflow: hidden;
}

.top_intro_block:not(:last-child){
    margin-bottom: 30px;
}

.top_intro_block a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 70px 25px;
    z-index: 0;
}

.top_intro_block a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    width: 100%;
    height: 100%;
    background: url(../images/top/top_intro_block_bg01.png) no-repeat center / cover;
    z-index: -1;
}

.top_intro_block:nth-child(2) a::before{
    background-image: url(../images/top/top_intro_block_bg02.png);
}

.top_intro_block:nth-child(3) a::before{
    background-image: url(../images/top/top_intro_block_bg03.png);
}

.top_intro_block a::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border: 1px solid #fff;
    pointer-events: none;
}

.top_intro_block a:hover::before{
    transform: scale(1.2);
}

.top_intro_block_ttl{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 2.1rem;
    font-family: 'Hannari','Noto Serif JP', serif;
    background: url(../images/top/top_intro_block_ttl_illust01.png) no-repeat left 2px top 2px,url(../images/top/top_intro_block_ttl_illust02.png) no-repeat right 2px bottom 2px,#fff;
    margin: 0 auto;
}

/*---------------------
top_reserve
----------------------*/

.top_reserve {
    background: url(../images/top/top_reserve_bg.png) no-repeat center / cover;
}

.top_reserve_boxs {
    padding: 60px 0;
}

.top_reserve_block {
    width: 100%;
    padding: 7px;
    background: url(../images/common/pattern02.png);
}

.top_reserve_block:not(:last-child){
    margin-bottom: 30px;
}

.top_reserve_block_in {
    padding: 40px 20px;
    height: 100%;
    border-radius: 15px;
    background: url(../images/top/top_reserve_block_in_bg01.png) no-repeat center / cover;
}

.top_reserve_block:nth-child(2) .top_reserve_block_in {
    background-image: url(../images/top/top_reserve_block_in_bg02.png);
}

.top_reserve_block_ttl {
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.6rem;
    letter-spacing: 0.08em;
    font-family: 'Hannari', 'Noto Serif JP', serif;
}

.top_reserve_block_ttl_in {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_reserve_block_ttl_in::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 29px;
    margin-right: 15px;
    background: url(../images/top/top_reserve_block_ttl_icon01.png) no-repeat center / contain;
}

.top_reserve_block:nth-child(2) .top_reserve_block_ttl_in::before {
    width: 40px;
    height: 40px;
    background-image: url(../images/top/top_reserve_block_ttl_icon02.png);
}

.top_reserve_block_txt {
    margin-bottom: 40px;
    flex: 1 auto;
}

.top_reserve_block .shadow_btn{
    width: 230px;
}

.top_reserve_block:nth-child(2) .shadow_btn_arrow span::before {
    width: 22px;
    height: 20px;
    background-image: url(../images/top/shadow_btn_arrow02.png);
}


/*---------------------
top_news
----------------------*/

.top_news_boxs{
    padding: 60px 0;
}

.top_news_list{
    margin-bottom: 40px;
    background: url(../images/common/ttl_line.png) repeat-x center top;
}

/*========================================
下層メインビジュアルの設定
==========================================*/

.sub_visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    background: url(../images/common/sub_visual_bg.png) no-repeat center / cover;
    z-index: 0;
    margin-top: 50px;
}

.sub_visual::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 150px;
    background: url(../images/top/main_visual_deco.png) no-repeat center top / contain;
    z-index: 100;
}

.sub_visual h2 {
    width: 330px;
    height: 103px;
    padding-top: 44px;
    text-align: center;
    background: url(../images/common/sub_visual_frame.png) no-repeat center / contain;
}

.sub_visual h2 img{
    height: 27px;
}

/*========================================
menu
==========================================*/

/*---------------------
menu_wrap
----------------------*/

.menu_wrap{
    background: url(../images/common/pattern03.png);
}

.menu_contents:not(:last-child) {
    margin-bottom: 60px;
}

.menu_card {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.menu_card_img{
    margin-bottom: 30px;
}

.menu_card_txt p:not(:last-child) {
    margin-bottom: 30px;
}

.menu_flow_list {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
}

.menu_flow_list li {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 400px;
    padding: 28px 0 20px;
    border: 1px solid #bc9b7b;
    background: url(../images/menu/menu_flow_list_illust01.png) no-repeat left top, url(../images/menu/menu_flow_list_illust02.png) no-repeat right top, url(../images/menu/menu_flow_list_illust03.png) no-repeat left bottom, url(../images/menu/menu_flow_list_illust04.png) no-repeat right bottom,#fff;
    counter-increment: menu_flow_list;
}

.menu_flow_list li:not(:last-child){
    margin-bottom: 50px;
}

.menu_flow_list li::before {
    content: counter(menu_flow_list, decimal-leading-zero);
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    font-size: 2.0rem;
    background-image: linear-gradient(to bottom, rgb(220, 186, 193) 0%, rgb(236, 156, 181) 99%);
}

.menu_flow_list li:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-top: 14px solid #eca4ba;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}

.menu_flow_list li span {
    font-size: 1.3rem;
}

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

.menu_price_block {
    width: 100%;
}

.menu_price_block:not(:last-child){
    margin-bottom: 40px;
}

.menu_price_ttl {
    margin-bottom: 8px;
    background: url(../images/menu/menu_price_ttl_bg.png) no-repeat center / cover;
}

.menu_course_ttl{
    margin-bottom: 30px;
}

.menu_price_list li {
    padding: 10px 0;
    border-bottom: 1px dashed #dedede;
}

.menu_flow_list_min li:not(:last-child)::after {
    right: -22px;
}

.menu_course_list li{
    border: 1px solid #dedede;
    padding: 0 15px;
    background: #fff;
}

.menu_course_list li:not(:last-child){
    margin-bottom: 20px;
}

.menu_course_list_ttl{
    text-align: center;
    padding: 7px 0;
    border-bottom: 1px solid #dedede;
}

.menu_course_list_txt{
    padding: 10px 0;
    justify-content: flex-start;
}

.menu_course_list_txt p{
    width: 48%;
}

.menu_course_list_txt p:nth-last-child(n+3){
    margin-bottom: 5px;
}

.menu_course_list_txt span{
    display: inline-block;
    margin-right: 5px;
    font-size: 1.3rem;
    color: #eca4ba;
}

.menu_about_ttl{
    margin-bottom: 25px;
}

.menu_about_txt{
    margin-bottom: 30px;
}

/*========================================
online
==========================================*/

/*---------------------
online_about
----------------------*/

.online_about{
    color: #fff;
    background: url(../images/common/pattern01.png);
}

.online_about_card_group{
    order: 2;
}

.online_about_card_group p{
    margin-bottom: 30px;
}

.online_about_card_img{
    margin: 0 auto 30px;
}

.online_about_btn{
    width: 240px;
    color: #4b2308;
}


/*---------------------
online_product
----------------------*/

.online_product{
    background: url(../images/common/pattern03.png);
}

.online_product_list li:not(:last-child){
    margin-bottom: 50px;
}

.online_product_ttl{
    font-size: 2.0rem;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 30px;
    background: url(../images/online/online_product_ttl_bg.png) no-repeat center / cover;
}

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

.online_product_list_group{
    width: 100%;
    order: 2;
}

.online_product_list_ttl{
    font-size: 2.0rem;
    border-bottom: 4px double;
    margin-bottom: 25px;
}

.online_product_list_img{
    width: 255px;
    height: 255px;
    padding: 13px;
    border: 1px solid #b6a05f;
    margin: 0 auto 30px;
    background: url(../images/online/online_product_list_deco.png) no-repeat center,#fff;
}

.online_product_list_img span{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px dashed #b6a05f;
}

.online_product_list_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.online_product_list_img a:hover img{
    transform: scale(1.2);
}

/*========================================
staff
==========================================*/

/*---------------------
staff_area
----------------------*/

.staff_area{
    background: url(../images/common/pattern03.png);
}

.staff_block:not(:last-child){
    margin-bottom: 50px;
}

.staff_block_ttl {
    font-size: 2.0rem;
    text-align: center;
    line-height: 1.5;
    padding: 5px 10px;
    margin-bottom: 30px;
    background: url(../images/staff/staff_block_ttl_bg.png) no-repeat center / cover;
}

.staff_group{
    order: 2;
}

.staff_group_data{
    display: block;
}

.staff_group_data:not(:last-child){
    margin-bottom: 30px;
}

.staff_group_data span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    color: #fff;
    margin-bottom: 15px;
    background: url(../images/staff/staff_group_data_bg.png) no-repeat center;
}

.staff_img{
    width: 300px;
    height: 350px;
    padding: 13px;
    margin: 0 auto 30px;
    border: 1px solid #b6a05f;
    background: url(../images/staff/staff_img_illust.png) no-repeat center,#fff;
}

.staff_img span{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px dashed #b6a05f;
}

.staff_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.staff_img a:hover img{
    transform: scale(1.2);
}


/*========================================
access
==========================================*/

/*---------------------
access_shop
----------------------*/

.access_wrap{
    background: url(../images/access/access_wrap_bg.jpg) no-repeat center bottom
}

.access_shop_boxs{
    padding-bottom: 0;
}

.access_tb{
    width: 100%;
    border: 1px solid #4b2308;
}

.access_tb th,
.access_tb td{
    display: block;
    width: 100%;
    padding: 10px;
}

.access_tb th{
    color: #fff;
    background: url(../images/access/access_tb_bg.jpg) no-repeat center / cover;
}

.map{
    height: 225px;
}

/*========================================
newsの設定
==========================================*/

.news_list li:not(:last-child) {
    margin-bottom: 25px;
}

.news_list li a {
    border: 1px solid;
    justify-content: flex-start;
    padding: 2%;
}

.news_list li time {
    display: block;
    width: 100%;
}

.news_txt {
    width: calc(100% - 150px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*.news_area_inner {
    border-radius: 5px;
    box-shadow: 0px 6px 24px -11px #000000;
    padding: 30px 30px 50px 30px;
    background: #fff;
border-radius: 5px;
padding: 5% 5% 7%;
}*/

.news_detail_ttl {
    border-bottom: 1px solid;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 2.0rem;
    padding-bottom: 10px;
}

.news_inner_time {
    font-size: 1.4rem;
    color: #eca4ba;
    margin-bottom: 30px;
}

.news_area_txt {
    margin-bottom: 40px;
    min-height: 200px;
}

/*========================================
privacyの設定
==========================================*/

.privacy_sec_ttl {
    font-weight: 500;
    font-size: 1.9rem;
    margin-bottom: 10px;
}

.privacy_boxs section {
    margin-bottom: 30px;
}

/*========================================
siteの設定
==========================================*/

.site_list a {
    position: relative;
    display: block;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding: 7px 0 7px 30px;
}

.site_list a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 5px;
    height: 5px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: translateY(-50%) rotate(-45deg);
    transition: All .5s;
}

.site_list a:hover::before {
    left: 20px;
}
